Re: How to Tag a request using optional field

2015-06-15 Thread lohit
usecase, but perhaps it's helpful. best, Colin -- Have a Nice Day! Lohit

Re: [VOTE] Release Apache Hadoop 2.4.1

2014-06-20 Thread lohit
, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You. -- Have a Nice Day! Lohit

[jira] [Created] (HDFS-6248) SNN crash during replay of FSEditLog of files inside directories having QuotaExceeded directories

2014-04-15 Thread Lohit Vijayarenu (JIRA)
Lohit Vijayarenu created HDFS-6248: -- Summary: SNN crash during replay of FSEditLog of files inside directories having QuotaExceeded directories Key: HDFS-6248 URL: https://issues.apache.org/jira/browse/HDFS

Re: [VOTE] Release Apache Hadoop 2.3.0

2014-02-12 Thread lohit
or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You. -- Have a Nice Day! Lohit

ViewFileSystem default ugi on mount point

2014-01-13 Thread lohit
as 'lohit' For example this check is coming from ViewFileSystem.java. public FileStatus getFileStatus(Path f) throws IOException { checkPathIsSlash(f); return new FileStatus(0, true, 0, 0, creationTime, creationTime, PERMISSION_RRR, ugi.getUserName(), ugi.getGroupNames()[0

Re: Deprecate hftp / hsftp

2013-11-26 Thread lohit
the sender immediately and delete it from your system. Thank You. -- Have a Nice Day! Lohit

HDFS read/write data throttling

2013-11-11 Thread lohit
also be throttled. We wanted to know if anyone has had such requirement on their clusters in the past and what was the thinking around it. Appreciate your inputs/comments -- Have a Nice Day! Lohit

Re: HDFS read/write data throttling

2013-11-11 Thread lohit
unexpected impacts on workload. Be careful and be mindful of your Datanode memory and network capacity. On Mon, Nov 11, 2013 at 1:59 PM, lohit lohit.vijayar...@gmail.com wrote: Hello Devs, Wanted to reach out and see if anyone has thought about ability to throttle data transfer within

[jira] [Created] (HDFS-5499) Provide way to throttle per FileSystem read/write bandwidth

2013-11-11 Thread Lohit Vijayarenu (JIRA)
Lohit Vijayarenu created HDFS-5499: -- Summary: Provide way to throttle per FileSystem read/write bandwidth Key: HDFS-5499 URL: https://issues.apache.org/jira/browse/HDFS-5499 Project: Hadoop HDFS

Re: HDFS read/write data throttling

2013-11-11 Thread lohit
2013/11/11 Andrew Wang andrew.w...@cloudera.com Hey Lohit, This is an interesting topic, and something I actually worked on in grad school before coming to Cloudera. It'd help if you could outline some of your usecases and how per-FileSystem throttling would help. For what I was doing

[jira] [Created] (HDFS-5175) Provide clients a way to set IP header bits on connections

2013-09-09 Thread Lohit Vijayarenu (JIRA)
Lohit Vijayarenu created HDFS-5175: -- Summary: Provide clients a way to set IP header bits on connections Key: HDFS-5175 URL: https://issues.apache.org/jira/browse/HDFS-5175 Project: Hadoop HDFS

ViewFS rename within namespace

2013-06-11 Thread lohit
this? Any specific reason why this is disabled as of today? -- Have a Nice Day! Lohit

Re: [VOTE] Release hadoop-2.0.3-alpha

2013-02-08 Thread lohit
. http://hortonworks.com/ -- Have a Nice Day! Lohit

Re: Running Application (YARN) on top of federated NameNode

2012-10-29 Thread lohit
Thanks Todd 2012/10/29 Todd Lipcon t...@cloudera.com Hi Lohit, There are basically three main options here: 1) Symlinks. As you suggested, you could have one of the namespaces have top-levels cross-filesystem symlinks to the other explicit namespaces in your cluster. The downside