[jira] [Created] (HDFS-4997) libhdfs doesn't return correct error codes in most cases

2013-07-15 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-4997: -- Summary: libhdfs doesn't return correct error codes in most cases Key: HDFS-4997 URL: https://issues.apache.org/jira/browse/HDFS-4997 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-2042) Require c99 when building libhdfs

2013-07-15 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe resolved HDFS-2042. Resolution: Fixed Fix Version/s: 2.1.0-beta The stuff this JIRA talks about i

[jira] [Created] (HDFS-4996) ClientProtocol#metaSave can be made idempotent by overwriting the output file instead of appending to it

2013-07-15 Thread Chris Nauroth (JIRA)
Chris Nauroth created HDFS-4996: --- Summary: ClientProtocol#metaSave can be made idempotent by overwriting the output file instead of appending to it Key: HDFS-4996 URL: https://issues.apache.org/jira/browse/HDFS-4996

[jira] [Created] (HDFS-4995) Make getContentSummary() less expensive

2013-07-15 Thread Kihwal Lee (JIRA)
Kihwal Lee created HDFS-4995: Summary: Make getContentSummary() less expensive Key: HDFS-4995 URL: https://issues.apache.org/jira/browse/HDFS-4995 Project: Hadoop HDFS Issue Type: Bug C

[jira] [Resolved] (HDFS-4972) [branch-0.23] permission check and operation are done in a separate lock for getBlockLocations()

2013-07-15 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee resolved HDFS-4972. -- Resolution: Fixed Fix Version/s: 0.23.10 Hadoop Flags: Reviewed > [branch-0.23] permissi

RE: mvn eclipse:eclipse failure on windows

2013-07-15 Thread Chuan Liu
Hi Uma, I suggest you do a 'mvn install -DskipTests' before running 'mvn eclipse:eclipse'. Thanks, Chuan -Original Message- From: Uma Maheswara Rao G [mailto:hadoop@gmail.com] Sent: Friday, July 12, 2013 7:42 PM To: common-...@hadoop.apache.org Cc: hdfs-dev@hadoop.apache.org Subjec

[jira] [Created] (HDFS-4994) Audit log getContentSummary() calls

2013-07-15 Thread Kihwal Lee (JIRA)
Kihwal Lee created HDFS-4994: Summary: Audit log getContentSummary() calls Key: HDFS-4994 URL: https://issues.apache.org/jira/browse/HDFS-4994 Project: Hadoop HDFS Issue Type: Bug Compo

[jira] [Resolved] (HDFS-4984) Incorrect Quota counting in INodeFile

2013-07-15 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee resolved HDFS-4984. -- Resolution: Fixed Fix Version/s: 0.23.10 Hadoop Flags: Reviewed > Incorrect Quota counti

Re: File not found exception

2013-07-15 Thread Jing Zhao
Hi Sugato, Do you want to read the data from hdfs? From the log it seems like you're reading data from a "RawLocalFileSystem". Maybe you need to check if you have set your default file system in the configuration correctly ( fs.default.name or fs.defaultFS, depending on your hadoop version)?

Re: Suggestions required for HDFS-4926 (namenode webserver's page has a tooltip that is inconsistent with the datanode HTML link)

2013-07-15 Thread Suresh Srinivas
Jira has these comments right. I do not see necessity for posting that again to hdfs-dev mailing list. Please continue the discussion in Jira. Sent from phone On Jul 15, 2013, at 7:04 AM, Vivek Ganesan wrote: > Hi, > > We have 3 options (actually view points) laid out for resolution of HDFS-

[jira] [Created] (HDFS-4993) fsck can fail if a file is renamed or deleted

2013-07-15 Thread Kihwal Lee (JIRA)
Kihwal Lee created HDFS-4993: Summary: fsck can fail if a file is renamed or deleted Key: HDFS-4993 URL: https://issues.apache.org/jira/browse/HDFS-4993 Project: Hadoop HDFS Issue Type: Bug A

Suggestions required for HDFS-4926 (namenode webserver's page has a tooltip that is inconsistent with the datanode HTML link)

2013-07-15 Thread Vivek Ganesan
Hi, We have 3 options (actually view points) laid out for resolution of HDFS-4926 . (See https://issues.apache.org/jira/browse/HDFS-4926?focusedCommentId=13707219&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-137

Hadoop-Hdfs-trunk - Build # 1461 - Still Failing

2013-07-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1461/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 15787 lines...] [INFO] [INFO] --- maven-antrun-plugin:1.

Build failed in Jenkins: Hadoop-Hdfs-trunk #1461

2013-07-15 Thread Apache Jenkins Server
See -- [...truncated 15594 lines...] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 26.203 sec <<< FAILURE! testStandbyExceptionThrownDuringCheckpoint(org.apache.hadoop.contrib.bkjourn

Jenkins build became unstable: Hadoop-Hdfs-0.23-Build #669

2013-07-15 Thread Apache Jenkins Server
See

Hadoop-Hdfs-0.23-Build - Build # 669 - Unstable

2013-07-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/669/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 11843 lines...] [INFO] [INFO] --- maven-source-plugi

File not found exception

2013-07-15 Thread Sugato Samanta
Hi, i am trying to read a file from HDFS using a java code, but i am getting 'File NotFound exception. However the same file is being read using *hdfs dfs -tail airline/final_data.csv* command. Can you please help? java -jar /home/adduser/TrainLogistics.jar --passes 10 --rate 5 --lambda 0.001 --i

[jira] [Created] (HDFS-4992) Make balancer's thread count configurable

2013-07-15 Thread Max Lapan (JIRA)
Max Lapan created HDFS-4992: --- Summary: Make balancer's thread count configurable Key: HDFS-4992 URL: https://issues.apache.org/jira/browse/HDFS-4992 Project: Hadoop HDFS Issue Type: Improvement