AW: reference document which properties are set in which configuration file

2012-02-13 Thread Kleegrewe, Christian
-default.xml, hdfs-default,xml and mapred-default.xml files to know about the different properties. Some of the properties which might be in the code may not be mentioned in the xml files and will be defaulted. Praveen On Tue, Feb 7, 2012 at 3:30 PM, Kleegrewe, Christian christian.kleegr...@siemens.com

reference document which properties are set in which configuration file

2012-02-07 Thread Kleegrewe, Christian
Dear all, while configuring our hadoop cluster I wonder whether there exists a reference document that contains information about which configuration property has to be specified in which properties file. Especially I do not know where the mapred.task.tracker.http.address has to be set. Is it

AW: How to compile HBase code ?

2011-05-24 Thread Kleegrewe, Christian
How do you execute the client (command line) do you use the java or the hadoop command? It seems that there is an error in your classpath when running the client job. The classpath when compiling classes that implement the client is different from the classpath when your client is executed

AW: How to compile HBase code ?

2011-05-24 Thread Kleegrewe, Christian
: ExampleClient. Program will exit. But I am running the code from the same location. and ExampleClient.class file exists at that location. On Tue, May 24, 2011 at 3:07 PM, Kleegrewe, Christian christian.kleegr...@siemens.com wrote: How do you execute the client (command line) do you use