-
Notifications
You must be signed in to change notification settings - Fork 1
WebRDFS
Victoria Nazari edited this page Dec 1, 2017
·
2 revisions
- Run zookeeper (from ~,
sudo zookeeper/bin/zkServer.sh start). This will run in the background. - Run namenode (from ~,
rdfs/build/rice-namenode/namenode &). This will run in the background. - Run datanode (from ~,
rdfs/build/rice-datanode/datanode &). This will run in the background. - Run webRDFS (from ~,
rdfs/build/web-rdfs/webrdfs &). This will run in the background
- Follow the steps in the 'How to Start' sections to get webRDFS up and running
- To run a command do
curl https://comp413.local:8080/webhdfs/v1/<FilePath>?op=<DesiredCommand> - An example is
curl https://comp413.local:8080/webhdfs/v1/fileToRead?op=OPEN. This opens file/fileToRead
Rice University COMP 413 2017
RDFS Overview
Development
Workflow
Style