Github user nchammas commented on the pull request:
https://github.com/apache/spark/pull/4387#issuecomment-73319870
FYI @marmbrus
```
mvn -DskipTests clean package
```
This fails with the following errors:
```
[ERROR]
~/Projects/apache/spark/repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala:48:
object sql is not a member of package org.apache.spark
[ERROR] import org.apache.spark.sql.SQLContext
[ERROR] ^
[ERROR]
~/Projects/apache/spark/repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala:134:
not found: type SQLContext
[ERROR] var sqlContext: SQLContext = _
[ERROR] ^
[ERROR]
~/Projects/apache/spark/repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala:1022:
not found: type SQLContext
[ERROR] def createSQLContext(): SQLContext = {
[ERROR] ^
[ERROR]
~/Projects/apache/spark/repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala:1027:
not found: type SQLContext
[ERROR] .newInstance(sparkContext).asInstanceOf[SQLContext]
[ERROR] ^
[ERROR]
~/Projects/apache/spark/repl/scala-2.10/src/main/scala/org/apache/spark/repl/SparkILoop.scala:1032:
not found: type SQLContext
[ERROR] sqlContext = new SQLContext(sparkContext)
[ERROR] ^
```
The culprit seems to be this patch, but I am not sure.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]