[jira] [Created] (HADOOP-18934) Add documentation for building hadoop with docker

2023-10-12 Thread Ayush Saxena (Jira)
Ayush Saxena created HADOOP-18934: - Summary: Add documentation for building hadoop with docker Key: HADOOP-18934 URL: https://issues.apache.org/jira/browse/HADOOP-18934 Project: Hadoop Common

[jira] [Created] (HADOOP-18833) Install bats for building Hadoop on Windows

2023-07-30 Thread Gautham Banasandra (Jira)
Gautham Banasandra created HADOOP-18833: --- Summary: Install bats for building Hadoop on Windows Key: HADOOP-18833 URL: https://issues.apache.org/jira/browse/HADOOP-18833 Project: Hadoop Common

[jira] [Resolved] (HADOOP-10743) Problem building hadoop -2.4.0 on FreeBSD 10 (without -Pnative)

2017-11-10 Thread Andras Bokor (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andras Bokor resolved HADOOP-10743. --- Resolution: Won't Fix 2.4 is no longer supported. > Problem building hadoop -

[jira] [Created] (HADOOP-14984) [JDK9] Fail to run yarn application after building hadoop pkg with jdk9 in jdk9 env

2017-10-25 Thread liyunzhang (JIRA)
liyunzhang created HADOOP-14984: --- Summary: [JDK9] Fail to run yarn application after building hadoop pkg with jdk9 in jdk9 env Key: HADOOP-14984 URL: https://issues.apache.org/jira/browse/HADOOP-14984

[jira] [Resolved] (HADOOP-11809) Building hadoop on windows 64 bit, windows 7.1 SDK : \hadoop-common\target\findbugsXml.xml does not exist

2015-04-07 Thread Arpit Agarwal (JIRA)
questions. Resolving as Invalid. > Building hadoop on windows 64 bit, windows 7.1 SDK : > \hadoop-common\target\findbugsXml.xml does not exist > - > > Ke

[jira] [Created] (HADOOP-11809) Building hadoop on windows 64 bit, windows 7.1 SDK : \hadoop-common\target\findbugsXml.xml does not exist

2015-04-06 Thread Umesh Kant (JIRA)
Umesh Kant created HADOOP-11809: --- Summary: Building hadoop on windows 64 bit, windows 7.1 SDK : \hadoop-common\target\findbugsXml.xml does not exist Key: HADOOP-11809 URL: https://issues.apache.org/jira/browse

[jira] [Created] (HADOOP-11345) On Suse/PPC64, building Hadoop Pipes (with -Pnative) requires to add -lcrypto at link stage

2014-12-02 Thread Tony Reix (JIRA)
Tony Reix created HADOOP-11345: -- Summary: On Suse/PPC64, building Hadoop Pipes (with -Pnative) requires to add -lcrypto at link stage Key: HADOOP-11345 URL: https://issues.apache.org/jira/browse/HADOOP-11345

[jira] [Resolved] (HADOOP-11227) error when building hadoop on windows

2014-11-04 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayakumar B resolved HADOOP-11227. Resolution: Not a Problem Closing as 'Not a problem' > error when build

[jira] [Reopened] (HADOOP-11227) error when building hadoop on windows

2014-11-04 Thread Vinayakumar B (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinayakumar B reopened HADOOP-11227: > error when building hadoop on wind

[jira] [Resolved] (HADOOP-11227) error when building hadoop on windows

2014-11-03 Thread milq (JIRA)
ror when building hadoop on windows > --- > > Key: HADOOP-11227 > URL: https://issues.apache.org/jira/browse/HADOOP-11227 > Project: Hadoop Common > Issue Type: Bug > Compon

[jira] [Created] (HADOOP-11227) error when building hadoop on windows

2014-10-24 Thread milq (JIRA)
milq created HADOOP-11227: - Summary: error when building hadoop on windows Key: HADOOP-11227 URL: https://issues.apache.org/jira/browse/HADOOP-11227 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-10743) Problem building hadoop -2.4.0 on FreeBSD 10 (without -Pnative)

2014-06-23 Thread Pedro Giffuni (JIRA)
Pedro Giffuni created HADOOP-10743: -- Summary: Problem building hadoop -2.4.0 on FreeBSD 10 (without -Pnative) Key: HADOOP-10743 URL: https://issues.apache.org/jira/browse/HADOOP-10743 Project

Building Hadoop 1.2.1 in IntelliJ IDEA

2013-12-19 Thread Frank Scholten
Hi all, I might have found a small bug in the CLI minicluster code on Hadoop 1.2.1 so I wanted to write a patch and test my code inside IntelliJ. I followed the instructions on http://wiki.apache.org/hadoop/HadoopUnderIDEA. I added libraries and source folders but I cannot build the test code of

Re: Building Hadoop...

2013-07-29 Thread Ted Yu
Chris. > >> >>> > >> >>> The following command would produce tar ball, skipping javadoc: > >> >>> > >> >>> mvn clean package -Dtar -Pdist -DskipTests=true > >> -Dmaven.javadoc.skip=true > >> >>> >

Re: Building Hadoop...

2013-07-29 Thread James Carman
d would produce tar ball, skipping javadoc: >> >>> >> >>> mvn clean package -Dtar -Pdist -DskipTests=true >> -Dmaven.javadoc.skip=true >> >>> >> >>> Cheers >> >>> >> >>> On Sun, Jul 28, 2013 at 8:13 PM, Chr

Re: Building Hadoop...

2013-07-29 Thread Ted Yu
;> > >>> mvn clean package -Dtar -Pdist -DskipTests=true > -Dmaven.javadoc.skip=true > >>> > >>> Cheers > >>> > >>> On Sun, Jul 28, 2013 at 8:13 PM, Chris Mildebrandt < > ch...@woodenrhino.com>wrote: > >>> &

Re: Building Hadoop...

2013-07-29 Thread James Carman
-Pdist -DskipTests=true -Dmaven.javadoc.skip=true >>> >>> Cheers >>> >>> On Sun, Jul 28, 2013 at 8:13 PM, Chris Mildebrandt >>> wrote: >>> >>>> I put together a small doc for myself while I was building Hadoop on OSX >>&g

Re: Building Hadoop...

2013-07-29 Thread Tsuyoshi OZAWA
gt;> >> Cheers >> >> On Sun, Jul 28, 2013 at 8:13 PM, Chris Mildebrandt >> wrote: >> >>> I put together a small doc for myself while I was building Hadoop on OSX >>> that may help: >>> >>> >>> https://docs.google.co

Re: Building Hadoop...

2013-07-29 Thread James Carman
-Dmaven.javadoc.skip=true > > Cheers > > On Sun, Jul 28, 2013 at 8:13 PM, Chris Mildebrandt > wrote: > >> I put together a small doc for myself while I was building Hadoop on OSX >> that may help: >> >> >> https://docs.google.com/document/d/13Lh4fS7ZIE2

Re: Building Hadoop...

2013-07-28 Thread Ted Yu
Thanks for sharing, Chris. The following command would produce tar ball, skipping javadoc: mvn clean package -Dtar -Pdist -DskipTests=true -Dmaven.javadoc.skip=true Cheers On Sun, Jul 28, 2013 at 8:13 PM, Chris Mildebrandt wrote: > I put together a small doc for myself while I was build

Re: Building Hadoop...

2013-07-28 Thread Chris Mildebrandt
I put together a small doc for myself while I was building Hadoop on OSX that may help: https://docs.google.com/document/d/13Lh4fS7ZIE2SyVLQxtqgbqLxn_lYdgOQY8oR3tZj4XU Didn't really create it for public consumption, so it's not well formatted, etc. -Chris On Sun, Jul 28, 2013

Re: Building Hadoop...

2013-07-28 Thread James Carman
To help other folks who might be having the same troubles as me, this gist helped me downgrade protobuf: https://gist.github.com/gcatlin/1847248 On Sun, Jul 28, 2013 at 5:00 PM, James Carman wrote: > Okay, cool. That's what I figured. I'll try to figure out how to > install specific versions

Re: Building Hadoop...

2013-07-28 Thread James Carman
Okay, cool. That's what I figured. I'll try to figure out how to install specific versions using homebrew and move on down the road. Thanks! On Sun, Jul 28, 2013 at 4:22 PM, Ted Yu wrote: > Protobuf 2.5 isn't compatible with 2.4.1 which is the standard used by Hadoop > 2.0 > > On Jul 28, 2013,

Re: Building Hadoop...

2013-07-28 Thread Ted Yu
Protobuf 2.5 isn't compatible with 2.4.1 which is the standard used by Hadoop 2.0 On Jul 28, 2013, at 1:13 PM, James Carman wrote: > I am on Mac OS X. I've installed protobuf 2.5.0 using homebrew. > However, I'm getting errors like this: > > [ERROR] Failed to execute goal > org.apache.maven.p

Re: Building Hadoop...

2013-07-28 Thread James Carman
I am on Mac OS X. I've installed protobuf 2.5.0 using homebrew. However, I'm getting errors like this: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hadoop-common: Compilation failure: Compilation failure: [ERROR] /Users/

Re: Building Hadoop...

2013-07-28 Thread Ted Yu
You should be using libprotoc 2.4.1 Cheers On Sun, Jul 28, 2013 at 7:08 AM, James Carman wrote: > Is there anything special I have to do to get the build working on my > local machine? I have installed protocol buffers and I of course have > Maven/JDK. I am getting compiler errors relating to

Building Hadoop...

2013-07-28 Thread James Carman
Is there anything special I have to do to get the build working on my local machine? I have installed protocol buffers and I of course have Maven/JDK. I am getting compiler errors relating to protobuf. Do I need a different version in my local Maven repository?

Re: Building Hadoop from source code

2013-04-09 Thread Amir Sanjar
<3m.mustaq...@gmail.com> To: common-dev , Date: 04/09/2013 08:40 AM Subject: Re: Building Hadoop from source code @Amir, how to compile this?? The process will be same as using "mvn package -Pdist -Dtar -DskipTests" or something else?? On Tue, Apr 9, 2013 at 7

Re: Building Hadoop from source code

2013-04-09 Thread Harsh J
Mohammad, Once you've executed a build for a tarball via "mvn package -Pdist -DskipTests -Dtar", then the prepared composite, distributable tarball can be found under the directory hadoop-dist/target/. I'd oppose basing new work on a 1.x branch, as the difference between that one (~3 years old no

Re: Building Hadoop from source code

2013-04-09 Thread Mohammad Mustaqeem
mad > Mustaqeem ---04/09/2013 08:18:02 AM---@Ling, i am very new. I was about > to ask you the same. > > From: Mohammad Mustaqeem <3m.mustaq...@gmail.com> > To: common-dev , > Date: 04/09/2013 08:18 AM > Subject: Re: Building Hadoop from source code > --

Re: Building Hadoop from source code

2013-04-09 Thread Amir Sanjar
08:18 AM Subject: Re: Building Hadoop from source code @Ling, i am very new. I was about to ask you the same. Which version is easy to handle? I want to change something in HDFS. Please, suggest. On Tue, Apr 9, 2013 at 6:29 PM, Ling Kun wrote: > @Mohammad > >Sorry, sin

Re: Building Hadoop from source code

2013-04-09 Thread Mohammad Mustaqeem
@Ling, i am very new. I was about to ask you the same. Which version is easy to handle? I want to change something in HDFS. Please, suggest. On Tue, Apr 9, 2013 at 6:29 PM, Ling Kun wrote: > @Mohammad > >Sorry, since the internet connection rate I am using is tooo low, It > takes me a l

Re: Building Hadoop from source code

2013-04-09 Thread Ling Kun
@Mohammad Sorry, since the internet connection rate I am using is tooo low, It takes me a long time to download the tar file you showed above. however, here is some of my opinion based on my local develop env, and i am also a fresh hadooper here. 1. what you have download from t

Re: Building Hadoop from source code

2013-04-09 Thread Mohammad Mustaqeem
@Ling, Is it the same file as we download from http://apache.techartifact.com/mirror/hadoop/common/ ?? But the tree structure of the build tar file is not same as downloaded from the site. @Ling plz guide me. I have been stuck at this state from 1 month . I didn't find link that explain in detail.

Re: Building Hadoop from source code

2013-04-09 Thread Ling Kun
@Mohammad: 1. have you successfully run the command Steve suggested? "mvn package -Pdist -Dtar -DskipTests -Dmaven.javadoc.skip=true" 2. If yes, and then you can use the command " find . -name "*tar*" " to find the tar file, which is in the path "./hadoop-dist/target/hadoop-3.0.0-SNAPSHOT.tar.

Re: Building Hadoop from source code

2013-04-09 Thread Mohammad Mustaqeem
@maisnam, I am using ubuntu and after running svn I get hadoop folder as given in screenshot. I didn't finf any build folder On Tue, Apr 9, 2013 at 5:22 PM, maisnam ns wrote: > @@Mohammad Mustaqeem please ignore the earlier mail as the screenshots > where not copied in the mail I have attached

Re: Building Hadoop from source code

2013-04-09 Thread maisnam ns
@Mohammad Mustaqeem please follow the screenshots one by one cd build you will find Now cd hadoop-0.20.3-dev you will find the below screenshot Now the bin contains all the scripts you may need to start hadoop 1. Go to that bin directory and format your namenode 2. configure you site-xmls 3.

Re: Building Hadoop from source code

2013-04-09 Thread Mohammad Mustaqeem
Please, anyone tell me where is the build hadoop?? that can be used to install the hadoop cluster. On Tue, Apr 9, 2013 at 2:32 PM, Mohammad Mustaqeem <3m.mustaq...@gmail.com>wrote: > @Ling, you mean to say to run "find -name *tar*"?? > I run but don't know which file will be used to install Hado

Re: Building Hadoop from source code

2013-04-09 Thread Mohammad Mustaqeem
@Ling, you mean to say to run "find -name *tar*"?? I run but don't know which file will be used to install Hadoop. @Niranjan I haven't changed anything I just executed "svn checkout http://svn.apache.org/repos/asf/hadoop/common/trunk/ hadoop-trunk" to get the Hadoop source code in the "hadoop-trun

Re: Building Hadoop from source code

2013-04-09 Thread maisnam ns
@Mohammad Mustaqeem - Once you create the patch as given in the 'How to contribute to Hadoop' and apply the patch. The changes will be reflected in the files you have modified. 1.Now you trigger the build ant or maven. I tried with ant so the ant command I gave is ant clean compile bin-package.

Re: Building Hadoop from source code

2013-04-09 Thread Ling Kun
HI Mohammad, how about using "find" command to find it. Ling Kun On Tue, Apr 9, 2013 at 4:08 PM, Mohammad Mustaqeem <3m.mustaq...@gmail.com>wrote: > @Steve > I am new to Hadoop developement. > Can you please tell me, whats is the location of tar file?? > > > On Tue, Apr 9, 2013 at 12:09 AM,

Re: Building Hadoop from source code

2013-04-09 Thread Mohammad Mustaqeem
@Steve I am new to Hadoop developement. Can you please tell me, whats is the location of tar file?? On Tue, Apr 9, 2013 at 12:09 AM, Steve Loughran wrote: > On 8 April 2013 16:08, Mohammad Mustaqeem <3m.mustaq...@gmail.com> wrote: > > > Please, tell what I am doing wrong?? > > Whats the problem?

Re: Building Hadoop from source code

2013-04-08 Thread Steve Loughran
On 8 April 2013 16:08, Mohammad Mustaqeem <3m.mustaq...@gmail.com> wrote: > Please, tell what I am doing wrong?? > Whats the problem?? > a lot of these seem to be network-related tests. You can turn off all the tests; look in BUILDING.TXT at the root of the source tree for the various operations,

Re: Building Hadoop from source code

2013-04-08 Thread Mohammad Mustaqeem
Last lines are - [INFO] BUILD FAILURE [INFO] [INFO] Total time: 33:26.460s [INFO] Finished at: Tue Oct 08 20:37:45 IST 2013 [INFO] Final Memory: 28M/133M [INFO]

Re: Building Hadoop from source code

2013-04-08 Thread Mohammad Mustaqeem
Please, tell what I am doing wrong?? Whats the problem?? On Mon, Apr 8, 2013 at 8:36 PM, Mohammad Mustaqeem <3m.mustaq...@gmail.com>wrote: > Hi, > I have followed all the steps of > http://wiki.apache.org/hadoop/HowToContribute > and run following command - >

Building Hadoop from source code

2013-04-08 Thread Mohammad Mustaqeem
Hi, I have followed all the steps of http://wiki.apache.org/hadoop/HowToContribute and run following command - "svn checkout http://svn.apache.org/repos/asf/hadoop/common/trunk/ hadoop-trunk" by this command I get the hadoop source code in "hadoo

Re: building hadoop under windows

2012-11-19 Thread Radim Kolar
Dne 19.11.2012 18:21, Giridharan Kesavan napsal(a): saveVersion.py is made available with https://issues.apache.org/jira/browse/HADOOP-8924 what are merge plans for trunk? Using jython to run it from maven?

Re: building hadoop under windows

2012-11-19 Thread Giridharan Kesavan
saveVersion.py is made available with https://issues.apache.org/jira/browse/HADOOP-8924 -Giri -- Forwarded message -- From: Radim Kolar Date: Mon, Nov 19, 2012 at 7:44 AM Subject: building hadoop under windows To: common-dev@hadoop.apache.org saveVersion.sh prevents hadoop

building hadoop under windows

2012-11-19 Thread Radim Kolar
saveVersion.sh prevents hadoop from building on windows what about to rewrite this script into groovy and run it with maven groovy plugin?

[jira] [Resolved] (HADOOP-9008) Building hadoop tarball fails on Windows

2012-11-12 Thread Suresh Srinivas (JIRA)
-trunk-win. Thank you Chris. Thank you Raja for the review. > Building hadoop tarball fails on Windows > > > Key: HADOOP-9008 > URL: https://issues.apache.org/jira/browse/HADOOP-9008 >

[jira] [Created] (HADOOP-9008) Building hadoop tarball fails on Windows

2012-11-02 Thread Ivan Mitic (JIRA)
Ivan Mitic created HADOOP-9008: -- Summary: Building hadoop tarball fails on Windows Key: HADOOP-9008 URL: https://issues.apache.org/jira/browse/HADOOP-9008 Project: Hadoop Common Issue Type: Bug

Question about Jenkins build failures building hadoop-project

2012-05-03 Thread Kumar Ravi
Hello, I have a question about the build failure messages from Jenkins the past few days. I have a patch that was approved to be merged for branch-2 [mattf] HDFS-3265. PowerPc Build error. Contributed by Kumar Ravi. Although I was successful in building hadoop-common and hadoop-hdfs with the

Re: Building Hadoop UI

2012-02-17 Thread fabio . pitzolu
Hi Harsh, thanks for your feedback, I'm really interested in the new HUE branch. Our clients are always looking for something customized, which is difficult to achieve sometimes if we don't have something that we can re-use. Our goal is to create a sort of template structure and build our app on

Re: Building Hadoop UI

2012-02-17 Thread Arun C Murthy
You might want to get involved in Apache Ambari: http://incubator.apache.org/ambari/ Ambari aims to provide install, configuration and management (including dashboards etc.). For what you are looking for, Ambari uses metrics from various projects in Hadoop ecosystem (hadoop, hbase etc.) to draw

Re: Building Hadoop UI

2012-02-17 Thread Harsh J
Hi Fabio, Hue is OSS and ASL-ed, and you can re-use the thrift bindings it uses to communicate with the various daemons via plugins, and then feed information into its UIs. I do think you can easily separate out the desktop UI and the backend (thrift binding) parts, and plug in your own UI layers

Building Hadoop UI

2012-02-17 Thread fabio . pitzolu
Hello everyone, in order to provide our clients a custom UI for their MapReduce jobs and HDFS files, what is the best solution to create a web-based UI for Hadoop? We are not going to use Cloudera HUE, we need something more user-friendly and shaped for our clients needs. Thanks, Fabio Pitzolu

[jira] [Resolved] (HADOOP-8067) Errors building hadoop-gpl-compression with Hadoop 1.0.0 and HBase 0.92.0

2012-02-15 Thread John Lewis (Resolved) (JIRA)
doop > 1.0.0. But when we were following the directions stated on > http://wiki.apache.org/hadoop/UsingLzoCompression on enabling LZO compression > in HBase we are getting errors building hadoop-gpl-compression with the > hadoop-core-1.0.0.jar. These errors seem to be a result of diffe

[jira] [Created] (HADOOP-8067) Errors building hadoop-gpl-compression with Hadoop 1.0.0 and HBase 0.92.0

2012-02-13 Thread John Lewis (Created) (JIRA)
Errors building hadoop-gpl-compression with Hadoop 1.0.0 and HBase 0.92.0 - Key: HADOOP-8067 URL: https://issues.apache.org/jira/browse/HADOOP-8067 Project: Hadoop Common

Re: Issue on building hadoop native

2012-01-31 Thread Hai Huang
Thanks, Ronald. After tried couple of the times, the build is working now.   Hai  From: Ronald Petty To: Hai Huang Cc: "common-dev@hadoop.apache.org" Sent: Monday, January 30, 2012 12:59:57 AM Subject: Re: Issue on building hadoop native Hai

Re: Issue on building hadoop native

2012-01-29 Thread Ronald Petty
Best, > > Hai > > > > - Original Message - > From: Ronald Petty > To: common-dev@hadoop.apache.org; Hai Huang > Cc: > Sent: Sunday, January 29, 2012 11:42:30 PM > Subject: Re: Issue on building hadoop native > > Hai, > > Can you rerun with &

Re: Issue on building hadoop native

2012-01-29 Thread Hai Huang
..." ? Best, Hai  - Original Message - From: Ronald Petty To: common-dev@hadoop.apache.org; Hai Huang Cc: Sent: Sunday, January 29, 2012 11:42:30 PM Subject: Re: Issue on building hadoop native Hai, Can you rerun with "-e -X" and the native setting as well?  Also, can

Re: Issue on building hadoop native

2012-01-29 Thread Hai Huang
Best, Hai - Original Message - From: Hai Huang To: "common-dev@hadoop.apache.org" Cc: Sent: Sunday, January 29, 2012 6:44:17 PM Subject: Issue on building hadoop native Hi, I got the hadoop hadoop source via Git and buit it using the command = mvn package -P

Re: Issue on building hadoop native

2012-01-29 Thread Dheeraj Kapur
I have a hack remove -Pnative and try compiling it separately like cd ~/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl gcc -I. -m32 -D_GNU_SOURCE=1 -DHADOOP_CONF_DIR=~/HADOOP_MAPREDUCE/conf/ -Wall -g -

Re: Issue on building hadoop native

2012-01-29 Thread Ronald Petty
Hai, Can you rerun with "-e -X" and the native setting as well? Also, can you send pastebin the entire build output and send the link to it? Kindest regards. Ron On Sun, Jan 29, 2012 at 3:44 PM, Hai Huang wrote: > Hi, > > I got the hadoop hadoop source via Git and buit it using the command >

Issue on building hadoop native

2012-01-29 Thread Hai Huang
Hi, I got the hadoop hadoop source via Git and buit it using the command = mvn package -Pdist,native,docs -DskipTests -Dtar = Does anyone the below compilation issue I got ? == [ERROR] Failed to execute goal org.codehaus.mojo:make-maven-plugi

407 error while building Hadoop

2012-01-12 Thread Ravi teja ch n v
Hi Team, I have got a problem building Hadoop with the proxy settings. My linux machine has maven proxy settings configured and working fine, but the build fails with the following error, inspite of passing the username and pwd. mvn package -Pdist -Dtar -Dhttp.proxyHost=***.com

Building Hadoop

2011-12-26 Thread Ronald Petty
Hello, Does anyone have notes on how to build Hadoop on a EC2 instance based on the trunk? I am trying to use http://wiki.apache.org/hadoop/HowToContribute. I used a micro ec2 instance and when I ran mvn compile, some test ran out of memory and the build failed. I then tried a large ec2 instan

Re: building hadoop

2011-11-22 Thread Steve Loughran
On 18/11/11 11:02, mohmmadanis moulavi wrote: I want to build it offline anyway yes, and what everyone is saying is "to do this you need to have cached locally every artifact that the ivy-based build process downloads". This can be done by -doing an online build -getting someone else t

Re: building hadoop

2011-11-18 Thread mohmmadanis moulavi
I want to build it offline anyway   Thanks & Regards, Mohmmadanis Moulavi From: Prashant Sharma To: common-dev@hadoop.apache.org; mohmmadanis moulavi Sent: Friday, 18 November 2011 4:10 PM Subject: Re: building hadoop Bypassing dependency resolve

Re: building hadoop

2011-11-18 Thread Prashant Sharma
>> >> Mohmmadanis Moulavi >> >> >> >> >> From: Prashant Sharma >> To: common-dev@hadoop.apache.org; mohmmadanis moulavi < >> anis_moul...@yahoo.co.in> >> Sent: Friday, 18 November 2011 12:

Re: building hadoop

2011-11-18 Thread Prashant Sharma
Thanks & Regards, > > Mohmmadanis Moulavi > > > > > From: Prashant Sharma > To: common-dev@hadoop.apache.org; mohmmadanis moulavi < > anis_moul...@yahoo.co.in> > Sent: Friday, 18 November 2011 12:34 PM > Subject: Re: building hadoop > > I think y

Re: building hadoop

2011-11-18 Thread mohmmadanis moulavi
12:34 PM Subject: Re: building hadoop I think you should build it online for first time. On Fri, Nov 18, 2011 at 12:26 PM, mohmmadanis moulavi < anis_moul...@yahoo.co.in> wrote: > Friends, > > > > I have modified the source program of hadoop 0.20.2, and i want to build &

Re: building hadoop

2011-11-17 Thread Prashant Sharma
I think you should build it online for first time. On Fri, Nov 18, 2011 at 12:26 PM, mohmmadanis moulavi < anis_moul...@yahoo.co.in> wrote: > Friends, > > > > I have modified the source program of hadoop 0.20.2, and i want to build > it using "ant" but it's not working . > > > > I use the follo

building hadoop

2011-11-17 Thread mohmmadanis moulavi
Friends, I have modified the source program of hadoop 0.20.2, and i want to build it using  "ant"  but it's not working . I use the following command ant -Doffline=true -Dresolvers=internal the ouput of this command looks like as follows: clover.setup: clover.info: [echo]

Re: Out of Memory Exception while building hadoop

2011-09-04 Thread Davanum Srinivas
> Sent: Sunday, September 04, 2011 9:50 AM > To: common-u...@hadoop.apache.org; common-dev@hadoop.apache.org > Subject: Out of Memory Exception while building hadoop > > Hey folks, > > Strangely I get a out of memory exception while building hadoop from source. > I hav

RE: Out of Memory Exception while building hadoop

2011-09-04 Thread Rottinghuis, Joep
[js1987.sm...@gmail.com] Sent: Sunday, September 04, 2011 9:50 AM To: common-u...@hadoop.apache.org; common-dev@hadoop.apache.org Subject: Out of Memory Exception while building hadoop Hey folks, Strangely I get a out of memory exception while building hadoop from source. I have 2gigs of ram and I&#x

Re: Out of Memory Exception while building hadoop

2011-09-04 Thread Uma Maheswara Rao G 72686
: Out of Memory Exception while building hadoop To: common-u...@hadoop.apache.org, common-dev@hadoop.apache.org > Hey folks, > > Strangely I get a out of memory exception while building hadoop > from source. > I have 2gigs of ram and I've tried building it from both eclip

Out of Memory Exception while building hadoop

2011-09-04 Thread john smith
Hey folks, Strangely I get a out of memory exception while building hadoop from source. I have 2gigs of ram and I've tried building it from both eclipse and commandline http://pastebin.com/9pcHg1P9 is the full stack trace. Can anyone help me out on this? Thanks, John Smith

[jira] Created: (HADOOP-6846) Scripts for building Hadoop 0.21.0 release

2010-07-01 Thread Tom White (JIRA)
Scripts for building Hadoop 0.21.0 release -- Key: HADOOP-6846 URL: https://issues.apache.org/jira/browse/HADOOP-6846 Project: Hadoop Common Issue Type: Task Components: build

Re: Building hadoop-common, hadoop-hdfs, hadoop-mapreduce from source, without using the hadoop Ivy / Maven repositories

2010-05-20 Thread Konstantin Boudnik
Check http://wiki.apache.org/hadoop/HowToContribute look for "Changes that span projects" section On Thu, May 20, 2010 at 07:28AM, Andrei Dragomir wrote: > I have some issues with compiling hadoop-common, hdfs and mapreduce from > source. > > Right now, the hdfs and mapreduce builds are broken

Building hadoop-common, hadoop-hdfs, hadoop-mapreduce from source, without using the hadoop Ivy / Maven repositories

2010-05-20 Thread Andrei Dragomir
I have some issues with compiling hadoop-common, hdfs and mapreduce from source. Right now, the hdfs and mapreduce builds are broken, because of MAPREDUCE-1803 and HDFS-1166. However, even if this build would work, it wouldn't be good for me. What I want to do is use ONLY the hadoop source cod

Re: Any help? Problem in building hadoop

2009-07-28 Thread Gopal Gandhi
help? Problem in building hadoop I downloaded 0.17 source code and tried to build it but failed. I didn't change anything in the code. Do you happen to have a clue? Thanks lot. The error is like: $ cd hadoop-0.17 $ ant tar BUILD FAILED java.lang.ExceptionInInitializerError

Any help? Problem in building hadoop

2009-07-28 Thread Gopal Gandhi
I downloaded 0.17 source code and tried to build it but failed. I didn't change anything in the code. Do you happen to have a clue? Thanks lot. The error is like: $ cd hadoop-0.17 $ ant tar BUILD FAILED java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method)

java.lang.ExceptionInInitializerError when building hadoop in compile-core-classes caused by jsp-compile

2009-07-08 Thread Alexandra Alecu
Hi all, Did anybody else encounter this error when building hadoop-common-0.19? hadoop-common-0.19/build.xml:302: java.lang.ExceptionInInitializerError I find a forum post regarding this on the net (see http://mail-archives.apache.org/mod_mbox/hadoop-core-user/200903.mbox