CS531 Final Project http://34.212.69.186:8080/
*** HADOOP INSTRUCTIONS *** Right now this is configured to run on the stand alone version of Hadoop. Make sure to have Java and Hadoop installed and set up their paths as environment variables. If you can open a terminal and get the hadoop and java version numbers, then you are set. The code for the HDFS will not work right out of the box, there are path strings in the app.js that need to be modified to fit your machine. To start the HDFS server, 'hdfs dfs format' and 'hdfs dfs start'
*** NODE SERVER INSTRUCTIONS ***
- Install Nodejs on your local machine (you may need to 'npm install express' and 'formidable')
- In VS Code, open this project and make sure you are in the same directory as app.js and index.html (You may have to open as an administartor for this to work)
- Open a terminal and type 'node app.js' to start the node server.
- The server is configured to run on port 8080, so open a browser and go to 'localhost:8080' to get to the index page.