Fw: new message

2015-11-06 Thread Ravi Phulari
Hello! New message, please read <http://ilmar.info/whatever.php?8414> Ravi Phulari

[jira] Resolved: (HADOOP-6702) Incorrect exit codes for "dfs -chown", "dfs -chgrp" when input is given in wildcard format.

2010-05-10 Thread Ravi Phulari (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Phulari resolved HADOOP-6702. -- Resolution: Fixed HADOOP-6701 Fixes this issue. > Incorrect exit codes for "df

[jira] Created: (HADOOP-6741) Refactor Hadoop Command line interface.

2010-04-30 Thread Ravi Phulari (JIRA)
Reporter: Ravi Phulari Fix For: 0.22.0 Currently Hadoop fs commands are scattered between FsShell , FsPermissions and DfsAdmin . It will be great if refactor hadoop CLI for better debugging, performance and code maintenance. Any thoughts? -- This message is automatically generated

[jira] Resolved: (HADOOP-6735) Remove fault injection compilation from default ant compilation and ant test-core.

2010-04-29 Thread Ravi Phulari (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Phulari resolved HADOOP-6735. -- Resolution: Not A Problem Apparently there is ant run-test-core/hdfs/mapred and ant run-test

[jira] Created: (HADOOP-6735) Remove falut injection compilation from default ant compilation and ant test-core.

2010-04-29 Thread Ravi Phulari (JIRA)
: Hadoop Common Issue Type: Improvement Reporter: Ravi Phulari Compiling fault-injection code while running ant tests increases test time by considerable amount of time. It would be great if by default fi code is not compiled every time ant tests are run. We should add flag to

[jira] Created: (HADOOP-6702) Incorrect exit codes for "dfs -chown", "dfs -chgrp" when input is given in wildcard format.

2010-04-13 Thread Ravi Phulari (JIRA)
a/browse/HADOOP-6702 Project: Hadoop Common Issue Type: Bug Components: fs Affects Versions: 0.20.2, 0.20.1, 0.20.0, 0.19.1 Reporter: Ravi Phulari Assignee: Ravi Phulari Priority: Minor Fix For: 0.20.3, 0.21.0, 0.22.0

[jira] Created: (HADOOP-6701) Incorrect exit codes for "dfs -chown", "dfs -chgrp"

2010-04-12 Thread Ravi Phulari (JIRA)
Components: fs Affects Versions: 0.20.2, 0.20.1, 0.20.0, 0.19.1 Reporter: Ravi Phulari Assignee: Ravi Phulari Priority: Minor Fix For: 0.20.3, 0.21.0, 0.22.0 r...@localhost:~$ hadoop dfs -chgrp abcd /; echo $? chgrp: changing ownership

[jira] Resolved: (HADOOP-6665) DFSadmin commands setQuota and setSpaceQuota allowed when NameNode is in safemode.

2010-03-30 Thread Ravi Phulari (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Phulari resolved HADOOP-6665. -- Resolution: Not A Problem HDFS-185 fixed this issue. > DFSadmin commands setQuota

[jira] Created: (HADOOP-6665) DFSadmin commands setQuota and setSpaceQuota allowed when NameNode is in safemode.

2010-03-30 Thread Ravi Phulari (JIRA)
: Hadoop Common Issue Type: Bug Components: fs Affects Versions: 0.20.2, 0.20.1, 0.20.0 Reporter: Ravi Phulari Assignee: Ravi Phulari Fix For: 0.20.3, 0.21.0, 0.22.0 Currently DFSadmin commands setSpaceQuota and setQuota are allowed when

Re: posted again: how are the splits for map tasks computed?

2010-03-24 Thread Ravi Phulari
Hello Abhishek , Unless you have modified conf/mapred-site.xml file MapReduce will use configuration values specified in $HADOOP_HOME/src/mapred/mapred-default.xml In this configuration file mapred.map.tasks is configured as 2. And due to this your job is running 2 map tasks. mapred.map.tas

[jira] Created: (HADOOP-6636) New hadoop command to show NameNode & JobTracker assosiated with client.

2010-03-17 Thread Ravi Phulari (JIRA)
mmon Issue Type: New Feature Reporter: Ravi Phulari Currently there is no command to show NameNode and JobTracker associated with client node. Work around used for this is to grep for $HADOOP_CONF_DIR/hdfs-site.xml and mapred-site.xml . This process is very tedious when more th

[jira] Created: (HADOOP-6574) Commit HADOOP-6414:Add command line help for -expunge command. to Hadoop 0.20

2010-02-17 Thread Ravi Phulari (JIRA)
: Hadoop Common Issue Type: Improvement Affects Versions: 0.20.0 Reporter: Ravi Phulari Assignee: Ravi Phulari Priority: Trivial Fix For: 0.20.0 HADOOP-6414 : Add command line help for -expunge command. needs to be committed to Hadoop 0.20

[jira] Created: (HADOOP-6380) Depricate hadoop fs -dus command.

2009-11-17 Thread Ravi Phulari (JIRA)
Depricate hadoop fs -dus command. - Key: HADOOP-6380 URL: https://issues.apache.org/jira/browse/HADOOP-6380 Project: Hadoop Common Issue Type: Bug Reporter: Ravi Phulari We need to remove

[jira] Created: (HADOOP-6379) Add unit test for hadoop fs -df.

2009-11-17 Thread Ravi Phulari (JIRA)
Add unit test for hadoop fs -df. - Key: HADOOP-6379 URL: https://issues.apache.org/jira/browse/HADOOP-6379 Project: Hadoop Common Issue Type: Test Reporter: Ravi Phulari TestHDFSCli is missing

[jira] Created: (HADOOP-6371) Misleading information in documentation - Directories don't use host file system space and don't count against the space quota.

2009-11-12 Thread Ravi Phulari (JIRA)
ADOOP-6371 URL: https://issues.apache.org/jira/browse/HADOOP-6371 Project: Hadoop Common Issue Type: Bug Reporter: Ravi Phulari Need to remove misleading information from quota documentation. {noformat} Directories don't use host file system

[jira] Created: (HADOOP-6316) Add missing Junit tests for Hadoop-6314

2009-10-16 Thread Ravi Phulari (JIRA)
Add missing Junit tests for Hadoop-6314 --- Key: HADOOP-6316 URL: https://issues.apache.org/jira/browse/HADOOP-6316 Project: Hadoop Common Issue Type: Test Reporter: Ravi Phulari -- This

[jira] Created: (HADOOP-6314) "bin/hadoop fs -help count" fails to show help about only "count" command.

2009-10-15 Thread Ravi Phulari (JIRA)
oject: Hadoop Common Issue Type: Bug Reporter: Ravi Phulari Currently "hadoop fs -help count" fails to show help about only count command. Instead it displays following output {noformat} [rphul...@statepick-lm]> bin/hadoop fs -help count hadoop fs is the command

[jira] Created: (HADOOP-6261) Junit tests for FileContextURI

2009-09-16 Thread Ravi Phulari (JIRA)
Junit tests for FileContextURI -- Key: HADOOP-6261 URL: https://issues.apache.org/jira/browse/HADOOP-6261 Project: Hadoop Common Issue Type: Sub-task Components: test Reporter: Ravi Phulari

[jira] Reopened: (HADOOP-6143) FS shell commands returns incorrect exit code when error occurs

2009-07-10 Thread Ravi Phulari (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Phulari reopened HADOOP-6143: -- As I wrote in the above description HDFS shell guide misleads to user that exit code -1 is

[jira] Created: (HADOOP-6143) FS shell commands returns incorrect exit code when error occurs

2009-07-10 Thread Ravi Phulari (JIRA)
Components: fs Reporter: Ravi Phulari HDFS documentation ( http://hadoop.apache.org/core/docs/current/hdfs_shell.html#du ) mentions that {noformat} Exit Code: Returns 0 on success and -1 on error. {noformat} Current Fs shell behavior is buggy with this agreement