Re: Unshaded google guava classes in spark-network-common jar

2016-01-12 Thread Sean Owen
No, this is on purpose. Have a look at the build POM. A few Guava classes were used in the public API for Java and have had to stay unshaded. In 2.x / master this is already changed such that no unshaded Guava classes should be included. On Tue, Jan 12, 2016, 07:28 Jake Yoon wrote: > I found an

Unshaded google guava classes in spark-network-common jar

2016-01-11 Thread Jake Yoon
I found an unshaded google guava classes used internally in spark-network-common while working with ElasticSearch. Following link discusses about duplicate dependencies conflict cause by guava classes and how I solved the build conflict issue. https://discuss.elastic.co/t/exception-when-using-ela