[jira] [Resolved] (HDFS-2764) HA: TestBackupNode is failing

2012-01-09 Thread Aaron T. Myers (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers resolved HDFS-2764. -- Resolution: Invalid Curiously, TestBackupNode fails reliably on my box, on both the HA branch

Jenkins build is back to stable : Hadoop-Hdfs-trunk #920

2012-01-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/920/changes

Jenkins build is back to stable : Hadoop-Hdfs-0.23-Build #133

2012-01-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/133/

Re: Merging some trunk changes to 23

2012-01-09 Thread Eli Collins
On Sat, Jan 7, 2012 at 10:41 AM, Arun C Murthy a...@hortonworks.com wrote: (Sorry, I missed hdfs-dev@ and my mail filters didn't help either). Sounds good. As per the email I sent out to general@ a couple of days ago, 0.23.1 is very close right now (there are a handful of perf bugs) after

[jira] [Created] (HDFS-2772) HA: On transition to active, standby should not swallow ELIE

2012-01-09 Thread Aaron T. Myers (Created) (JIRA)
HA: On transition to active, standby should not swallow ELIE Key: HDFS-2772 URL: https://issues.apache.org/jira/browse/HDFS-2772 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-2773) HA: reading edit logs from an earlier version leaves blocks in under-construction state

2012-01-09 Thread Todd Lipcon (Created) (JIRA)
HA: reading edit logs from an earlier version leaves blocks in under-construction state --- Key: HDFS-2773 URL: https://issues.apache.org/jira/browse/HDFS-2773

[jira] [Resolved] (HDFS-1910) when dfs.name.dir and dfs.name.edits.dir are same fsimage will be saved twice every time

2012-01-09 Thread Konstantin Shvachko (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Shvachko resolved HDFS-1910. --- Resolution: Fixed Fix Version/s: 1.1.0 Target Version/s: 1.1.0,

[jira] [Resolved] (HDFS-2762) TestCheckpoint is timing out

2012-01-09 Thread Todd Lipcon (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-2762. --- Resolution: Fixed Fix Version/s: HA branch (HDFS-1623) Hadoop Flags: Reviewed Indeed,

[jira] [Created] (HDFS-2774) Use TestDFSIO to test HDFS, and Failed with the exception: All datanodes are bad. Aborting...

2012-01-09 Thread bdsyq (Created) (JIRA)
Use TestDFSIO to test HDFS, and Failed with the exception: All datanodes are bad. Aborting... - Key: HDFS-2774 URL: https://issues.apache.org/jira/browse/HDFS-2774

[jira] [Resolved] (HDFS-2724) NN web UI can throw NPE after startup, before standby state is entered

2012-01-09 Thread Todd Lipcon (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-2724. --- Resolution: Fixed Fix Version/s: HA branch (HDFS-1623) Hadoop Flags: Reviewed Committed

HDFS FUSE compile

2012-01-09 Thread Nikolaos Hatzopoulos
Hi Guys, cd /home/arion/hadoop-0.20.203.0/src/c++/libhdfs I made the configure file executable chmod +x configure I run it ./configure I fixed the m32 m64 issue but: gcc -DPACKAGE_NAME=\libhdfs\ -DPACKAGE_TARNAME=\libhdfs\ -DPACKAGE_VERSION=\0.1.0\ -DPACKAGE_STRING=\libhdfs 0.1.0\

HDFS FUSE SOLVED

2012-01-09 Thread Nikolaos Hatzopoulos
I had to do: ant compile -Dcompile.c++=true -Dlibhdfs=true I am not very familiar with java compile :) you need to update the documentation thought --Nikos