Write a SQL command to find the stocks with average daily volume larger than 1 million shares.
1. Load the large stocks dataset (400 MB) into HDFS and use the dataset to create a Hive table using the location attribute. 2. Write a SQL command to find the stocks with average daily volume larger than 1 million shares. 3. Write a Hive query to find the top 3 stocks by volume for […]