[VOTE] Release Apache Hadoop 2.0.4.1-alpha

2013-05-24 Thread Konstantin Boudnik
All, I have created a release candidate (rc0) for hadoop-2.0.4.1-alpha that I would like to release. This is a stabilization release that includes fixed for a couple a of issues discovered in the testing with BigTop 0.6.0 release candidate. The RC is available at: http://people.apache.org/~cos/h

Re: Bugfix release 2.0.4.1

2013-05-24 Thread Konstantin Boudnik
Thanks guys! I will start the release vote shortly. Cos On Thu, May 23, 2013 at 06:23PM, Anatoli Fomenko wrote: > From Bigtop perspective, Hadoop══2.0.4.1 is unblocked with regards to a > Sqoop 2 blocker, and the voting can be started. > > Anatoli > > -- Forwarded message -- > F

Re: [DISCUSS] Ensuring Consistent Behavior for Alternative Hadoop FileSystems + Workshop

2013-05-24 Thread Konstantin Shvachko
Makes sense, Steve. There are a couple of guys here at WANdisco who will be interested in joining. Thanks, --Konstantin On Fri, May 24, 2013 at 10:15 AM, Milind Bhandarkar < mbhandar...@gopivotal.com> wrote: > Thanks for the initiative, Steve. > > A few folks from Pivotal and our partners would

Re: [DISCUSS] Ensuring Consistent Behavior for Alternative Hadoop FileSystems + Workshop

2013-05-24 Thread Steve Loughran
On 24 May 2013 00:52, Stephen Watt wrote: > Hi Folks > > Hadoop's pluggable filesystem architecture supports the ability to enable > an alternate filesystem for use with Hadoop by writing a plugin for it. We > now have several alternate filesystems that have Hadoop FileSystem plugins > and becaus

Re: [DISCUSS] - Committing client code to 3rd Party FileSystems within Hadoop Common

2013-05-24 Thread Steve Loughran
On 24 May 2013 01:28, Colin McCabe wrote: > You might try looking at what KosmoFS (KFS) did. They have some code in > org/apache/hadoop/fs which calls their own Java shim. > > This way, the shim code in hadoop-common gets updated whenever FileSystem > changes, but there is no requirement to inst

Re: Problem building branch-2

2013-05-24 Thread Harsh J
You seem to be using protoc-2.5.0, which is known not to work with Hadoop yet: https://issues.apache.org/jira/browse/HADOOP-9346 Downgrading to 2.4.1 should let you go ahead. On Sat, May 25, 2013 at 12:21 AM, Ralph Castain wrote: > Hi folks > > I'm trying to build the head of branch-2 on a CentO

[jira] [Reopened] (HADOOP-9597) FileSystem open() API is not clear if FileNotFoundException is throw when the path does not exist

2013-05-24 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran reopened HADOOP-9597: > FileSystem open() API is not clear if FileNotFoundException is throw when the > path do

Re: Problem building branch-2

2013-05-24 Thread Vinod Kumar Vavilapalli
It works for me. Ran "mvn clean install -DskipTests" Thanks, +Vinod On May 24, 2013, at 11:51 AM, Ralph Castain wrote: > Hi folks > > I'm trying to build the head of branch-2 on a CentOS box and hitting a rash > of errors like the following (all from the protobuf support area): > > [ERROR] F

Re: Problem building branch-2

2013-05-24 Thread Giridharan Kesavan
looks like protobuf is missing. -Giri On Fri, May 24, 2013 at 11:51 AM, Ralph Castain wrote: > Hi folks > > I'm trying to build the head of branch-2 on a CentOS box and hitting a > rash of errors like the following (all from the protobu

Problem building branch-2

2013-05-24 Thread Ralph Castain
Hi folks I'm trying to build the head of branch-2 on a CentOS box and hitting a rash of errors like the following (all from the protobuf support area): [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project hadoop-common: Compil

[jira] [Created] (HADOOP-9600) In Windows: Hadoop fails to run when JAVA_HOME has spaces in it

2013-05-24 Thread Mostafa Elhemali (JIRA)
Mostafa Elhemali created HADOOP-9600: Summary: In Windows: Hadoop fails to run when JAVA_HOME has spaces in it Key: HADOOP-9600 URL: https://issues.apache.org/jira/browse/HADOOP-9600 Project: Hado

Re: [DISCUSS] Ensuring Consistent Behavior for Alternative Hadoop FileSystems + Workshop

2013-05-24 Thread Brandon Li
Hi Kun, In case you are looking for the NFS support to HDFS, this JIRA might interest you: HDFS-4750. Thanks, Brandon Li On Thu, May 23, 2013 at 6:43 PM, Kun Ling wrote: > Hi Stephen Watt, > I am a fresh developer trying to add a NFS-like FileSystem support for > Hadoop, and also have s

[jira] [Created] (HADOOP-9599) hadoop-config.cmd doesn't set JAVA_LIBRARY_PATH correctly

2013-05-24 Thread Mostafa Elhemali (JIRA)
Mostafa Elhemali created HADOOP-9599: Summary: hadoop-config.cmd doesn't set JAVA_LIBRARY_PATH correctly Key: HADOOP-9599 URL: https://issues.apache.org/jira/browse/HADOOP-9599 Project: Hadoop Comm

Re: [DISCUSS] Ensuring Consistent Behavior for Alternative Hadoop FileSystems + Workshop

2013-05-24 Thread Milind Bhandarkar
Thanks for the initiative, Steve. A few folks from Pivotal and our partners would be interested in joining the workshop/discussion. - milind --- Milind Bhandarkar Chief Scientist, Machine Learning Platforms, Pivotal +1-650-523-3858 (W) +1-408-666-8483 (C) On Thu, May 23, 2013 at 4:52 PM, Step

Re: Non existent config file to 'fs -conf'

2013-05-24 Thread Ashwin Shankar
Hi Harsh, Yes that would work. Thanks! I'll post the updated patch soon on JIRA. Thanks, Ashwin On 5/23/13 11:28 PM, "Harsh J" wrote: >The "quiet" behavior sorta goes all the way back to the very first >import of Nutch into Apache Incubator: >http://svn.apache.org/viewvc?view=revision&revision=

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

2013-05-24 Thread Apache Jenkins Server
See Changes: [vinodkv] YARN-571. Remove user from ContainerLaunchContext. Contributed by Omkar Vinit Joshi. [vinodkv] MAPREDUCE-5230. Bring back NLineInputFormat.createFileSplit for binary compatibility with mapred in 1.x Contribu

[jira] [Created] (HADOOP-9598) test coverage for org.apache.hadoop.yarn.server.resourcemanager.tools.TestRMAdmin

2013-05-24 Thread Aleksey Gorshkov (JIRA)
Aleksey Gorshkov created HADOOP-9598: Summary: test coverage for org.apache.hadoop.yarn.server.resourcemanager.tools.TestRMAdmin Key: HADOOP-9598 URL: https://issues.apache.org/jira/browse/HADOOP-9598