Member since
01-11-2017
65
Posts
1
Kudos Received
0
Solutions
03-07-2018
11:21 PM
Hello HCC, We have a production cluster with 800+ data nodes and hive-clients installed one more than 200+ nodes, i can see that from Ambari is there a simple way or CURL command to find all hive-clients installed in the cluster which i can see on Cli/Linux box. HDP:2.6.1 Ambari 2.5.2.0 Thanks,Jalender.
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hive
12-14-2017
08:36 PM
Hello HCC, We have 16 node cluster running on HDP 2.5.3.0, Ambari 2.5.1.0, on this cluster we allocated resource manager heap to 4G and when there is no single job running in the cluster for almost 5-6hrs, but still resource manager heap usage is going to 80-85% always. We have another big production cluster with 800 data nodes in that cluster RM usage will be under 25-30% always.On what basis heap usage is utilized on the cluster ? and how can we control heap usage when cluster is idle. i also checked this property "yarn.resourcemanager.max-completed-applications" which is hard coded to "${yarn.resourcemanager.max-completed-applications}" but this hard coded property not defined anywhere in Ambari. Thanks in advance HCC.
... View more
Labels:
- Labels:
-
Apache YARN
-
Cloudera Manager
11-21-2017
10:19 PM
Hello HCC, Can someone please help on how to reset password for SmartSense--->Acitivty explorer-->Zeppelin, we lost the password for Zeppelin login page for Activity explorer. Thanks in Advance.
... View more
Labels:
11-09-2017
09:04 PM
Hello HCC, is there a way we can check user permissions for a user called 'xyz' in HBase shell and also how to check permissions granted for a HBase table. Thanks in advance.
... View more
Labels:
10-27-2017
06:25 PM
Hi @Jay SenSharma We are already on HDP 2.6.1.0 and Ambari 2.5.2.0, as you mentioned it was fixed in "And the Fix Version/s are : HDP-2.6.0.0 , Ambari-2.5.0" not sure why we hit the issue on HDP 2.6.1 Thanks, Jalender.
... View more
10-26-2017
01:28 AM
Hello HCC, We recently upgraded our cluster from HDP 2.5.3.0 to HDP 2.6.1.0 and Ambari from 2.4.2 to 2.5.2 and we observed in pig version changes after HDP upgrade pig default execution engine changed from MR mode to TEZ execution engine, is it a bug or expected behavior, i gone through HDP 2.6.1.0 release notes but no where its mentioned about this change. Can someone please clarify about this change 🙂 Thanks, Jalender. @Orlando Teixeira @Kuldeep Kulkarni @kkanchu
... View more
Labels:
06-05-2017
02:23 AM
Issue resolved by setting below property set tez.grouping.max-size = 268,435,456;
... View more
05-19-2017
05:17 PM
our jobs are failing with below exception we are using HDP 2.5.3.0 , Tez 0.7.0.2.5 , Hive 1.2.1.2.5 and Ambari 2.4.0 failing with below exception Status: Failed
Vertex failed, vertexName=Reducer 2, vertexId=vertex_**, diagnostics=[Exception in VertexManager, vertex:vertex_ [Reducer 2],org.apache.tez.dag.api.TezUncheckedException: Atleast 1 bipartite source should exist
at org.apache.tez.dag.library.vertexmanager.ShuffleVertexManager.onVertexStarted(ShuffleVertexManager.java:456)
at org.apache.tez.dag.app.dag.impl.VertexManager$VertexManagerEventOnVertexStarted.invoke(VertexManager.java:587)
at org.apache.tez.dag.app.dag.impl.VertexManager$VertexManagerEvent$1.run(VertexManager.java:658)
at org.apache.tez.dag.app.dag.impl.VertexManager$VertexManagerEvent$1.run(VertexManager.java:653)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:422)
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1724)
at org.apache.tez.dag.app.dag.impl.VertexManager$VertexManagerEvent.call(VertexManager.java:653)
at org.apache.tez.dag.app.dag.impl.VertexManager$VertexManagerEvent.call(VertexManager.java:642)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
, Vertex did not succeed due to AM_USERCODE_FAILURE, failedTasks:0 killedTasks:1, Vertex vertex_** [Reducer 2] killed/failed due to:AM_USERCODE_FAILURE]
Vertex did not succeed due to AM_USERCODE_FAILURE, failedTasks:0 killedTasks:1, Vertex vertex_ [Reducer 2] killed/failed due to:AM_USERCODE_FAILURE]Vertex killed, vertexName=Reducer 3, vertexId=vertex_, diagnostics=[Vertex received Kill in INITED state., Vertex vertex_ [Reducer 3] killed/failed due to:OTHER_VERTEX_FAILURE]Vertex killed, vertexName=Map 4, vertexId=vertex_, diagnostics=[Vertex received Kill in INITED state., Vertex vertex_ [Map 4] killed/failed due to:OTHER_VERTEX_FAILURE]DAG did not succeed due to VERTEX_FAILURE. failedVertices:1 killedVertices:2
After Staging execution
is it something related to https://issues.apache.org/jira/browse/TEZ-3239 https://issues.apache.org/jira/browse/TEZ-2107 Thanks.
... View more
Labels:
02-16-2017
03:25 AM
Hi , Please copy hbase-site.xml file to /etc/spark/conf and retry ,let me know how it went. And also refer below article https://community.hortonworks.com/content/supportkb/48988/how-to-run-spark-job-to-interact-with-secured-hbas.html Thanks.
... View more