Re: 2.7.3 shipped without Snappy support

2016-09-30 Thread tsuna
On Fri, Sep 30, 2016 at 7:51 PM, Vinod Kumar Vavilapalli wrote: > The way we build the bits as part of the release process changed quite a bit > during that release so there were some hiccups. > > This seems like an oversight, though I tried to build them as close as >

Re: 2.7.3 shipped without Snappy support

2016-09-30 Thread Vinod Kumar Vavilapalli
The way we build the bits as part of the release process changed quite a bit during that release so there were some hiccups. This seems like an oversight, though I tried to build them as close as possible to the releases before 2.7.3. We can fix this for the next releases. +Vinod > On Sep 30,

2.7.3 shipped without Snappy support

2016-09-30 Thread tsuna
Hi there, Why are releases up to 2.7.2 shipped with a libhadoop.so built with Snappy support but 2.7.3 not? I couldn’t find anything in the release notes or ML archives that would indicate that this was an intentional change. hadoop-2.7.2/lib/native/libhadoop.so.1.0.0: 00014fb0 :

Re: How to speed up the building process of Hadoop?

2016-09-30 Thread Mohammed Q. Hussian
That's really works fine. Thanks a lot :-). Anybody managed to use multiple cores in the process? It always fails with the following error message: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (package-mapreduce) on project hadoop-mapreduce: Failed to

Re: How to speed up the building process of Hadoop?

2016-09-30 Thread Wei-Chiu Chuang
One suggest: add -Dmaven.javadoc.skip=true This parameter skips building javadocs. For me this reduces overall build time to about 2 minutes. > On Sep 30, 2016, at 5:40 AM, Mohammed Q. Hussian wrote: > > Hi All. > > I'm building Hadoop from source using the following

How to speed up the building process of Hadoop?

2016-09-30 Thread Mohammed Q. Hussian
Hi All. I'm building Hadoop from source using the following Maven command: mvn --offline package -Pdist -DskipTests" Everything works fine but the problem is that the building process takes time. I'm planing to modify Hadoop's source code and waiting about seven minutes to compile the changes is