Login using Social Account
     Continue with GoogleLogin using your credentials
As part of this project, we will learn to analyze the stock data using Hive.
The data for this project is located at /data/NYSE_daily
in HDFS. Please take a look at the file. You will
notice that each line in the file represents a record having tab-separated fields. The name of the fields along with the data types are in the following order:
stockexchange STRING, symbol STRING, ymd STRING, price_open FLOAT, price_high FLOAT, price_low FLOAT, price_close FLOAT, volume INT, price_adj_close FLOAT
/data/NYSE_daily
in your HDFS home directory.nyse
in your database corresponding to the various fields.Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...