Skip to content

Commit 2780691

Browse files
committed
All SNAPSHOT doc removed
1 parent 21c4fa5 commit 2780691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Build jar from source with
1818
and find the output JAR file as `build/libs/restructurehdfs-all-0.1.1.jar`. Then run with:
1919

2020
```shell
21-
java -jar restructurehdfs-all-0.1.1-SNAPSHOT.jar <webhdfs_url> <hdfs_topic_path> <output_folder>
21+
java -jar restructurehdfs-all-0.1.1.jar <webhdfs_url> <hdfs_topic_path> <output_folder>
2222
```
2323

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

0 commit comments

Comments
 (0)