|
|
-
Re: Checking current configuration values?Philip Zeyliger 2010-10-18, 22:21
Trunk has a configuration servlet (/conf) that exposes configuration. I
think it's in CDH3b3 (Cloudera's Distribution) as well. https://issues.apache.org/jira/browse/HADOOP-6408 Cheers, -- Philip On Mon, Oct 18, 2010 at 3:17 PM, Adam Phelps <[EMAIL PROTECTED]> wrote: > Is there a means of looking up the current value of a configuration > variable, in particular one that is not explicitly set in one of the .conf > files? > > For instance if I wanted to find the value of "io.file.buffer.size" (just a > random example) how would I go about it? > > Thanks > - Adam Phelps > |