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 2f9418f commit c8e59abCopy full SHA for c8e59ab
Readme.md
@@ -1,9 +1,4 @@
1
-Run manually with:
+Build jar from source and run with:
2
```
3
-hadoop jar restructurehdfs-all-0.1.0.jar webhdfs://radar-test.thehyve.net:50070 /topicAndroidPhoneNew/ output2
+hadoop jar restructurehdfs-all-0.1.0.jar <webhdfs_url> <hdfs_topic> <output_folder>
4
5
-
6
-Cron example, executing every hour (/etc/crontab):
7
-```
8
-00 * * * * root hadoop jar /home/maxim/hadoop-test/restructurehdfs-all-0.1.0.jar webhdfs://radar-test.thehyve.net:50070/ /udooE4Time/ /home/maxim/hadoop-test/outputCron > /home/maxim/hadoop-test/logCron.txt
9
0 commit comments