Where did hdfs source go?

2011-06-13 Thread Ravi Prakash
Hi folks, Where did the hdfs source go? http://wiki.apache.org/hadoop/HowToContribute doesn't work anymore. Trying $ svn checkout http://svn.apache.org/repos/asf/hadoop/hdfs/trunk/hadoop-hdfs-trunk svn: URL 'http://svn.apache.org/repos/asf/hadoop/hdfs/trunk' doesn't exist Thanks Ravi

Re: Where did hdfs source go?

2011-06-13 Thread Aaron T. Myers
Hi Ravi, See this JIRA for more info: https://issues.apache.org/jira/browse/HADOOP-7106 -- Aaron T. Myers Software Engineer, Cloudera On Mon, Jun 13, 2011 at 12:09 AM, Ravi Prakash wrote: > Hi folks, > > Where did the hdfs source go? > > http://wiki.apache.org/hadoop/HowToContribute doesn't

Hadoop-Hdfs-21-Build - Build # 152 - Still Failing

2011-06-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-21-Build/152/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 2956 lines...] ivy-resolve-test: ivy-retrieve-test:

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

2011-06-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/696/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 1202856 lines...] [junit] 2011-06-13 12:40:19,066 INFO

Why LightWeightGSet ?

2011-06-13 Thread Akash Ashok
Hi, I was just going thru the implementation of LightWeightGSet and i figured LightWeightGSet implementation is pretty much the same as that of a HashMap execept for the fact that HashMap resizes itself if the number of element exceeds the load factor and HashMap has a much stronger hash. Could so

Re: Why LightWeightGSet ?

2011-06-13 Thread Harsh J
Akash, You should be able to come to a conclusion here: https://issues.apache.org/jira/browse/HDFS-1114 On Mon, Jun 13, 2011 at 7:24 PM, Akash Ashok wrote: > Hi, > I was just going thru the implementation of LightWeightGSet and  i figured > LightWeightGSet implementation is pretty much the same

[jira] [Created] (HDFS-2071) Use of isConnected() in DataXceiver is invalid

2011-06-13 Thread Kihwal Lee (JIRA)
Use of isConnected() in DataXceiver is invalid -- Key: HDFS-2071 URL: https://issues.apache.org/jira/browse/HDFS-2071 Project: Hadoop HDFS Issue Type: Bug Components: data-node Affect

Re: Where did hdfs source go?

2011-06-13 Thread Todd Lipcon
I just updated the HowToContribute wiki to reference the combined structure. Sorry we missed this, Ravi. -Todd On Mon, Jun 13, 2011 at 12:21 AM, Aaron T. Myers wrote: > Hi Ravi, > > See this JIRA for more info: > https://issues.apache.org/jira/browse/HADOOP-7106 > > -- > Aaron T. Myers > Softwa

Re: Why LightWeightGSet ?

2011-06-13 Thread Akash Ashok
Thanks a lot Harsh. I got the point . But I have one small question. Why is 2 or 3 reduced from exponent based on whether its a 32bit or 64 bit JVM respectively while calculating LightWeightGSet capacity. Any Idea ? On Mon, Jun 13, 2011 at 7:30 PM, Harsh J wrote: > Akash, > > You should be able

[jira] [Created] (HDFS-2072) Remove StringUtils.stringifyException(ie) in logger functions

2011-06-13 Thread Bharath Mundlapudi (JIRA)
Remove StringUtils.stringifyException(ie) in logger functions - Key: HDFS-2072 URL: https://issues.apache.org/jira/browse/HDFS-2072 Project: Hadoop HDFS Issue Type: Bug Affects

Re: Where did hdfs source go?

2011-06-13 Thread Matthew Foley
And see Todd's directions at http://markmail.org/message/cmyx2ojtn6dj6wlp --Matt On Jun 13, 2011, at 12:21 AM, Aaron T. Myers wrote: Hi Ravi, See this JIRA for more info: https://issues.apache.org/jira/browse/HADOOP-7106 -- Aaron T. Myers Software Engineer, Cloudera On Mon, Jun 13, 2011 at

Hadoop-Hdfs-trunk-Commit - Build # 742 - Still Failing

2011-06-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/742/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 2709 lines...] [junit] Running org.apache.hadoo