[
https://issues.apache.org/jira/browse/HADOOP-2670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560926#action_12560926
]
Raghu Angadi commented on HADOOP-2670:
--
This is likely an error from kernel (EN
[
https://issues.apache.org/jira/browse/HADOOP-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560655#action_12560655
]
Raghu Angadi commented on HADOOP-2576:
--
Thanks. May be with access to the logs,
[
https://issues.apache.org/jira/browse/HADOOP-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560601#action_12560601
]
Raghu Angadi commented on HADOOP-2576:
--
What is the heartbeat on this cluster? I
: 0.15.0
Reporter: Raghu Angadi
Assignee: Raghu Angadi
Priority: Minor
Fix For: 0.16.1
Currently when Replicator can not find datanodes to place required replications
for a block, it does not print the actual block id. Block id would help while
[
https://issues.apache.org/jira/browse/HADOOP-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560558#action_12560558
]
Raghu Angadi commented on HADOOP-2358:
--
This can be closed now, right?
> Un
[
https://issues.apache.org/jira/browse/HADOOP-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi reassigned HADOOP-820:
---
Assignee: (was: Raghu Angadi)
> NameNode startup fails if edit log termina
[
https://issues.apache.org/jira/browse/HADOOP-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560536#action_12560536
]
Raghu Angadi commented on HADOOP-2638:
--
> Alternately we could have extra th
What is the difference between current blocker definition and one
defined here?
Raghu.
Nigel Daley wrote:
To date (or at least in the past 1.5 years I've been working on Hadoop),
our shortest timeline from feature freeze to a release vote has been
around 4 weeks. This time is typically spe
[
https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560146#action_12560146
]
Raghu Angadi commented on HADOOP-2645:
--
Also there are few javadoc warnings.
[
https://issues.apache.org/jira/browse/HADOOP-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560123#action_12560123
]
Raghu Angadi commented on HADOOP-2638:
--
yup, implementation is simple. I guess i
[
https://issues.apache.org/jira/browse/HADOOP-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560116#action_12560116
]
Raghu Angadi commented on HADOOP-2645:
--
Could you fix the eclipse warnings?
[
https://issues.apache.org/jira/browse/HADOOP-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560098#action_12560098
]
Raghu Angadi commented on HADOOP-2638:
--
+1 to Doug's release() proposa
[
https://issues.apache.org/jira/browse/HADOOP-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560095#action_12560095
]
Raghu Angadi commented on HADOOP-2638:
--
bq. Are you suggesting that MapFile#Re
[
https://issues.apache.org/jira/browse/HADOOP-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560088#action_12560088
]
rangadi edited comment on HADOOP-2638 at 1/17/08 1:33 PM:
---
[
https://issues.apache.org/jira/browse/HADOOP-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560088#action_12560088
]
Raghu Angadi commented on HADOOP-2638:
--
.bq [...] ain't i
[
https://issues.apache.org/jira/browse/HADOOP-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560050#action_12560050
]
Raghu Angadi commented on HADOOP-2094:
--
Better (but much more complicated) po
[
https://issues.apache.org/jira/browse/HADOOP-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560046#action_12560046
]
Raghu Angadi commented on HADOOP-290:
-
+1. finnally this is getting fixed :). T
[
https://issues.apache.org/jira/browse/HADOOP-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560037#action_12560037
]
Raghu Angadi commented on HADOOP-2094:
--
Random partition is fine and patch l
[
https://issues.apache.org/jira/browse/HADOOP-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559980#action_12559980
]
Raghu Angadi commented on HADOOP-2638:
--
While I think we should fix connect
[
https://issues.apache.org/jira/browse/HADOOP-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559980#action_12559980
]
rangadi edited comment on HADOOP-2638 at 1/17/08 8:34 AM:
---
W
stack wrote:
Doug Cutting wrote:
RPC also tears down idle connections, which HDFS does not. I wonder
how much doing that alone might help your case? That would probably
be much simpler to implement. Both client and server must already
handle connection failures, so it shouldn't be too great
Doug Cutting wrote:
Jim Kellerman wrote:
Yes, multiplexing a socket is more complicated than having one socket
per file, but saving system resources seems like a way to scale.
Questions? Comments? Opinions? Flames?
Datanode needs async io for disk reads and writes as well. How well does
Java
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559766#action_12559766
]
Raghu Angadi commented on HADOOP-2566:
--
hmm... by luck, there is one small
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559749#action_12559749
]
Raghu Angadi commented on HADOOP-2566:
--
> What do you want to avoid?
exactly
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559742#action_12559742
]
rangadi edited comment on HADOOP-2566 at 1/16/08 3:52 PM:
---
Y
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559742#action_12559742
]
Raghu Angadi commented on HADOOP-2566:
--
You are right, it does what I described
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559692#action_12559692
]
Raghu Angadi commented on HADOOP-2566:
--
> Also this looks like regressions of
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2012:
-
Attachment: HADOOP-2012.patch
The patch blessed by Hudson had an extra comment I forgot to
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559681#action_12559681
]
Raghu Angadi commented on HADOOP-2566:
--
Is this a blocker for 16 feature fr
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559679#action_12559679
]
Raghu Angadi commented on HADOOP-2566:
--
Doesn't this patch essentially d
[
https://issues.apache.org/jira/browse/HADOOP-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2620:
-
Resolution: Fixed
Status: Resolved (was: Patch Available)
I just committed this
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2012:
-
Attachment: HADOOP-2012.patch
slightly different fix for 3rd findbugs warning above
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2012:
-
Status: Patch Available (was: Open)
> Periodic verification at the Datan
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2012:
-
Attachment: HADOOP-2012.patch
> Periodic verification at the Datan
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2012:
-
Status: Open (was: Patch Available)
> Periodic verification at the Datan
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2012:
-
Attachment: HADOOP-2012.patch
New findbugs warnings are at
http://lucene.zones.apache.org:8080
[
https://issues.apache.org/jira/browse/HADOOP-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2620:
-
Status: Patch Available (was: Open)
> 'bin/hadoop fs -help' does not list fil
[
https://issues.apache.org/jira/browse/HADOOP-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2620:
-
Attachment: HADOOP-2620.patch
Patch attached.
I think sometime in the future, we should just
[
https://issues.apache.org/jira/browse/HADOOP-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2620:
-
Description: '{{bin/hadoop fs -help}}' does not list chmod, chown, and
chgrp. But
Type: Bug
Components: fs
Reporter: Raghu Angadi
Assignee: Raghu Angadi
Priority: Trivial
Fix For: 0.16.0
{{bin/hadoop fs -help}} does not list chmod, chown, and chgrp. But {{bin/hadoop
fs -help chmod}} etc work as expected.
--
This
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559293#action_12559293
]
Raghu Angadi commented on HADOOP-2566:
--
> I'm not sure I completely un
[
https://issues.apache.org/jira/browse/HADOOP-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2529:
-
Description:
We need a user guide for DFS on the lines of
http://lucene.apache.org/hadoop/docs
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559275#action_12559275
]
Raghu Angadi commented on HADOOP-2566:
--
Also, until globPaths() is removed,
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559274#action_12559274
]
Raghu Angadi commented on HADOOP-2566:
--
Assuming globPaths() goes away.. Shou
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2012:
-
Status: Patch Available (was: Open)
> Periodic verification at the Datan
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2012:
-
Attachment: HADOOP-2012.patch
The updated patch has one minor change: rename
[
https://issues.apache.org/jira/browse/HADOOP-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559167#action_12559167
]
Raghu Angadi commented on HADOOP-2543:
--
> So perhaps we
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559110#action_12559110
]
Raghu Angadi commented on HADOOP-2012:
--
Thanks Dhruba.
Regd 1) : Its not an e
[
https://issues.apache.org/jira/browse/HADOOP-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2346:
-
Attachment: HADOOP-2346.patch
> How well does it work?
All the unit tests pass and I tes
[
https://issues.apache.org/jira/browse/HADOOP-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2464:
-
Resolution: Fixed
Status: Resolved (was: Patch Available)
I just committed this
[
https://issues.apache.org/jira/browse/HADOOP-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558192#action_12558192
]
Raghu Angadi commented on HADOOP-2582:
--
+1. looks good.
> hadoop dfs -copy
[
https://issues.apache.org/jira/browse/HADOOP-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2346:
-
Attachment: HADOOP-2346.patch
This patch implements write timeout on datanodes for block reads
[
https://issues.apache.org/jira/browse/HADOOP-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558180#action_12558180
]
Raghu Angadi commented on HADOOP-2586:
--
Is this a duplicate of HADOOP-2077?
&
[
https://issues.apache.org/jira/browse/HADOOP-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558172#action_12558172
]
Raghu Angadi commented on HADOOP-2582:
--
Seems like a bug in FileUtil.
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558093#action_12558093
]
Raghu Angadi commented on HADOOP-2566:
--
> "'for(path : globPaths
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558082#action_12558082
]
Raghu Angadi commented on HADOOP-2566:
--
Also, this would not duplicate
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558081#action_12558081
]
rangadi edited comment on HADOOP-2566 at 1/11/08 11:36 AM:
[
https://issues.apache.org/jira/browse/HADOOP-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558081#action_12558081
]
Raghu Angadi commented on HADOOP-2566:
--
globStatus would certainly be useful s
[
https://issues.apache.org/jira/browse/HADOOP-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi reassigned HADOOP-2346:
Assignee: Raghu Angadi
> DataNode should have timeout on socket wri
[
https://issues.apache.org/jira/browse/HADOOP-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi resolved HADOOP-595.
-
Resolution: Won't Fix
This is a really old bug (0.7.0). Webui is expected to work and ther
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2012:
-
Attachment: HADOOP-2012.patch
Updated patch disables this feature for a few more upgrade test
[
https://issues.apache.org/jira/browse/HADOOP-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2464:
-
Status: Patch Available (was: Open)
> Test permissions related shell commands with
[
https://issues.apache.org/jira/browse/HADOOP-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2464:
-
Attachment: HADOOP-2464.patch
As Hairong pointed out, the updated patch checks owner and group
[
https://issues.apache.org/jira/browse/HADOOP-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2464:
-
Attachment: HADOOP-2464.patch
Thanks Hairong. Updated patch adds some more cases : "-R
[
https://issues.apache.org/jira/browse/HADOOP-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557465#action_12557465
]
Raghu Angadi commented on HADOOP-2464:
--
all three commands support -R and s
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2012:
-
Attachment: HADOOP-2012.patch
Opps, prev patch was missing TestBlockVerification.java file
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2012:
-
Attachment: HADOOP-2012.patch
Patch is updated with a unit test and couple of minor fixes
[
https://issues.apache.org/jira/browse/HADOOP-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557417#action_12557417
]
Raghu Angadi commented on HADOOP-2562:
--
+1.
> globPaths does not support
[
https://issues.apache.org/jira/browse/HADOOP-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2464:
-
Attachment: HADOOP-2464.patch
chmod is tested both on LocalFS and DFS.
chgrp and chown are
[
https://issues.apache.org/jira/browse/HADOOP-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557075#action_12557075
]
Raghu Angadi commented on HADOOP-2549:
--
'>' does make sense eve
[
https://issues.apache.org/jira/browse/HADOOP-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557068#action_12557068
]
rangadi edited comment on HADOOP-2549 at 1/8/08 3:28 PM:
--
"re
[
https://issues.apache.org/jira/browse/HADOOP-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557072#action_12557072
]
Raghu Angadi commented on HADOOP-2549:
--
or change '>=' to
[
https://issues.apache.org/jira/browse/HADOOP-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557070#action_12557070
]
Raghu Angadi commented on HADOOP-2144:
--
Datanode does quite a bit of more work w
[
https://issues.apache.org/jira/browse/HADOOP-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557068#action_12557068
]
Raghu Angadi commented on HADOOP-2549:
--
"reserved" space is incremen
[
https://issues.apache.org/jira/browse/HADOOP-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557034#action_12557034
]
Raghu Angadi commented on HADOOP-2552:
--
+1. Better to iron out issues earlier
[
https://issues.apache.org/jira/browse/HADOOP-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi resolved HADOOP-2420.
--
Resolution: Fixed
> Use exit code to detect normal errors while excuting 'ls'
[
https://issues.apache.org/jira/browse/HADOOP-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2512:
-
Resolution: Fixed
Status: Resolved (was: Patch Available)
I just committed this
[
https://issues.apache.org/jira/browse/HADOOP-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2012:
-
Attachment: HADOOP-2012.patch
The next iteration of the patch that stores the verification in a
[
https://issues.apache.org/jira/browse/HADOOP-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556767#action_12556767
]
Raghu Angadi commented on HADOOP-2528:
--
These extra checks are fine as long as u
[
https://issues.apache.org/jira/browse/HADOOP-2426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556675#action_12556675
]
Raghu Angadi commented on HADOOP-2426:
--
Tom, could you remove the patch atta
[
https://issues.apache.org/jira/browse/HADOOP-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2420:
-
Attachment: HADOOP-2420.patch
simplified patch based on changes in HADOOP-2512. These two are
[
https://issues.apache.org/jira/browse/HADOOP-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2512:
-
Status: Patch Available (was: Open)
> error stream handling in Shell execu
[
https://issues.apache.org/jira/browse/HADOOP-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2512:
-
Attachment: HADOOP-2512.patch
> Now it makes sense to have something like [...]
The lat
[
https://issues.apache.org/jira/browse/HADOOP-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2420:
-
Status: Open (was: Patch Available)
This will be simplified by HADOOP-2512, since will throw
[
https://issues.apache.org/jira/browse/HADOOP-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2512:
-
Status: Open (was: Patch Available)
> error stream handling in Shell execu
[
https://issues.apache.org/jira/browse/HADOOP-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2420:
-
Status: Patch Available (was: Open)
Unit test failures look unrelated. Trying again.
>
[
https://issues.apache.org/jira/browse/HADOOP-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2420:
-
Status: Open (was: Patch Available)
> Use exit code to detect normal errors while excuting
[
https://issues.apache.org/jira/browse/HADOOP-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556148#action_12556148
]
Raghu Angadi commented on HADOOP-2531:
--
I guess it depends on actual definitio
[
https://issues.apache.org/jira/browse/HADOOP-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556133#action_12556133
]
Raghu Angadi commented on HADOOP-2528:
--
At the risk of digressing: Should we en
[
https://issues.apache.org/jira/browse/HADOOP-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2512:
-
Status: Patch Available (was: Open)
Amar, thanks for the review. I am making it patch
[
https://issues.apache.org/jira/browse/HADOOP-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556125#action_12556125
]
Raghu Angadi commented on HADOOP-2528:
--
> If we advertise that file permissi
[
https://issues.apache.org/jira/browse/HADOOP-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556111#action_12556111
]
Raghu Angadi commented on HADOOP-2528:
--
What if permissions checking is disa
[
https://issues.apache.org/jira/browse/HADOOP-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556107#action_12556107
]
Raghu Angadi commented on HADOOP-2528:
--
This might be ok as temporary feature.
[
https://issues.apache.org/jira/browse/HADOOP-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556101#action_12556101
]
Raghu Angadi commented on HADOOP-2528:
--
What is the need to check for permiss
DFS Tutorial
Key: HADOOP-2529
URL: https://issues.apache.org/jira/browse/HADOOP-2529
Project: Hadoop
Issue Type: New Feature
Components: dfs, documentation
Reporter: Raghu Angadi
Fix For
[
https://issues.apache.org/jira/browse/HADOOP-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi reassigned HADOOP-2529:
Assignee: Raghu Angadi
> DFS Tutorial
>
>
> Key:
[
https://issues.apache.org/jira/browse/HADOOP-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2420:
-
Attachment: HADOOP-2420.patch
Yes. This warning can be disabled in eclipse (search for
[
https://issues.apache.org/jira/browse/HADOOP-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2523:
-
Attachment: HADOOP-2523.patch
This patch removes the assert.
> Unit test fails on Wind
[
https://issues.apache.org/jira/browse/HADOOP-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raghu Angadi updated HADOOP-2523:
-
Status: Patch Available (was: Open)
> Unit test fails on Wind
[
https://issues.apache.org/jira/browse/HADOOP-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556018#action_12556018
]
Raghu Angadi commented on HADOOP-2523:
--
This test passes on my local XP. We
1 - 100 of 1554 matches
Mail list logo