Member since
01-09-2019
401
Posts
163
Kudos Received
80
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2594 | 06-21-2017 03:53 PM | |
| 4281 | 03-14-2017 01:24 PM | |
| 2388 | 01-25-2017 03:36 PM | |
| 3831 | 12-20-2016 06:19 PM | |
| 2098 | 12-14-2016 05:24 PM |
04-25-2016
09:58 PM
Thanks @bhagan. If you can move this to answer, I will accept it as an answer. I am planning to add few of my learnings on this into an article here soon.
... View more
04-25-2016
08:35 PM
http://localhost:9995 on your host machine. There is port forwarding configured and zeppelin on sandbox is configured to run on port 9995
... View more
04-25-2016
05:01 PM
Is this an existing table that is based on avro? From the logs that looks like the case. If you want to import as parquet, try creating a new hive-table with the above command.
... View more
04-25-2016
04:30 PM
You can have a different character and 'lines terminated by'. You can put a special character for that instead of \n which is the default.
... View more
04-25-2016
02:23 PM
4 Kudos
HDP service ports are here. https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.0/bk_HDP_Reference_Guide/content/reference_chap2.html Ambari ports are here. https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_ambari_reference_guide/content/_default_network_port_numbers_-_ambari.html
... View more
04-21-2016
08:08 PM
Can you post the nodemanagers logs for node1 and node2 as well?
... View more
04-21-2016
06:48 PM
Can you send what is the error that you getting with this delete? Unless quotas are set, you should not see any issues with 'Trash' going in.
... View more
04-21-2016
06:46 PM
Error says namenode is not formatted. Is this a new install? hadoop namenode -format (as hdfs/hadoop user) This will format your namenode and you can start back, but if you have any data already in, you will lose it. So be careful when you run this one.
... View more
04-21-2016
05:27 PM
From past experiences, use this one to be a high number, like atleast a week. While some accidental deletes are identified immediately, there are some cases when we only know about accidental data delete when we are debugging another issue downstream. If your cluster has good free space right now, leave it at a one week or two so you will have enough time to revert back deletes.
... View more
04-21-2016
02:25 AM
1 Kudo
Good summary. My original comment was not against computations on both clusters locally, but against exporting data locally to csv and doing a diff. That is something that I try to avoid unless that data is very small.
... View more