Re: Cannot find checkstyle.xml

2017-02-14 Thread Jakub Dubovsky
Somebody is able to help with this? I am stuck on this in my attempt to help solve issues: SPARK-16599 sparkNB-807 Thanks On Thu, Feb 9, 2017 at 10:18 AM, Jakub Dubovsky <

Re: Cannot find checkstyle.xml

2017-02-09 Thread Jakub Dubovsky
Thanks Ted for trying. (see below for Ted's reply). Con somebody confirm that this is not an expected behaviour? Is there somebody else having same issue? Thanks! On Wed, Feb 8, 2017 at 11:42 PM, Ted Yu wrote: > Using your command, I got: > > Caused by:

Re: Cannot find checkstyle.xml

2017-02-08 Thread Jakub Dubovsky
Sorry, correct links set in text below. Hello there, I am trying to build spark locally so I can test something to help resolve this ticket . git checkout v2.1.0 ./build/mvn -Phadoop-2.6 -Phive -Phive-thriftserver -Pyarn

Re: Cannot find checkstyle.xml

2017-02-08 Thread Jakub Dubovsky
Sorry, correct links set in text below. Hello there, > > I am trying to build spark locally so I can test something to help resolve > this > ticket . > > git checkout v2.1.0 > ./build/mvn -Phadoop-2.6 -Phive -Phive-thriftserver -Pyarn >

Cannot find checkstyle.xml

2017-02-08 Thread Jakub Dubovsky
Hello there, I am trying to build spark locally so I can test something to help resolve this ticket . git checkout v2.1.0 ./build/mvn -Phadoop-2.6 -Phive -Phive-thriftserver -Pyarn -Dhadoop.version=2.6.0-cdh5.7.1 -DskipTests -e clean install