abstractdog commented on PR #441: URL: https://github.com/apache/tez/pull/441#issuecomment-3790386233
hm, strange, now I can repro the same locally too :D ``` mvn clean rm -rf ~/.m2/repository/org/apache/tez cd tez-api && mvn clean install -DskipTests && cd .. cd tez-runtime-internals && mvn clean install -DskipTests && cd .. cd tez-runtime-library && mvn clean install -DskipTests && cd .. cd tez-mapreduce && mvn clean install -DskipTests && cd .. cd tez-dag && mvn clean install -DskipTests && cd .. cd tez-tests && mvn clean install -DskipTests && cd .. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
