We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c4fa5 commit 2780691Copy full SHA for 2780691
README.md
@@ -18,7 +18,7 @@ Build jar from source with
18
and find the output JAR file as `build/libs/restructurehdfs-all-0.1.1.jar`. Then run with:
19
20
```shell
21
-java -jar restructurehdfs-all-0.1.1-SNAPSHOT.jar <webhdfs_url> <hdfs_topic_path> <output_folder>
+java -jar restructurehdfs-all-0.1.1.jar <webhdfs_url> <hdfs_topic_path> <output_folder>
22
```
23
24
By default, this will output the data in CSV format. If JSON format is preferred, use the following instead:
0 commit comments