Can I upload a file if I am unable to access Hue

Hi Folks,

I have the free trial version and I am unable to see the Hue tab where I can go and upload a file to use it for Pig in grunt shell. Is there another way to upload the file?

Thanks,
Sangeeta

Please go through my comment on your other post. Thanks.

Not helpful! How do i upload a file from the console?

Copying file from your laptop to HDFS is two step process:

  1. Upload the file from your laptop to your CloudxLab Linux home directory. This can be either done via Jupyter or using sftp client such as Filezilla

  2. Copy file from Linux file system to HDFS using hadoop fs -put

I hope it helps.

1 Like