Re: issue of building with native

2013-09-19 Thread Hai Huang
I am using the maven 3.0 , the OS is Centos.  Anyway, I am not using the Eclipse for the build, just use the linux terminal command line.   Thanks   Hai From: Harsh J ha...@cloudera.com To: common-dev@hadoop.apache.org common-dev@hadoop.apache.org; Hai Huang hhuang2...@yahoo.com Sent

Re: issue of building with native

2013-09-18 Thread Hai Huang
Hi, I built the java code with native code through the instruction in BUILDING.txt  $ mvn package -Pdist,native,docs -DskipTests -Dtar But the error occured below.  Does anyone know the problems ? Actually, the build was passed if I built without native code (  $ mvn package -Pdist

Re: unit testing and execution guide

2013-09-16 Thread Hai Huang
Thanks steve. Will check them out. From: Steve Loughran ste...@hortonworks.com To: common-dev@hadoop.apache.org common-dev@hadoop.apache.org; Hai Huang hhuang2...@yahoo.com Cc: yuzhih...@gmail.com yuzhih...@gmail.com Sent: Monday, September 16, 2013 5:18:14 AM Subject: Re: unit testing

Re: unit testing and execution guide

2013-09-14 Thread Hai Huang
From: Ted Yu yuzhih...@gmail.com To: common-dev@hadoop.apache.org; Hai Huang hhuang2...@yahoo.com Sent: Saturday, September 14, 2013 2:54:13 PM Subject: Re: unit testing and execution guide Have you read 'Making Changes' section in http://wiki.apache.org/hadoop/HowToContribute

RE: unit testing and execution guide

2013-09-13 Thread Hai Huang
Hi All,   Are there latest instructions of unit testing and how to run hadoop in somewhere?  Although  there are some unit testing and  hadoop run documents in the wiki page. But it seems that there are out-of-date. I just downloaded hadoop by git couple of days ago. I was able to build it 

Re: Issue on running examples

2012-02-07 Thread Hai Huang
returned HTTP response code: 400 for URL: http://localhost:8080/tasklog?plaintext=trueattemptid=attempt_1328672895560_0002_m_03_1filter=stdout   The link above displayed page with Required param job, map and reduce I am going to check  more of them. Hai   - Original Message - From: Hai

Re: Issue on formating the file system

2012-02-05 Thread Hai Huang
YARN_HOME=${HADOOP_DEV_HOME} export HADOOP_CONF_DIR=${HADOOP_DEV_HOME}/conf/ export YARN_CONF_DIR=~${HADOOP_DEV_HOME}/conf/  Then the format is working. - Original Message - From: Harsh J ha...@cloudera.com To: common-dev@hadoop.apache.org; Hai Huang hhuang2...@yahoo.com Cc: Sent: Friday

Re: Issue on running examples

2012-02-05 Thread Hai Huang
I am doing following steps to running a example -- randomwriter   1. sbin/hadoop-daemon.sh start namenode   2. sbin/hadoop-daemon.sh start datanode   3.bin/yarn-daemon.sh start resourcemanager   4.bin/yarn-daemon.sh start nodemanager   5.  ./bin/hadoop jar

Re: Issue on formating the file system

2012-02-03 Thread Hai Huang
@hadoop.apache.org; Hai Huang hhuang2...@yahoo.com Cc: Sent: Friday, February 3, 2012 1:04:39 AM Subject: Re: Issue on formating the file system What is your dfs.namenode.name.dir configured to, in hdfs-site.xml? On Fri, Feb 3, 2012 at 10:57 AM, Hai Huang hhuang2...@yahoo.com wrote: I am trying to format

Re: Issue on formating the file system

2012-02-02 Thread Hai Huang
I am trying to format a filesystem (below) following the online doc      $ bin/hadoop namenode -format   I got the following error message:   DEPRECATED: Use of

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 ronald.pe...@gmail.com To: Hai Huang hhuang2...@yahoo.com Cc: common-dev@hadoop.apache.org common-dev@hadoop.apache.org Sent: Monday, January 30, 2012 12:59:57

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

Re: Issue on building hadoop native

2012-01-29 Thread Hai Huang
report to mapreduce-...@hadoop.apache.org [INFO] It seemed the issue was from test-container-executor , does anyone have ideas of ... has id 500 , which  is below the minimum allowed 1000 ... ? Best, Hai - Original Message - From: Hai Huang

Re: Issue on building hadoop native

2012-01-29 Thread Hai Huang
- From: Ronald Petty ronald.pe...@gmail.com To: common-dev@hadoop.apache.org; Hai Huang hhuang2...@yahoo.com 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 you send pastebin