Where do u store hive data

hadoop fs -put moviedetail /user/hivedata

Hi @shraddha,

Please copy files in your home directory in HDFS. Below command should work.

hadoop fs -put moviedetail /user/your_user_name

Replace your_user_name with your CloudxLab username

Hope this helps.