I am running Spark Standalone mode with Spark 1.1

I started SparkSQL thrift server as follows:
./sbin/start-thriftserver.sh

Then I use beeline to connect to it.
Now, I can "CREATE", "SELECT", "SHOW" the databases or the tables;
But when I "DROP" or "Load data inpath 'kv1.txt' into table src", the
Beeline client will hang.

Here is the log of thriftServer:

14/09/12 13:59:41 INFO Driver: </PERFLOG method=doAuthorization
start=1410501581524 end=1410501581549 duration=25>
14/09/12 13:59:41 INFO Driver: </PERFLOG method=compile start=1410501581500
end=1410501581549 duration=49>
14/09/12 13:59:41 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-hang-due-to-PERFLOG-method-acquireReadWriteLocks-tp14055.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

Reply via email to