From be485aa51d08893c1dd1849479b79cfd9812f02e Mon Sep 17 00:00:00 2001 From: Antonios Chalkiopoulos Date: Thu, 5 Dec 2013 11:58:03 +0000 Subject: [PATCH] Fixing Offline Image Viewer Url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0a7095..ccd6766 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To visualize your own cluster, you need to generate an HDFS-DU data set. Current multi-step process: * Export the HDFS fsimage file for offline processing with the - [Offline Image Viewer](http://hadoop.apache.org/hdfs/docs/current/hdfs_imageviewer.html) + [Offline Image Viewer](http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsImageViewer.html) * Process the fsimage export with [Pig](http://pig.apache.org). * Post-process the pig data set.