Member since
05-16-2016
785
Posts
114
Kudos Received
39
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2328 | 06-12-2019 09:27 AM | |
| 3579 | 05-27-2019 08:29 AM | |
| 5725 | 05-27-2018 08:49 AM | |
| 5243 | 05-05-2018 10:47 PM | |
| 3113 | 05-05-2018 07:32 AM |
05-04-2017
02:50 AM
Could you check your hdfs-site.xml for the below parameter dfs.namenode.resource.du.reserved looks like you have allocated only 100MB - i can see that in you error log. Increase it accordingly and restart the namenode . it should fix the problem
... View more
05-03-2017
07:02 PM
That is strange . I hope you are using username: cloudera could you check on the home /Desktop directory of the user. Could you please take a look into this quickly to make sure your setup is good. https://community.cloudera.com/t5/Hadoop-101-Training-Quickstart/How-to-setup-Cloudera-Quickstart-Virtual-Machine/ta-p/35056
... View more
05-03-2017
05:55 AM
SInce you have mentioned that you are using CDH4.3.0 - it ships with hive-0.10.0+121 please refer the link VARCHAR can be used with CDH 5.2 and higher (i,e Hive 0.12.0)
... View more
04-30-2017
07:19 AM
if you have Cloudera manager , you could easily find the problem as to which job is creating lot of stress on the storage . Please take a peek in to the below link https://www.cloudera.com/documentation/enterprise/latest/topics/cm_dg_disk_usage_reports.html https://www.cloudera.com/documentation/enterprise/latest/topics/admin_directory_usage.html#concept_lz3_f5s_gv
... View more
04-10-2017
11:30 PM
CDH 5.5 password redaction is enabled by default . Please check below link for more information. https://blog.cloudera.com/blog/2015/06/new-in-cdh-5-4-sensitive-data-redaction/ https://www.cloudera.com/documentation/enterprise/5-4-x/topics/sg_redaction.html#concept_nnn_m13_fr
... View more
04-10-2017
11:23 PM
I would say just Adding nodes would not result good performance all the time , as you said there are some parameters thats needs to be take care . I would consider doing few things like Optimized joins , making the large table in the query as last when performing join or use hint like Streamtable . Enabling the Local mode , mainly tuning the number of mappers and reducers , JMV reuse and finally using the good old Index ,sometimes help speed up the group by query in hive . I also agree with @saranvisa and @mbigelow on their thoughts .
... View more
03-22-2017
07:50 PM
great. Just curious to know if it reflecting the same in Resource manager Web Ui
... View more
03-22-2017
07:49 PM
sounds good .
... View more
03-21-2017
04:31 AM
Stack trace tells us that there is a connection establishment issue Impala accept connection via this port 21050 . Could you please make sure if this open and make sure you are using 21050 port in your code. https://www.cloudera.com/documentation/enterprise/5-9-x/topics/impala_ports.html#ports Are you using shared hive metastore for impala . If so please check the status of the below following on the host you are trying to connect . sudo service hive-metastore status sudo service hive-server2 status sudo service impala-state-store status
sudo service impala-catalog status
... View more