[jira] [Commented] (SPARK-2410) Thrift/JDBC Server

2015-09-17 Thread Maximilian Michels (JIRA)

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

Maximilian Michels commented on SPARK-2410:
---

User 'twalthr' has created a pull request for this issue:
https://github.com/apache/flink/pull/943

> Thrift/JDBC Server
> --
>
> Key: SPARK-2410
> URL: https://issues.apache.org/jira/browse/SPARK-2410
> Project: Spark
>  Issue Type: New Feature
>  Components: SQL
>Reporter: Michael Armbrust
>Assignee: Cheng Lian
>Priority: Blocker
> Fix For: 1.1.0
>
>
> We have this, but need to make sure that it gets merged into master before 
> the 1.1 release.



--
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



[jira] [Commented] (SPARK-2410) Thrift/JDBC Server

2014-07-28 Thread Apache Spark (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14076453#comment-14076453
 ] 

Apache Spark commented on SPARK-2410:
-

User 'liancheng' has created a pull request for this issue:
https://github.com/apache/spark/pull/1620

 Thrift/JDBC Server
 --

 Key: SPARK-2410
 URL: https://issues.apache.org/jira/browse/SPARK-2410
 Project: Spark
  Issue Type: New Feature
  Components: SQL
Reporter: Michael Armbrust
Assignee: Cheng Lian
Priority: Blocker
 Fix For: 1.1.0


 We have this, but need to make sure that it gets merged into master before 
 the 1.1 release.



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


[jira] [Commented] (SPARK-2410) Thrift/JDBC Server

2014-07-27 Thread Patrick Wendell (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14075833#comment-14075833
 ] 

Patrick Wendell commented on SPARK-2410:


{code}
[info] - test query execution against a Hive Thrift server *** FAILED ***
[info]   java.sql.SQLException: Could not open connection to 
jdbc:hive2://localhost:59556/: java.net.ConnectException: Connection refused
[info]   at 
org.apache.hive.jdbc.HiveConnection.openTransport(HiveConnection.java:146)
[info]   at org.apache.hive.jdbc.HiveConnection.init(HiveConnection.java:123)
[info]   at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:105)
[info]   at java.sql.DriverManager.getConnection(DriverManager.java:571)
[info]   at java.sql.DriverManager.getConnection(DriverManager.java:215)
[info]   at 
org.apache.spark.sql.hive.thriftserver.HiveThriftServer2Suite.getConnection(HiveThriftServer2Suite.scala:131)
[info]   at 
org.apache.spark.sql.hive.thriftserver.HiveThriftServer2Suite.createStatement(HiveThriftServer2Suite.scala:134)
[info]   at 
org.apache.spark.sql.hive.thriftserver.HiveThriftServer2Suite$$anonfun$1.apply$mcV$sp(HiveThriftServer2Suite.scala:110)
[info]   at 
org.apache.spark.sql.hive.thriftserver.HiveThriftServer2Suite$$anonfun$1.apply(HiveThriftServer2Suite.scala:107)
[info]   at 
org.apache.spark.sql.hive.thriftserver.HiveThriftServer2Suite$$anonfun$1.apply(HiveThriftServer2Suite.scala:107)
[info]   ...
[info]   Cause: org.apache.thrift.transport.TTransportException: 
java.net.ConnectException: Connection refused
[info]   at org.apache.thrift.transport.TSocket.open(TSocket.java:185)
[info]   at 
org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:248)
[info]   at 
org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37)
[info]   at 
org.apache.hive.jdbc.HiveConnection.openTransport(HiveConnection.java:144)
[info]   at org.apache.hive.jdbc.HiveConnection.init(HiveConnection.java:123)
[info]   at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:105)
[info]   at java.sql.DriverManager.getConnection(DriverManager.java:571)
[info]   at java.sql.DriverManager.getConnection(DriverManager.java:215)
[info]   at 
org.apache.spark.sql.hive.thriftserver.HiveThriftServer2Suite.getConnection(HiveThriftServer2Suite.scala:131)
[info]   at 
org.apache.spark.sql.hive.thriftserver.HiveThriftServer2Suite.createStatement(HiveThriftServer2Suite.scala:134)
[info]   ...
[info]   Cause: java.net.ConnectException: Connection refused
[info]   at java.net.PlainSocketImpl.socketConnect(Native Method)
[info]   at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
[info]   at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
[info]   at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
[info]   at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
[info]   at java.net.Socket.connect(Socket.java:579)
[info]   at org.apache.thrift.transport.TSocket.open(TSocket.java:180)
[info]   at 
org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:248)
[info]   at 
org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37)
[info]   at 
org.apache.hive.jdbc.HiveConnection.openTransport(HiveConnection.java:144)
[info]   ...
[info] CliSuite:
Executing: create table hive_test1(key int, val string);, expecting output: OK
[info] - simple commands *** FAILED ***
[info]   java.lang.AssertionError: assertion failed: Didn't find OK in the 
output:
[info]   at scala.Predef$.assert(Predef.scala:179)
[info]   at 
org.apache.spark.sql.hive.thriftserver.TestUtils$class.waitForQuery(TestUtils.scala:70)
[info]   at 
org.apache.spark.sql.hive.thriftserver.CliSuite.waitForQuery(CliSuite.scala:25)
[info]   at 
org.apache.spark.sql.hive.thriftserver.TestUtils$class.executeQuery(TestUtils.scala:62)
[info]   at 
org.apache.spark.sql.hive.thriftserver.CliSuite.executeQuery(CliSuite.scala:25)
[info]   at 
org.apache.spark.sql.hive.thriftserver.CliSuite$$anonfun$1.apply$mcV$sp(CliSuite.scala:53)
[info]   at 
org.apache.spark.sql.hive.thriftserver.CliSuite$$anonfun$1.apply(CliSuite.scala:51)
[info]   at 
org.apache.spark.sql.hive.thriftserver.CliSuite$$anonfun$1.apply(CliSuite.scala:51)
[info]   at 
org.scalatest.Transformer$$anonfun$apply$1.apply(Transformer.scala:22)
[info]   at 
org.scalatest.Transformer$$anonfun$apply$1.apply(Transformer.scala:22)
{code}

 Thrift/JDBC Server
 --

 Key: SPARK-2410
 URL: https://issues.apache.org/jira/browse/SPARK-2410
 Project: Spark
  Issue Type: New Feature
  Components: SQL
Reporter: Michael Armbrust
Assignee: Cheng Lian
Priority: Blocker
 Fix For: 1.1.0


 We have this, but need to make sure that it gets merged into master before 
 the 1.1 release.




[jira] [Commented] (SPARK-2410) Thrift/JDBC Server

2014-07-15 Thread Michael Armbrust (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14062953#comment-14062953
 ] 

Michael Armbrust commented on SPARK-2410:
-

Let see if we can fix SPARK-2459 as part of this by using spark-submit to 
launch the server.

 Thrift/JDBC Server
 --

 Key: SPARK-2410
 URL: https://issues.apache.org/jira/browse/SPARK-2410
 Project: Spark
  Issue Type: New Feature
  Components: SQL
Reporter: Michael Armbrust
Assignee: Cheng Lian
Priority: Blocker

 We have this, but need to make sure that it gets merged into master before 
 the 1.1 release.



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


[jira] [Commented] (SPARK-2410) Thrift/JDBC Server

2014-07-14 Thread Cheng Lian (JIRA)

[ 
https://issues.apache.org/jira/browse/SPARK-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14060388#comment-14060388
 ] 

Cheng Lian commented on SPARK-2410:
---

PR: https://github.com/apache/spark/pull/1399

 Thrift/JDBC Server
 --

 Key: SPARK-2410
 URL: https://issues.apache.org/jira/browse/SPARK-2410
 Project: Spark
  Issue Type: New Feature
  Components: SQL
Reporter: Michael Armbrust
Assignee: Cheng Lian
Priority: Blocker

 We have this, but need to make sure that it gets merged into master before 
 the 1.1 release.



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