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-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 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 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 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 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
@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 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
@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 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, 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 Amir Sanjar
try hadoop 1.1.2.. Best Regards Amir Sanjar System Management Architect PowerLinux Open Source Hadoop development lead IBM Senior Software Engineer Phone# 512-286-8393 Fax# 512-838-8858 From: Mohammad Mustaqeem <3m.mustaq...@gmail.com> To: common-dev , Date: 04/09/2013 08:18 AM

Re: Building Hadoop from source code

2013-04-09 Thread Mohammad Mustaqeem
@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:00 PM, Amir Sanjar wrote: > try hadoop 1.1.2.. > > Best Regards > Amir Sanjar > > System Management Architect > PowerLinux Open Source Hadoop develo

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 Amir Sanjar
first setup the build environment. I use a script to setup following properties, you need to modify it: export M2_HOME=~/development/apache-maven-3.0.4 export M2=$M2_HOME/bin export ANT_HOME=/opt/apache-ant-1.8.4 export PATH=$M2:$ANT_HOME/bin:$PATH: export GREP_OPTIONS='--color=auto' export HADOOP

git clone hadoop taking too much time almost 12 hrs

2013-04-09 Thread maisnam ns
Hi, I am trying to execute - git clone git:// git.apache.org/hadoop-common.git so that I could setup a development environment for Hadoop under the Eclipse IDE but it is taking too much time. Can somebody let me know why it is taking too much time, I have a high speed internet connection and

[VOTE] Release Apache Hadoop 2.0.4-alpha

2013-04-09 Thread Arun C Murthy
Folks, I've created a release candidate (rc0) for hadoop-2.0.4-alpha that I would like to release. This is a bug-fix release which solves a number of issues discovered during integration testing of the full-stack. The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.0.4-alpha-r

[jira] [Created] (HADOOP-9467) Metrics2 record filtering (.record.filter.include/exclude) does not filter by name

2013-04-09 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-9467: - Summary: Metrics2 record filtering (.record.filter.include/exclude) does not filter by name Key: HADOOP-9467 URL: https://issues.apache.org/jira/browse/HADOOP-9467

Re: [VOTE] Release Apache Hadoop 2.0.4-alpha

2013-04-09 Thread Siddharth Seth
Arun, MAPREDUCE-5094 would be a useful jira to include in the 2.0.4-alpha release. It's not an absolute blocker since the values can be controlled explicitly by changing tests which use the cluster. Thanks - Sid On Tue, Apr 9, 2013 at 8:39 PM, Arun C Murthy wrote: > Folks, > > I've created a r

Re: [VOTE] Release Apache Hadoop 2.0.4-alpha

2013-04-09 Thread Ted Yu
HADOOP-9467 has patch available. It would be nice to include that as well. Thanks On Apr 9, 2013, at 11:14 PM, Siddharth Seth wrote: > Arun, MAPREDUCE-5094 would be a useful jira to include in the 2.0.4-alpha > release. It's not an absolute blocker since the values can be controlled > explic