128
Posts
15
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2627 | 01-13-2015 09:09 AM | |
4867 | 05-28-2014 09:28 AM | |
1970 | 04-22-2014 01:24 PM | |
1929 | 03-31-2014 09:07 AM | |
62808 | 02-07-2014 08:40 AM |
02-06-2014
12:19 PM
When I leave it blank it is asking me for the password. I am not sure which password to supply...
... View more
02-06-2014
12:09 PM
What would be the username and password that I need to supply while executing this command ?
... View more
02-06-2014
11:49 AM
Sorry for confusing you... I need to connect to the hiveserver2 using beeline and create a database. the URL would be jdbc:hive2://hiveserver2_hostname:10000 org.apache.hive.jdbc.HiveDriver ? I tried this too, got the same error.
... View more
02-06-2014
10:54 AM
We are using thrift service to connect to our hive metastore... For thrift, need to use a different URL ?
... View more
02-06-2014
10:41 AM
I also tried using org.apache.hive.jdbc.HiveDriver but no luck !connect jdbc:hive2://hostname:10000 org.apache.hive.jdbc.HiveDriver scan complete in 6ms Connecting to jdbc:hive2://hostname:10000 Enter password for jdbc:hive2://hostname:10000: ******** Error: Invalid URL: jdbc:hive2://hostname:10000 (state=08S01,code=0)
... View more
02-06-2014
07:16 AM
I am trying to connect beeline from client system but I am not able to... Beeline version 0.10.0-cdh4.5.0 by Apache Hive beeline> !connect jdbc:hive2://hostname.com:10000 org.apache.hadoop.hive.jdbc.HiveDriver scan complete in 6ms Connecting to jdbc:hive2://hostname.com:10000 Enter password for jdbc:hive2://hostname.com:10000: ******** Error: Invalid URL: jdbc:hive2://hostname.com:10000 (state=08S01,code=0) Am I missing anything here...Please advice..
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
01-09-2014
11:05 AM
1 Kudo
It means your node is not making a call to Hadoop file system It is running a local filesystem command "ls -a"... Check your core-site.xml in hadoop conf directory for fs.default.name property and value should be your namenode hostname... Other way to do it through CM is, make sure the hdfs gateway role is installed on the host and deploy the client configurations.. If you don't see the host in HDFS gateway, then you need to add gateway to the host and deploy client configurations...
... View more
01-03-2014
12:06 PM
This might be helpful http://www.cloudera.com/content/cloudera-content/cloudera-docs/Connectors/PDF/Cloudera-ODBC-Driver-for-Apache-Hive-Install-Guide.pdf
... View more
01-03-2014
12:03 PM
Did you configure DSN, host & port on windows host ?
... View more
01-03-2014
11:45 AM
I'm little confused on your issue. Correct me if I am wrong... You are running Cloudera Quickstart VM on Windows machine and you have a hadoop cluster set up on EC2. You are trying to access hive from Windows VM to connect EC2 Cluster ?
... View more
- « Previous
- Next »