Github user adrian-wang commented on the pull request:

    https://github.com/apache/spark/pull/4884#issuecomment-77178252
  
    @srowen  @liancheng You can reproduce my problem by
    1. clone spark
    2. import it into intellij by choose import from maven
    3. run sparksqlclidriver in intellij.
    
    About the usage of guava in module hive, check 
https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala#L23
    
    The usage of guava in thriftserver is called by a dependency of module 
thriftserver. This should be ok, but the root pom specifically mark guava as 
scope provided. This would not lead to a real problem, but only affect what 
maven plugin of intellij does.
    
    Thanks for your review!


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