Member since
10-26-2014
21
Posts
4
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4450 | 01-07-2016 12:53 AM |
05-04-2016
06:43 PM
Where can I find NN, ranger and hive audit logs retention interval
in hadoop cluster? any insights please?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
-
Apache Ranger
04-28-2016
02:30 PM
1 Kudo
how to do load balancing HS2 in a kerberos environment?
... View more
Labels:
- Labels:
-
Apache Hive
03-01-2016
05:50 PM
Labels:
- Labels:
-
Apache YARN
01-18-2016
06:40 PM
Thanks. It worked
... View more
01-18-2016
05:56 PM
Thanks Neeraj and Josh. Finally this command worked for me after Changing the desired state to 'installed' in hostcomponentdesiredstate,servicedesiredstate and servicecomponentdesiredstate tables for component_name like 'accumulo%' curl --user admin:admin -i -H "X-Requested-By: ambari" -X DELETE http://`hostname -f`:8081/api/v1/clusters/cl1/services/ACCUMULO Here is the error I got before updating the tables and after running the command. HTTP/1.1 500 Internal Server Error
Set-Cookie: AMBARISESSIONID=1uk6m8c30gnpp15bco5qkzd2l3;Path=/;HttpOnly
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/plain
Content-Length: 235
Server: Jetty(8.1.17.v20150415) {
"status" : 500,
"message" : "org.apache.ambari.server.controller.spi.SystemException: An internal system exception occurred: Cannot remove ACCUMULO.
Desired state STARTED is not removable. Service must be stopped or disabled."
... View more
01-18-2016
12:12 AM
Thanks. The accumulo services are not starting, so I'm trying to delete accumulo service from Ambari, but delete was disabled from drop down menu. Any advise? accumulo-error.png
... View more
01-15-2016
01:49 AM
Download Atlas jars link is not working. Can you please verify once?
... View more
01-14-2016
10:00 PM
accumulo-from-ambari.png . From ambari Installation is successful
... View more
01-14-2016
09:52 PM
Trying to run hive Accumulo Integration examples, but it is failing while creating the table. hive -hiveconf accumulo.instance.name=accumulo -hiveconf accumulo.zookeepers=localhost -hiveconf accumulo.user.name=hive -hiveconf accumulo.user.pass=hive
WARNING: Use "yarn jar" to launch YARN applications.
2016-01-14 13:53:15,365 WARN - [main:] ~ HiveConf of name hive.hook.dgi.url does not exist (HiveConf:2753)
2016-01-14 13:53:15,368 WARN - [main:] ~ HiveConf of name hive.cluster.name does not exist (HiveConf:2753) hive> CREATE TABLE accumulo_table(rowid STRING, name STRING, age INT, weight DOUBLE, height INT)
> STORED BY 'org.apache.hadoop.hive.accumulo.AccumuloStorageHandler'
> WITH SERDEPROPERTIES('accumulo.columns.mapping' = ':rowid,person:name,person:age,person:weight,person:height');
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.RuntimeException: Instance name accumulo does not exist in zookeeper. Run "accumulo org.apache.accumulo.server.util.ListInstances" to see a list. ERROR: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. java.lang.RuntimeException: Instance name accumulo does not exist in zookeeper. Run "accumulo org.apache.accumulo.server.util.ListInstances" to see a list.
... View more
Labels:
- Labels:
-
Apache Accumulo
-
Apache Hive
01-14-2016
07:04 PM
Thank you Neeraj
... View more