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 <https://issues.apache.org/jira/browse/SPARK-16599>.

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

This starts the build successfully. Then I changed one source file and a
version in pom.xml (exact diff
<https://gist.github.com/james64/cc158bdb81bc1828937c757fde94ce82>). After
this change when I run the same build command as above I get failure:

Could not find resource 'dev/checkstyle.xml'

whole build log
<https://gist.github.com/james64/85b3bf4613e7105bebd687502258a518>

How this one commit change can cause this error? checkstyle.xml is still
there. I run maven from project root in both cases. What should I change to
build this?

Thanks for your help

Jakub

Reply via email to