From c49d15d5340d7c19121a64ee17f31f7bf30ca502 Mon Sep 17 00:00:00 2001 From: kballou Date: Tue, 14 Apr 2015 15:55:03 -0600 Subject: gohadoopxml: hadoop configuraiton extractor --- README.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.markdown (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..23563f9 --- /dev/null +++ b/README.markdown @@ -0,0 +1,13 @@ +# gohadoopxml: Simple Go Hadoop Configuration Parser # + +This simple library allows users to read and extract Hadoop configuration +properties. + +## License ## + +This code is licensed and distributed, as-is without warranty and in the hopes +it will be useful under the terms and conditions of the MIT license. Please see +the LICENSE file for more information. If the LICENSE file was not distributed +with your copy, you may also find it [on the web][1]. + +[1]: http://opensource.org/licenses/MIT -- cgit v1.2.1