You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Suma Shivaprasad <su...@gmail.com> on 2014/09/10 05:24:01 UTC

binary patch not getting applied

I am generating the patch through

git format-patch --no-prefix HEAD^ --binary

and when jenkins build for patch is applying through patch -p0..it doesnt
apply the binary file (complex.seq) in the patch

The same is happening when I try it locally. Tried with patch -p0 --binary
as well. But still not getting applied.

Any thoughts on this?

Thanks
Suma