You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2014/08/19 17:55:19 UTC

[jira] [Created] (SPARK-3126) HiveThriftServer2Suite hangs

Cheng Lian created SPARK-3126:
---------------------------------

             Summary: HiveThriftServer2Suite hangs
                 Key: SPARK-3126
                 URL: https://issues.apache.org/jira/browse/SPARK-3126
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Cheng Lian
            Priority: Blocker
             Fix For: 1.0.1, 1.0.2


[PR #1851|https://github.com/apache/spark/pull/1851] modified {{sbin/start-thriftserver.sh}}, added proper quotation and removed {{eval}}, but {{HiveThriftServer2Suite}}, which invokes {{sbin/start-thriftserver.sh}}, was not updated accordingly. The JDBC URL command line option shouldn't be quoted after removing {{eval}} from the script, otherwise, the following wrong command will be issued (notice the unclosed double quote):
{code}
../../sbin/start-thriftserver.sh ... --hiveconf javax.jdo.option.ConnectionURL="xxx ...
{code}
This makes test cases hang until time out.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org