Re: Accessing a Configuration Description

2015-05-22 Thread Lewis John Mcgibbney
ACK Chris. https://issues.apache.org/jira/browse/HADOOP-12021 Thanks. Lets see how the conversation goes over there. Lewis On Fri, May 22, 2015 at 2:24 PM, Chris Nauroth wrote: > I'm sorry to be the bearer of bad news. :-) > > It's possible there could be some push-back on the grounds of perfor

[jira] [Created] (HADOOP-12021) Augmenting Configuration to accomodate

2015-05-22 Thread Lewis John McGibbney (JIRA)
Lewis John McGibbney created HADOOP-12021: - Summary: Augmenting Configuration to accomodate Key: HADOOP-12021 URL: https://issues.apache.org/jira/browse/HADOOP-12021 Project: Hadoop Common

Question about Application Master (MiniYARNcluster)

2015-05-22 Thread Sasha Bengal
Hi, I am learning insides of Hadoop by following a map reduce job in Eclipse debugger with break points. I am using MiniYARNcluster. Most of sequence goes according to Hadoop books and lessons I have studied before. Except none of the break points are stopping in ApplicationMaster or MRAppMaster ja

Re: Accessing a Configuration Description

2015-05-22 Thread Chris Nauroth
I'm sorry to be the bearer of bad news. :-) It's possible there could be some push-back on the grounds of performance or memory footprint. It's admittedly small, but the vast majority of users wouldn't need programmatic access to descriptions. I do think it would be worthwhile for you to file a

Re: Accessing a Configuration Description

2015-05-22 Thread Lewis John Mcgibbney
Thanks for your reply Chris. The answer is exactly what I didn't want to hear :) I am using the configuration descriptions within the Nutch 2.X Web Application and they are very useful for providing additional user context for augmenting configuration via the interface. Sigh... Would this be someth

Re: Accessing a Configuration Description

2015-05-22 Thread Chris Nauroth
Hello Lewis, The contents of elements are not parsed and held in the Configuration data structure at runtime, so there isn't any way to access them programmatically. You can of course use external tools to parse the files directly and pull out the . For example, we use XSL in the project's docu

[jira] [Created] (HADOOP-12020) Support AWS S3 reduced redundancy storage class

2015-05-22 Thread Yann Landrin-Schweitzer (JIRA)
Yann Landrin-Schweitzer created HADOOP-12020: Summary: Support AWS S3 reduced redundancy storage class Key: HADOOP-12020 URL: https://issues.apache.org/jira/browse/HADOOP-12020 Project: Had

Re: 2.7.1 status

2015-05-22 Thread Vinod Kumar Vavilapalli
Been a while since 2.7.0 release. I am going to do a scan of outstanding issues this weekend and start the push. There are 7 blockers/criticals as of now: https://issues.apache.org/jira/issues/?filter=12331550 I couldn't send notes to downstream projects as I originally anticipated. But from o

Accessing a Configuration Description

2015-05-22 Thread Lewis John Mcgibbney
Hi Folks, Does anyone have a solution for accessing the value of the tag below? I cant seem to find it from within the Configuration object accessors. hadoop.tmp.dir /tmp/hadoop-${user.name} blah blah blah Thanks in advance for any help. Lewis -- *Lewis*

Maven always detects changes - Is this a Docker 'feature'?

2015-05-22 Thread Darrell Taylor
Hi, Is it normal behaviour for maven to detect changes when I run tests with no changes? e.g. $ mvn test -Dtest=TestDFSShell -nsu -o ... [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ hadoop-hdfs --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 576 source f

[jira] [Created] (HADOOP-12019) update BUILDING.txt to include python for 'mvn site' in windows

2015-05-22 Thread Vinayakumar B (JIRA)
Vinayakumar B created HADOOP-12019: -- Summary: update BUILDING.txt to include python for 'mvn site' in windows Key: HADOOP-12019 URL: https://issues.apache.org/jira/browse/HADOOP-12019 Project: Hadoo