Project - Sentiment Analysis in Hive

2 / 10

Hive - Project - Sentiment Analysis - Step1

The objective of this step is to copy the Iron Man 3 movie tweets in your home directory /user/YOUR_USER_NAME in HDFS

After login into your web console, copy the "Iron Man 3" movie tweets to your home directory in HDFS by running the below command. Replace YOUR_USER_NAME with your CloudxLab username.

hadoop fs -cp /data/SentimentFiles /user/YOUR_USER_NAME

Alternatively, you can use the command, where $USER is replaced by your username automatically.

hadoop fs -cp /data/SentimentFiles /user/$USER
See Answer

No hints are availble for this assesment


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...