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

Reply via email to