Details
Description
Just like the Configuration class carries a main() method in it, that simply loads itself and writes XML out to System.out, HBaseConfiguration can use the same kinda method.
That way we can do "hbase org.apache.hadoop.….HBaseConfiguration" to get an Xml dump of things HBaseConfiguration has properly loaded. Nifty in checking app classpaths sometimes.
Attachments
Attachments
Issue Links
- is a clone of
-
MAPREDUCE-4414 Add main methods to JobConf and YarnConfiguration, for debug purposes
- Resolved
-
HDFS-3621 Add a main method to HdfsConfiguration, for debug purposes
- Resolved