Github user scwf commented on the pull request:

    https://github.com/apache/spark/pull/3103#issuecomment-61769236
  
    To make this clear, the issue should be:
    Maven build include the manifest file of guava's into spark assembly jar, 
in which misses the ```Implementation-Version```.  ```HiveThriftServer2``` and 
```Beeline``` relies on the ```Implementation-Version field``` in the manifest 
to inspect version info, so get the error above.
    
    Now this PR just add these needed info to manifest file to fix this 
problem. Now i am trying to remove the guava's MF and make a new one (just like 
the SBT's mf), i am not a maven/build expert, @srowen this is ok?  any idea?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to