Github user watermen commented on the pull request:

    https://github.com/apache/spark/pull/4586#issuecomment-76704311
  
    I also found this issue, I fetch your branch and when I run `select * from 
src join t1 on src.key =t1.a;
    ` in Mapjoin_addjar.q, it also throws `ERROR CliDriver: 
java.lang.RuntimeException: java.lang.ClassNotFoundException: 
org.apache.hive.hcatalog.data.JsonSerDe` like before.
    I debug the code and found it can't setup into `if 
(proc.isInstanceOf[Driver] || proc.isInstanceOf[SetProcessor]` in 
SparkSQLCLIDriver, so it can't run the `run(sqlContext: SQLContext)` in `case 
class AddJar`. Do I understand right?


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

Reply via email to