Github user shivaram commented on the pull request:
https://github.com/apache/spark/pull/7774#issuecomment-129021145
@zsxwing @rxin I just ran into a problem with the annotation thing that was
discussed earlier in this PR.
My master branch is clean and is at
https://github.com/apache/spark/commit/ac507a03c3371cd5404ca195ee0ba0306badfc23
I used `build/mvn -DskipTests -Psparkr clean package` to build and then ran
`bin/spark-shell`
```
It may be completely missing from the current classpath, or the version on
the classpath might be incompatible with the version used when compiling
SQLListener.class.', required by
/Users/shivaram/debian-shared/spark-apache/assembly/target/scala-2.10/spark-assembly-1.5.0-SNAPSHOT-hadoop2.2.0.jar(org/apache/spark/sql/ui/SQLListener.class)
<console>:10: error: not found: value sqlContext
import sqlContext.implicits._
^
<console>:10: error: not found: value sqlContext
import sqlContext.sql
```
---
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]