[ https://issues.apache.org/jira/browse/SPARK-9725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14661333#comment-14661333 ]
Davies Liu commented on SPARK-9725: ----------------------------------- I tried with latest master in standalone mode : {code} davies@localhost:~/work/spark$ bin/spark-sql --master spark://localhost:7077 NOTE: SPARK_PREPEND_CLASSES is set, placing locally compiled Spark classes ahead of assembly. SET hive.support.sql11.reserved.keywords=false SET spark.sql.hive.version=1.2.1 SET spark.sql.hive.version=1.2.1 spark-sql> show tables; src false srcaaaa false srcbbbb false Time taken: 1.968 seconds, Fetched 3 row(s) spark-sql> CREATE TABLE IF NOT EXISTS srcbasdfasdfasdf (key INT, value STRING); OK Time taken: 1.956 seconds spark-sql> show tables; src false srcaaaa false srcbasdfasdfasdf false srcbbbb false Time taken: 0.102 seconds, Fetched 4 row(s) spark-sql> {code} Can't reproduce your problem, how many tables do you have? > spark sql query string field return empty/garbled string > -------------------------------------------------------- > > Key: SPARK-9725 > URL: https://issues.apache.org/jira/browse/SPARK-9725 > Project: Spark > Issue Type: Bug > Components: SQL > Reporter: Fei Wang > Assignee: Davies Liu > Priority: Blocker > > to reproduce it: > 1 deploy spark cluster mode, i use standalone mode locally > 2 set executor memory >= 32g, set following config in spark-default.xml > spark.executor.memory 36g > 3 run spark-sql.sh with "show tables" it return empty/garbled string -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org