Re: ​Spark 1.6 - H​ive remote metastore not working

2015-12-16 Thread syepes
Thanks for the reply. The thing is that with 1.5 it never showed messages like the following: 15/12/16 00:06:11 INFO MetaStoreDirectSql: Using direct SQL, underlying DB is DERBY 15/12/16 00:06:11 WARN ObjectStore: Failed to get database default, returning NoSuchObjectException This is a bit

Re: ​Spark 1.6 - H​ive remote metastore not working

2015-12-16 Thread Yin Huai
oh i see. In your log, I guess you can find a line like "Initializing execution hive, version". The line you showed is actually associated with execution hive, which is a fake metastore that used by spark sql internally. Logs related to the real metastore (the metastore storing table metadata and

Re: ​Spark 1.6 - H​ive remote metastore not working

2015-12-16 Thread syepes
Thanks for the the info. -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Spark-1-6-H-ive-remote-metastore-not-working-tp15634p15658.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

Re: ​Spark 1.6 - H​ive remote metastore not working

2015-12-16 Thread Yin Huai
I see 15/12/16 00:06:13 INFO metastore: Trying to connect to metastore with URI thrift://remoteNode:9083 15/12/16 00:06:14 INFO metastore: Connected to metastore. Looks like you were connected to your remote metastore. On Tue, Dec 15, 2015 at 3:31 PM, syepes wrote: > ​Hello,

​Spark 1.6 - H​ive remote metastore not working

2015-12-15 Thread syepes
​Hello, I am testing out the 1.6 branch (#08aa3b4) and I have just noticed that spark-shell "HiveContext" is no longer able to connect to my remote metastore. Using the same build options and configuration files with 1.5 (#0fdf554) it works. Does anyone know if there have been any mayor changes