You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Fei Wang (JIRA)" <ji...@apache.org> on 2015/08/07 08:21:45 UTC

[jira] [Comment Edited] (SPARK-9725) spark sql query string field return empty/garbled string

    [ https://issues.apache.org/jira/browse/SPARK-9725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14661389#comment-14661389 ] 

Fei Wang edited comment on SPARK-9725 at 8/7/15 6:21 AM:
---------------------------------------------------------

i try the master again and reproduce this issue:

<code>
M151:/home/wf/spark # bin/spark-sql
SET hive.support.sql11.reserved.keywords=false
SET spark.sql.hive.version=1.2.1
SET spark.sql.hive.version=1.2.1
[INFO] Unable to bind key for unsupported operation: backward-delete-word
[INFO] Unable to bind key for unsupported operation: backward-delete-word
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
spark-sql> CREATE TABLE IF NOT EXISTS srcbasdfasdfasdf (key INT, value STRING);
OK
Time taken: 3.493 seconds
spark-sql> CREATE TABLE IF NOT EXISTS src (key INT, value STRING);
OK
Time taken: 0.181 seconds
spark-sql> show tables;
        false
srcbasdf        false
Time taken: 0.211 seconds, Fetched 2 row(s)
spark-sql> 
</code>


was (Author: scwf):
i try the master again and reproduce this issue:

M151:/home/wf/spark # bin/spark-sql
SET hive.support.sql11.reserved.keywords=false
SET spark.sql.hive.version=1.2.1
SET spark.sql.hive.version=1.2.1
[INFO] Unable to bind key for unsupported operation: backward-delete-word
[INFO] Unable to bind key for unsupported operation: backward-delete-word
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
[INFO] Unable to bind key for unsupported operation: up-history
[INFO] Unable to bind key for unsupported operation: down-history
spark-sql> CREATE TABLE IF NOT EXISTS srcbasdfasdfasdf (key INT, value STRING);
OK
Time taken: 3.493 seconds
spark-sql> CREATE TABLE IF NOT EXISTS src (key INT, value STRING);
OK
Time taken: 0.181 seconds
spark-sql> show tables;
        false
srcbasdf        false
Time taken: 0.211 seconds, Fetched 2 row(s)
spark-sql> 


> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org