[jira] [Created] (HADOOP-10040) hadoop.cmd in UNIX format and would not run by default on Windows

2013-10-10 Thread Yingda Chen (JIRA)
Yingda Chen created HADOOP-10040: Summary: hadoop.cmd in UNIX format and would not run by default on Windows Key: HADOOP-10040 URL: https://issues.apache.org/jira/browse/HADOOP-10040 Project: Hadoop C

Re: how to compile with OpenIndiana or Solaris

2013-10-10 Thread Colin McCabe
Log4j configuration is a difficult topic, because there's so many ways to do it. I keep my log4j.properties file in the same directory as my hadoop configuration XML files. One of the ways log4j finds its log4j.properties file is by CLASSPATH, and the configuration directory is always in the CLAS

Re: [VOTE] Release Apache Hadoop 2.2.0

2013-10-10 Thread Chris Nauroth
+1 non-binding I verified the checksum and signature. I deployed the tarball to a small cluster of Ubuntu VMs: 1 * NameNode, 1 * ResourceManager, 2 * DataNode, 2 * NodeManager, 1 * SecondaryNameNode. I ran a few HDFS commands and sample MapReduce jobs. I verified that the 2NN can take a checkpo

RE: [VOTE] Release Apache Hadoop 2.2.0

2013-10-10 Thread Bikas Saha
+1 (non binding) -Original Message- From: Arpit Gupta [mailto:ar...@hortonworks.com] Sent: Thursday, October 10, 2013 10:06 AM To: common-dev@hadoop.apache.org Cc: hdfs-...@hadoop.apache.org; yarn-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org Subject: Re: [VOTE] Release Apache Had

Re: [VOTE] Release Apache Hadoop 2.2.0

2013-10-10 Thread Arpit Gupta
+1 (non binding) Ran secure and non secure multi node clusters and tested HA and RM recovery tests. -- Arpit Gupta Hortonworks Inc. http://hortonworks.com/ On Oct 7, 2013, at 12:00 AM, Arun C Murthy wrote: > Folks, > > I've created a release candidate (rc0) for hadoop-2.2.0 that I would like

Build failed in Jenkins: Hadoop-Common-trunk #917

2013-10-10 Thread Apache Jenkins Server
See Changes: [brandonli] HDFS-5337. should do hsync for a commit request even there is no pending writes. Contributed by Brandon Li [cnauroth] HADOOP-10031. FsShell -get/copyToLocal/moveFromLocal should support Windows local path.

Re: how to compile with OpenIndiana or Solaris

2013-10-10 Thread Steve Loughran
for hadoop 2.x, the log4j. properties file for each project should be in src/test/resources but there's a risk that tests in sub projects that include hadoop-commons-test.jar (or other -test JARs, like hadoop-hdfs) may pick up the version in the test jar ahead of any one that they have locally -so

how to compile with OpenIndiana or Solaris

2013-10-10 Thread Andreas GrĂ¼ninger
Hi I compiled the native libraries of 2.1.1 for OpenIndiana. When I run the tests to check my changes I get a lot of errors. When I run the tests without my changes I get nearly the same errors. I checked the tests with the current stable 1.2.1 too with/without native libraries. And I get there