You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Olivier Toupin (JIRA)" <ji...@apache.org> on 2015/06/04 21:16:39 UTC

[jira] [Commented] (SPARK-6154) Support Kafka, JDBC in Scala 2.11

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

Olivier Toupin commented on SPARK-6154:
---------------------------------------

We could also drop org.apache.spark.sql.hive.thriftserver.SparkSQLCLIDriver altogether and update spark-sql to use something like ./sbin/start-thriftserver.sh and beeline. Hive already deprecated their own SQL shell, we could go the same way. http://blog.cloudera.com/blog/2014/02/migrating-from-hive-cli-to-beeline-a-primer/

> Support Kafka, JDBC in Scala 2.11
> ---------------------------------
>
>                 Key: SPARK-6154
>                 URL: https://issues.apache.org/jira/browse/SPARK-6154
>             Project: Spark
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 1.3.0
>            Reporter: Jianshi Huang
>
> Build v1.3.0-rc2 with Scala 2.11 using instructions in the documentation failed when -Phive-thriftserver is enabled.
> [info] Compiling 9 Scala sources to /home/hjs/workspace/spark/sql/hive-thriftserver/target/scala-2.11/classes...
> [error] /home/hjs/workspace/spark/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLCLIDriver.scala:2
> 5: object ConsoleReader is not a member of package jline
> [error] import jline.{ConsoleReader, History}
> [error]        ^
> [warn] Class jline.Completor not found - continuing with a stub.
> [warn] Class jline.ConsoleReader not found - continuing with a stub.
> [error] /home/hjs/workspace/spark/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLCLIDriver.scala:1
> 65: not found: type ConsoleReader
> [error]     val reader = new ConsoleReader()
> Jianshi



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