Re: What is the limit to the number of properties set in the configuration object

2015-06-12 Thread Sitaraman Vilayannur
Thanks Allen, what is the total size limit? Sitaraman On Fri, Jun 12, 2015 at 10:53 PM, Allen Wittenauer wrote: > > On Jun 12, 2015, at 12:37 AM, Sitaraman Vilayannur < > vrsitaramanietfli...@gmail.com> wrote: > > > Hi, > > What is the limit on the number of properties that can be set using >

Re: Protocol Buffers version

2015-06-12 Thread Alan Burlison
On 14/05/2015 18:41, Chris Nauroth wrote: As a reminder though, the community probably would want to see a strong justification for the upgrade in terms of features or performance or something else. Right now, I'm not seeing a significant benefit for us based on my reading of their release note

Wiki Access

2015-06-12 Thread Luciano Resende
Could you please grant me access to hadoop wiki : *https://wiki.apache.org/hadoop/HCFS * wiki user id : lresende -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/

Re: What is the limit to the number of properties set in the configuration object

2015-06-12 Thread Allen Wittenauer
On Jun 12, 2015, at 12:37 AM, Sitaraman Vilayannur wrote: > Hi, > What is the limit on the number of properties that can be set using > set(String s1, String s2) on the Configuration object for hadoop? > Is this limit configurable if so what is the maximum that can be set? It's a "tot

[jira] [Created] (HADOOP-12088) KMSClientProvider uses equalsIgnoreCase("application/json")

2015-06-12 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-12088: --- Summary: KMSClientProvider uses equalsIgnoreCase("application/json") Key: HADOOP-12088 URL: https://issues.apache.org/jira/browse/HADOOP-12088 Project: Hadoop C

Build failed in Jenkins: Hadoop-common-trunk-Java8 #226

2015-06-12 Thread Apache Jenkins Server
See Changes: [wang] HDFS-8573. Move creation of restartMeta file logic from BlockReceiver to ReplicaInPipeline. Contributed by Eddy Xu. [cmccabe] HDFS-8566. HDFS documentation about debug commands wrongly identifies them as

What is the limit to the number of properties set in the configuration object

2015-06-12 Thread Sitaraman Vilayannur
Hi, What is the limit on the number of properties that can be set using set(String s1, String s2) on the Configuration object for hadoop? Is this limit configurable if so what is the maximum that can be set? Thanks Sitaraman