[jira] Commented: (HADOOP-1374) TaskTracker falls into an infinite loop.

2007-05-25 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499283 ] Devaraj Das commented on HADOOP-1374: - Regarding the calls the reduce task makes, they all look good. It would b

[jira] Commented: (HADOOP-1242) dfs upgrade/downgrade problems

2007-05-25 Thread Raghu Angadi (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499282 ] Raghu Angadi commented on HADOOP-1242: -- +1 for the code. Couple of notes: # Latest patch requires a "image" d

[jira] Commented: (HADOOP-1374) TaskTracker falls into an infinite loop.

2007-05-25 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499270 ] Konstantin Shvachko commented on HADOOP-1374: - Debugging TaskTracker being in the loop on Linux. It fall

[jira] Updated: (HADOOP-1437) Eclipse plugin for developing and executing MapReduce programs on Hadoop

2007-05-25 Thread Eugene Hung (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Hung updated HADOOP-1437: Attachment: mrt-eclipse-1.0.4.zip source tree for plugin > Eclipse plugin for developing and exec

[jira] Created: (HADOOP-1437) Eclipse plugin for developing and executing MapReduce programs on Hadoop

2007-05-25 Thread Eugene Hung (JIRA)
Eclipse plugin for developing and executing MapReduce programs on Hadoop Key: HADOOP-1437 URL: https://issues.apache.org/jira/browse/HADOOP-1437 Project: Hadoop Issue T

[jira] Commented: (HADOOP-1414) Findbugs - Bad Practice

2007-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499256 ] Hadoop QA commented on HADOOP-1414: --- +0, new Findbugs warnings http://issues.apache.org/jira/secure/attachment/12

[jira] Updated: (HADOOP-1414) Findbugs - Bad Practice

2007-05-25 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HADOOP-1414: - Status: Patch Available (was: Open) Fixed most cases detected by FindBugs in the BadPra

[jira] Updated: (HADOOP-1269) DFS Scalability: namenode throughput impacted becuase of global FSNamesystem lock

2007-05-25 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HADOOP-1269: - Attachment: chooseTargetLock.patch This is a very toned-down version of the fine-grain l

Re: Problem with InputStream.skip()

2007-05-25 Thread Raghu Angadi
Also, reading from block supports 'real skip', ie, it does not check checksum if an entire checksum block (usually 512 bytes) falls within the skip range. Another reason to implement our own skip. Raghu Angadi wrote: In Hadoop, whenever possible, we read directly to user buffer. E.g. in Chec

[jira] Updated: (HADOOP-1414) Findbugs - Bad Practice

2007-05-25 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HADOOP-1414: - Attachment: findbugs_badpractice2.patch > Findbugs - Bad Practice >

[jira] Updated: (HADOOP-1414) Findbugs - Bad Practice

2007-05-25 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HADOOP-1414: - Attachment: (was: findbugs_badpractice2.patch) > Findbugs - Bad Practice > -

Problem with InputStream.skip()

2007-05-25 Thread Raghu Angadi
In Hadoop, whenever possible, we read directly to user buffer. E.g. in ChecksumFileSystem we read into user buffer and then do a checksum, I do the same in new Block level CRCs. This is very useful since this avoids an extra copy in most cases. We don't define skip() for our extensions of Inpu

[jira] Updated: (HADOOP-1242) dfs upgrade/downgrade problems

2007-05-25 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Shvachko updated HADOOP-1242: Attachment: failPreUpgradeVersion3.patch Another patch, which enforces creating "c

[jira] Updated: (HADOOP-1414) Findbugs - Bad Practice

2007-05-25 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HADOOP-1414: - Attachment: (was: findbugs_badpractice.patch) > Findbugs - Bad Practice > --

[jira] Updated: (HADOOP-1414) Findbugs - Bad Practice

2007-05-25 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HADOOP-1414: - Attachment: findbugs_badpractice2.patch Used readFully() instead of hand-coding loops ar

[jira] Updated: (HADOOP-1429) RPC Server won't go quietly

2007-05-25 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated HADOOP-1429: - Resolution: Fixed Fix Version/s: 0.14.0 Status: Resolved (was: Patch Available

[jira] Updated: (HADOOP-1376) RandomWriter should be tweaked to generate input data for terasort

2007-05-25 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated HADOOP-1376: - Resolution: Fixed Status: Resolved (was: Patch Available) I just committed this. Thank

[jira] Updated: (HADOOP-1411) AlreadyBeingCreatedException from task retries

2007-05-25 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-1411: -- Resolution: Fixed Status: Resolved (was: Patch Available) I've just committed this. Thanks H

[jira] Commented: (HADOOP-1411) AlreadyBeingCreatedException from task retries

2007-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499232 ] Hadoop QA commented on HADOOP-1411: --- +1 http://issues.apache.org/jira/secure/attachment/12358232/createRetry-tw2.

[jira] Commented: (HADOOP-1425) Rework the various programs in 'examples' to extend ToolBase

2007-05-25 Thread Raghu Angadi (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499229 ] Raghu Angadi commented on HADOOP-1425: -- +1 for HADOOP-1436. > Rework the various programs in 'examples' to ex

[jira] Updated: (HADOOP-1411) AlreadyBeingCreatedException from task retries

2007-05-25 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-1411: -- Status: Patch Available (was: Open) > AlreadyBeingCreatedException from task retries > --

[jira] Commented: (HADOOP-1411) AlreadyBeingCreatedException from task retries

2007-05-25 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499217 ] Owen O'Malley commented on HADOOP-1411: --- I think the underlying source of the problem is that the Map paramete

[jira] Commented: (HADOOP-1374) TaskTracker falls into an infinite loop.

2007-05-25 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499213 ] Konstantin Shvachko commented on HADOOP-1374: - The TaskTracker was lost because I killed it since it was

[jira] Commented: (HADOOP-1425) Rework the various programs in 'examples' to extend ToolBase

2007-05-25 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499211 ] Enis Soztutar commented on HADOOP-1425: --- I have created a seperate issue HADOOP-1436, for this discussion, sin

[jira] Created: (HADOOP-1436) Redesign Tool and ToolBase API and releted functionality

2007-05-25 Thread Enis Soztutar (JIRA)
Redesign Tool and ToolBase API and releted functionality Key: HADOOP-1436 URL: https://issues.apache.org/jira/browse/HADOOP-1436 Project: Hadoop Issue Type: Improvement Compo

[jira] Updated: (HADOOP-1435) FileSystem.globPaths should not create a Path from an empty string

2007-05-25 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated HADOOP-1435: - Resolution: Fixed Status: Resolved (was: Patch Available) I just committed this. Thank

[jira] Commented: (HADOOP-1435) FileSystem.globPaths should not create a Path from an empty string

2007-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499203 ] Hadoop QA commented on HADOOP-1435: --- +1 http://issues.apache.org/jira/secure/attachment/12358269/globPath.patch a

[jira] Commented: (HADOOP-1375) a simple parser for hbase.

2007-05-25 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499192 ] stack commented on HADOOP-1375: --- > and i can't find an API to get row set in table. > please, advice for me. In HClie

[jira] Commented: (HADOOP-1429) RPC Server won't go quietly

2007-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499186 ] Hadoop QA commented on HADOOP-1429: --- +1 http://issues.apache.org/jira/secure/attachment/12358266/noisyshutdown-v3

Re: [jira] Commented: (HADOOP-1429) RPC Server won't go quietly

2007-05-25 Thread Nigel Daley
On May 24, 2007, at 7:21 PM, stack (JIRA) wrote: [ https://issues.apache.org/jira/browse/HADOOP-1429? page=com.atlassian.jira.plugin.system.issuetabpanels:comment- tabpanel#action_12498912 ] stack commented on HADOOP-1429: --- P.S. I notice that at end of b

[jira] Updated: (HADOOP-1435) FileSystem.globPaths should not create a Path from an empty string

2007-05-25 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HADOOP-1435: -- Status: Patch Available (was: Open) > FileSystem.globPaths should not create a Path from an e

[jira] Updated: (HADOOP-1435) FileSystem.globPaths should not create a Path from an empty string

2007-05-25 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HADOOP-1435: -- Summary: FileSystem.globPaths should not create a Path from an empty string (was: FileSystem.

[jira] Updated: (HADOOP-1435) FileSystem.globPath should not create a Path from an empty string

2007-05-25 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang updated HADOOP-1435: -- Attachment: globPath.patch > FileSystem.globPath should not create a Path from an empty string

[jira] Created: (HADOOP-1435) FileSystem.globPath should not create a Path from an empty string

2007-05-25 Thread Hairong Kuang (JIRA)
FileSystem.globPath should not create a Path from an empty string - Key: HADOOP-1435 URL: https://issues.apache.org/jira/browse/HADOOP-1435 Project: Hadoop Issue Type: Bug

[jira] Commented: (HADOOP-1429) RPC Server won't go quietly

2007-05-25 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499175 ] Owen O'Malley commented on HADOOP-1429: --- This looks good. +1 > RPC Server won't go quietly >

[jira] Commented: (HADOOP-1374) TaskTracker falls into an infinite loop.

2007-05-25 Thread Arun C Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499174 ] Arun C Murthy commented on HADOOP-1374: --- Konstantin, as per your attached logs one of your task-trackers was '

[jira] Updated: (HADOOP-1429) RPC Server won't go quietly

2007-05-25 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HADOOP-1429: -- Status: Patch Available (was: Open) > RPC Server won't go quietly > --- > >

[jira] Commented: (HADOOP-1433) Add job priority

2007-05-25 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499171 ] Doug Cutting commented on HADOOP-1433: -- The answer we've come to in the past is that an elaborate scheduler is

[jira] Updated: (HADOOP-1429) RPC Server won't go quietly

2007-05-25 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HADOOP-1429: -- Attachment: noisyshutdown-v3.patch Thanks for the review D (I presume you meant InterruptedException rather th

[jira] Commented: (HADOOP-1431) Map tasks can't timeout for failing to call progress

2007-05-25 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499169 ] Devaraj Das commented on HADOOP-1431: - Doug, agree with you that this issue should be handled more generally as

[jira] Commented: (HADOOP-1431) Map tasks can't timeout for failing to call progress

2007-05-25 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499168 ] Owen O'Malley commented on HADOOP-1431: --- Either starting a new thread or causing the same one to start and sto

[jira] Created: (HADOOP-1434) Let users add compression types

2007-05-25 Thread Johan Oskarsson (JIRA)
Let users add compression types --- Key: HADOOP-1434 URL: https://issues.apache.org/jira/browse/HADOOP-1434 Project: Hadoop Issue Type: Improvement Components: mapred Reporter: Johan Oskarsso

[jira] Commented: (HADOOP-1429) RPC Server won't go quietly

2007-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499167 ] Hadoop QA commented on HADOOP-1429: --- +1 http://issues.apache.org/jira/secure/attachment/12358260/noisyshutdown-v2

[jira] Commented: (HADOOP-249) Improving Map -> Reduce performance and Task JVM reuse

2007-05-25 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499165 ] Owen O'Malley commented on HADOOP-249: -- Most of these things except for the jvm reuse have been done in other pa

[jira] Commented: (HADOOP-1425) Rework the various programs in 'examples' to extend ToolBase

2007-05-25 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499164 ] Doug Cutting commented on HADOOP-1425: -- Enis's proposal looks good to me. +1 > Rework the various programs in

[jira] Created: (HADOOP-1433) Add job priority

2007-05-25 Thread Johan Oskarsson (JIRA)
Add job priority Key: HADOOP-1433 URL: https://issues.apache.org/jira/browse/HADOOP-1433 Project: Hadoop Issue Type: New Feature Components: mapred Reporter: Johan Oskarsson Priority: Minor

[jira] Commented: (HADOOP-1375) a simple parser for hbase.

2007-05-25 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499163 ] Doug Cutting commented on HADOOP-1375: -- According to http://people.apache.org/~cliffs/3party.html, the binary o

[jira] Commented: (HADOOP-249) Improving Map -> Reduce performance and Task JVM reuse

2007-05-25 Thread Johan Oskarsson (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499161 ] Johan Oskarsson commented on HADOOP-249: What happened to these patches? I'm especially interested in the jv

[jira] Updated: (HADOOP-1429) RPC Server won't go quietly

2007-05-25 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated HADOOP-1429: - Status: Open (was: Patch Available) We should not change the log level. DEBUG-level messages a

[jira] Commented: (HADOOP-1431) Map tasks can't timeout for failing to call progress

2007-05-25 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499155 ] Doug Cutting commented on HADOOP-1431: -- I think we could equivalently and perhaps more simply and reliably laun

[jira] Updated: (HADOOP-1429) RPC Server won't go quietly

2007-05-25 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HADOOP-1429: -- Status: Patch Available (was: Open) > RPC Server won't go quietly > --- > >

[jira] Updated: (HADOOP-1429) RPC Server won't go quietly

2007-05-25 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HADOOP-1429: -- Attachment: noisyshutdown-v2.patch Thanks for the review Owen. Here's another cut at a fix. This patch does

[jira] Commented: (HADOOP-1431) Map tasks can't timeout for failing to call progress

2007-05-25 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499158 ] Doug Cutting commented on HADOOP-1431: -- Devaraj, your solution sounds good for 0.14, but I don't think we ought

[jira] Commented: (HADOOP-1431) Map tasks can't timeout for failing to call progress

2007-05-25 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499152 ] Devaraj Das commented on HADOOP-1431: - The main requirement we are after in this issue is that we need to allow

[jira] Commented: (HADOOP-1431) Map tasks can't timeout for failing to call progress

2007-05-25 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499149 ] Owen O'Malley commented on HADOOP-1431: --- I'm sure we all agree that in the medium term, sort needs to report p

[jira] Updated: (HADOOP-1429) RPC Server won't go quietly

2007-05-25 Thread Owen O'Malley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen O'Malley updated HADOOP-1429: -- Status: Open (was: Patch Available) I don't think this is a good way of dealing with it. I'd

[jira] Commented: (HADOOP-1374) TaskTracker falls into an infinite loop.

2007-05-25 Thread Nigel Daley (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499141 ] Nigel Daley commented on HADOOP-1374: - Sounds similar to HADOOP-1332 where a 'done' message appears, but no 'co

[jira] Commented: (HADOOP-1431) Map tasks can't timeout for failing to call progress

2007-05-25 Thread Doug Cutting (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499140 ] Doug Cutting commented on HADOOP-1431: -- Comparators can be performance-sensitive, so I'd like to see some bench

[jira] Updated: (HADOOP-1431) Map tasks can't timeout for failing to call progress

2007-05-25 Thread Arun C Murthy (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated HADOOP-1431: -- Attachment: HADOOP-1431_1_20070525.patch Here is a reasonably straight-forward to address the

[jira] Updated: (HADOOP-1411) AlreadyBeingCreatedException from task retries

2007-05-25 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-1411: -- Attachment: createRetry-tw2.patch New patch with unit test. > AlreadyBeingCreatedException from task

[jira] Commented: (HADOOP-1375) a simple parser for hbase.

2007-05-25 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499053 ] Enis Soztutar commented on HADOOP-1375: --- With a discussion with Dogacan Guney, i have learned about BeanShell

[jira] Commented: (HADOOP-1426) Make hbase scripts executable + add test classes to CLASSPATH

2007-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499047 ] Hadoop QA commented on HADOOP-1426: --- Integrated in Hadoop-Nightly #100 (See http://lucene.zones.apache.org:8080/h

[jira] Commented: (HADOOP-1427) Typo in GzipCodec.createInputStream - bufferSize

2007-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499049 ] Hadoop QA commented on HADOOP-1427: --- Integrated in Hadoop-Nightly #100 (See http://lucene.zones.apache.org:8080/h

[jira] Commented: (HADOOP-1430) hbase shutdown leaves regionservers up

2007-05-25 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499048 ] Hadoop QA commented on HADOOP-1430: --- Integrated in Hadoop-Nightly #100 (See http://lucene.zones.apache.org:8080/h

Hudson build is back to normal: Hadoop-Nightly #100

2007-05-25 Thread hudson
See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/100/

[jira] Commented: (HADOOP-1431) Map tasks can't timeout for failing to call progress

2007-05-25 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499038 ] Devaraj Das commented on HADOOP-1431: - By the way, this issue exists for ReduceTasks also. We have threads there

[jira] Commented: (HADOOP-1425) Rework the various programs in 'examples' to extend ToolBase

2007-05-25 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499035 ] Enis Soztutar commented on HADOOP-1425: --- Apart from the above code, I just cannot understand the lines in Too

[jira] Commented: (HADOOP-1193) Map/reduce job gets OutOfMemoryException when set map out to be compressed

2007-05-25 Thread Devaraj Das (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498994 ] Devaraj Das commented on HADOOP-1193: - One comment - it would be nice to have the 'tmpReader' logic be triggered

[jira] Commented: (HADOOP-1425) Rework the various programs in 'examples' to extend ToolBase

2007-05-25 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498992 ] Enis Soztutar commented on HADOOP-1425: --- i agree that it should not be necessary to subclass ToolBase to use g

[jira] Updated: (HADOOP-1411) AlreadyBeingCreatedException from task retries

2007-05-25 Thread Tom White (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-1411: -- Attachment: createRetry-tw.patch >I agree this interface is cleaner. But one disadvantage is that it i

[jira] Updated: (HADOOP-1375) a simple parser for hbase.

2007-05-25 Thread udanax (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] udanax updated HADOOP-1375: --- Attachment: patch.txt * some garbage test code was removed * added limit clause about time series data

[jira] Resolved: (HADOOP-1273) Upgrade Jetty to 6.x

2007-05-25 Thread Tahir Hashmi (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tahir Hashmi resolved HADOOP-1273. -- Resolution: Won't Fix Since Jetty 6 still doesn't appear to be stable enough, we've decided to

[jira] Created: (HADOOP-1432) Use Grizzly for Fetching Map Output in Shuffle

2007-05-25 Thread Tahir Hashmi (JIRA)
Use Grizzly for Fetching Map Output in Shuffle -- Key: HADOOP-1432 URL: https://issues.apache.org/jira/browse/HADOOP-1432 Project: Hadoop Issue Type: Improvement Components: mapred