What's your Spark / Hadoop version? And also the hive-site.xml? Most of case like that caused by incompatible Hadoop client jar and the Hadoop cluster.
-----Original Message----- From: linkpatrickliu [mailto:linkpatrick...@live.com] Sent: Monday, September 15, 2014 2:35 PM To: u...@spark.incubator.apache.org Subject: SparkSQL 1.1 hang when "DROP" or "LOAD" I started sparkSQL thrift server: "sbin/start-thriftserver.sh" Then I use beeline to connect to it: "bin/beeline" "!connect jdbc:hive2://localhost:10000 op1 op1" I have created a database for user op1. "create database dw_op1"; And grant all privileges to user op1; "grant all on database dw_op1 to user op1"; Then I create a table: "create tabel src(key int, value string)" Now, I want to load data into this table: "load data inpath "kv1.txt" into table src"; (kv1.txt is located in the /user/op1 directory in hdfs) However, the client will hang....... The log in the thrift server: 14/09/15 14:21:25 INFO Driver: <PERFLOG method=acquireReadWriteLocks> Then I ctrl-C to stop the beeline client, and restart the beelien client. Now I want to drop the table src in dw_op1; "use dw_op1" "drop table src" Then, the beeline client is hanging again...... The log in the thrift server: 14/09/15 14:23:27 INFO Driver: <PERFLOG method=acquireReadWriteLocks> Anyone can help on this? Many thanks! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/SparkSQL-1-1-hang-when-DROP-or-LOAD-tp14222.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org