Member since
09-11-2018
39
Posts
1
Kudos Received
0
Solutions
07-02-2018
07:42 PM
Thanks Vini. Based on your suggestion I am able to connect. Thanking you Santanu
... View more
03-24-2018
10:05 PM
@Santanu Ghosh This is a typo in the practice exam questions! You are not doing anything wrong 🙂 Keep the spirits up and all the best for your exam. Let know if you need any other help!
... View more
03-23-2018
12:20 PM
Thanks Geoffrey for your response. Yes, I did that and now the issue is resolved. It seems, only the EC2 instance of N.Virginia region works fine for hdpcd practice exam. Not sure about the reason. But when I changed the region from drop down and created a new instance, I was able to connect from VNC Viewer. I hope that problem will not appear again. If so then I will reach out to you guys. Thanking you Santanu
... View more
03-21-2018
09:36 AM
Thanks Rahul
... View more
03-18-2018
05:27 AM
Thanks @Aditya Sirna for your response. It's working. I used this command. relation_1 = ORDER relation_0 BY <col_2> DESC PARALLEL 3; Thanking you Santanu
... View more
03-10-2018
06:20 AM
Thanks @rtrivedi for your help and response. It is now resolved. Also, I made a small modification to my sqoop code. I changed --input-null-string '\\N' instead of --input-null-string 'Unknown' (used previously). I am mentioning the entire sqoop code. sqoop export --connect jdbc:mysql://localhost:3306/my_db --username root --password-file /user/cloudera/textdata/sq_pwd_1.txt \
--export-dir /user/cloudera/hivedata/employee --table employee --staging-table employee_stg --clear-staging-table \
--input-null-string '\\N' --input-null-non-string '\\N' --input-fields-terminated-by "," --input-lines-terminated-by "\n" -m 1 Thanking you Santanu
... View more
11-23-2017
04:33 PM
@Santanu Ghosh Please make sure tat you use the correct SSH port for sandbox which is 2222 (not default 22). So please try the following command to do SSH to Sandbox: # ssh root@127.0.0.1 -p 2222 . OR # ssh maria_dev@127.0.0.1 -p 2222
Enter Password: maria_dev .
... View more