Re: Questions on HDFS-8880

2015-10-07 Thread Rajiv Chittajallu
Here are the design notes for Metrics V2 - http://wiki.apache.org/hadoop/HADOOP-6728-MetricsV2 From: Andrew Wang To: "hdfs-dev@hadoop.apache.org" Sent: Tuesday, October 6, 2015 11:29 AM Subject: Re: Questions on HDFS-8880 If it's duplicate we should probably b

Re: Proxy for HDFS

2015-02-09 Thread Rajiv Chittajallu
read the documentation. From: Rahul Shrivastava To: Rajiv Chittajallu Cc: "hdfs-dev@hadoop.apache.org" Sent: Monday, February 9, 2015 9:53 PM Subject: Re: Proxy for HDFS Hi Rajiv, At runtime, can the user's program provides its creden

Re: Proxy for HDFS

2015-02-09 Thread Rajiv Chittajallu
-dist/hadoop-hdfs/HdfsPermissionsGuide.html#ACLs_Access_Control_Lists From: Rahul Shrivastava To: hdfs-dev@hadoop.apache.org; Rajiv Chittajallu Sent: Monday, February 9, 2015 3:24 PM Subject: Re: Proxy for HDFS Hi Rajiv, Thanks again for quick reply. The use ca

Re: Proxy for HDFS

2015-02-09 Thread Rajiv Chittajallu
Shrivastava To: hdfs-dev@hadoop.apache.org; Rajiv Chittajallu Cc: Sent: Monday, February 9, 2015 2:58 PM Subject: Re: Proxy for HDFS Thanks Rajiv. I did look into HttpFs before but i wanted a build a proxy at HDFS layer. This is specific for clients which do not use HTTP ( i.e. HttpFs or

Re: Proxy for HDFS

2015-02-09 Thread Rajiv Chittajallu
https://github.com/apache/hadoop/tree/branch-2.6/hadoop-hdfs-project/hadoop-hdfs-httpfs - Original Message - From: Rahul Shrivastava To: hdfs-dev@hadoop.apache.org Cc: Sent: Monday, February 9, 2015 2:35 PM Subject: Proxy for HDFS Hi, I have looking in HDFS code base ( 2.6.0) for th

[jira] Created: (HDFS-689) Destination ending with \ should be treated as a dir

2009-10-09 Thread Rajiv Chittajallu (JIRA)
Reporter: Rajiv Chittajallu When the destination for fs -mv and fs -cp ends with a trailing '/' the it should be treated as a directory. The command should fail if the destination directory doesn't exist. $ cp motd t/ cp: cannot create regular file `t/': Is a d