Member since
08-06-2013
63
Posts
6
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
12393 | 08-18-2013 07:43 AM | |
10121 | 08-16-2013 07:16 AM |
08-22-2013
06:13 AM
Add the /opt/hive/lib/hbase-0.90.1-SNAPSHOT.jar instead of the /hbase-0.94.1/hbase-0.94.6.jar Add only one of the hbase JARs.
... View more
08-22-2013
05:44 AM
Add the following JARs to the classpath of the application. The version may be different. /opt/hive/lib/hive-hbase-handler-0.8.0-SNAPSHOT.jar
/opt/hive/lib/hbase-0.90.1-SNAPSHOT.jar
/opt/hive/lib/zookeeper-3.3.1.jar
/hbase-0.94.1/hbase-0.94.6.jar
hive_contrib.jar
... View more
08-21-2013
01:02 PM
1 Kudo
CM 4.6 documentation http://www.cloudera.com/content/support/en/documentation/manager/cloudera-manager-v4-latest.html
... View more
08-21-2013
12:58 PM
Not the local host entry. Find the IP address, FQDN and shortname for each of nodes and add them to the /etc/hosts on all nodes in the format: <IP address> <FQDN> <shortname> To get shortname and FQDN: >hostname && hostname -f
... View more
08-21-2013
10:55 AM
Cloudera Manager CM 4.6 does support WebHCat. http://blog.cloudera.com/blog/2013/06/cloudera-manager-46-free-features/
... View more
08-21-2013
09:40 AM
1 Kudo
After /etc/hosts files have been updated, restart the cloudera-scm-agent on each node to apply the changes of the /etc/hosts file.
... View more
08-21-2013
09:38 AM
Update /etc/hosts of all the nodes in the cluster according to the following format for each entry. <IP address> <FQDN> <shortname>
... View more
08-21-2013
09:30 AM
What is the error message?
... View more
08-21-2013
09:20 AM
A search on https://issues.cloudera.org/secure/QuickSearch.jspa for "Oozie coordinator editor - problems with using datasets" lists several issues. Does any of those apply?
... View more
08-20-2013
07:51 AM
1 Kudo
Use Hive SerDe for CSV https://github.com/ogrodnek/csv-serde Also, refer https://issues.apache.org/jira/browse/HIVE-136
... View more