Pig runtime is decoupled with the hadoop jars you build with. You can run Pig with a different hadoop which HADOOP_HOME points to. If you really want to compile with a different hadoop jar, the easiest hack is to replace hadoop libraries inside build/ivy/lib/Pig with your version of hadoop.
Daniel On Tue, Apr 17, 2012 at 8:07 AM, Amir Sanjar <[email protected]> wrote: > How could we build Pig using a private hadoop jar file located on our > local build system and not using maven repository.. > We are new to maven and ivy tools, any help would be greatly appreciated > > Best Regards > Amir Sanjar
