Re: Zip Exception since commit da4098b9

2016-09-23 Thread Madhusudan Ramanna
Zhiyuan, We just pulled down the latest snapshot from Apache repository.   Question, is how can I figure out branch and commit information from the snapshot artifact ? thanks,Madhu On Friday, September 23, 2016 10:38 AM, zhiyuan yang wrote: Hi Madhu, It looks like

Re: Zip Exception since commit da4098b9

2016-09-23 Thread Hitesh Shah
Hello Madhusudan, If you look at the MANIFEST.MF inside any of the tez jars, it will provide the commit hash via the SCM-Revision field. The tez client and the DAGAppMaster also log this info at runtime. — Hitesh > On Sep 23, 2016, at 4:08 PM, Madhusudan Ramanna wrote:

Re: Zip Exception since commit da4098b9

2016-09-23 Thread Madhusudan Ramanna
Hitesh and Zhiyuan, Apache snapshots doesn't seem to have tez-dist  http://repository.apache.org/content/groups/snapshots/org/apache/tez/tez-dist/ The last one seems to be 0.2.0-SNAPSHOT Should I just download based on the commit and recompile ?  thanks,Madhu On Friday, September 23, 2016

Zip Exception since commit da4098b9

2016-09-23 Thread Madhusudan Ramanna
Hello, We're using the Apache snapshot repository to pull latest tez snapshots.  We've started seeing this exception: org.apache.tez.dag.api.TezUncheckedException: java.util.zip.ZipException: incorrect header check at

Re: Zip Exception since commit da4098b9

2016-09-23 Thread Hitesh Shah
Hello Madhusudan Thanks for reporting the issue. Would you mind filing a bug at https://issues.apache.org/jira/browse/tez with the application logs and tez configs attached? If you have a simple dag/job example that reproduces the behavior that would be great too. thanks — Hitesh > On Sep