Member since
02-02-2016
583
Posts
518
Kudos Received
98
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4189 | 09-16-2016 11:56 AM | |
| 1749 | 09-13-2016 08:47 PM | |
| 6943 | 09-06-2016 11:00 AM | |
| 4175 | 08-05-2016 11:51 AM | |
| 6247 | 08-03-2016 02:58 PM |
05-31-2016
04:34 PM
3 Kudos
Hi @Roberto Sancho Can you please run this command and share the output? grep -iR org.apache.hadoop.hive.shims.HadoopShims /usr/hdp/current/hive-server2/
... View more
05-31-2016
02:37 PM
1 Kudo
@henryon wen There were multiple solution related to same issue, can you try setting below properties? In yarn-site.xml if kerberos is enabled. <property>
<description>ACL of who can be admin of the YARN cluster.</description>
<name>yarn.admin.acl</name>
<value>dr.who</value>
</property> Also. <property>
<name>yarn.acl.enable</name>
<value>false</value>
</property>
... View more
05-31-2016
01:46 PM
@Milan Sladky Great 🙂 , please accept the answer to close this thread.
... View more
05-31-2016
01:10 PM
1 Kudo
@yong yang Try using below command on hive shell before executing insert command. hive> add jar '\your jar file path';
... View more
05-31-2016
12:52 PM
@Milan Sladky What error you are getting? alternatively you can try setting below parameter manually in ambari-server.properties file and see if that solve your problem. Make sure amabri agent conf should knows about these ports. security.server.two_way_ssl.port=8787
security.server.one_way_ssl.port=8788
... View more
05-31-2016
12:20 PM
3 Kudos
@Milan Sladky Try through this command. ambari-server setup-security
... View more
05-31-2016
12:06 PM
Try restarting ambari server/agent and see if this shows same issue.
... View more
05-31-2016
11:29 AM
4 Kudos
Hi @ARUNKUMAR RAMASAMY This is what you needed? curl -u admin:admin -H "X-Requested-By:ambari" -i -X DELETE http://localhost:8080/api/v1/blueprints/blueprint-singlenode-default
... View more
05-31-2016
10:49 AM
Hi @vishal patil Are you trying to start or restart the service from Ambari UI?
... View more
05-31-2016
10:29 AM
4 Kudos
@sameer lail Please set HADOOP_CMD variable inside R before hdfs call. Sys.setenv("HADOOP_CMD"="/usr/hdp/current/hadoop-client/bin/hadoop")
... View more