Skip to content

Commit

Permalink
All SNAPSHOT doc removed
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed May 10, 2017
1 parent 21c4fa5 commit 2780691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Build jar from source with
and find the output JAR file as `build/libs/restructurehdfs-all-0.1.1.jar`. Then run with:

```shell
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>
```

By default, this will output the data in CSV format. If JSON format is preferred, use the following instead:
Expand Down

0 comments on commit 2780691

Please sign in to comment.