[jira] [Created] (MAPREDUCE-5902) JobHistoryServer needs more debug logs.

2014-05-22 Thread jay vyas (JIRA)
jay vyas created MAPREDUCE-5902: --- Summary: JobHistoryServer needs more debug logs. Key: MAPREDUCE-5902 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5902 Project: Hadoop Map/Reduce

[jira] [Created] (MAPREDUCE-5894) Make critical YARN properties first class citizens in the build.

2014-05-17 Thread jay vyas (JIRA)
jay vyas created MAPREDUCE-5894: --- Summary: Make critical YARN properties first class citizens in the build. Key: MAPREDUCE-5894 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5894 Project: Hadoop

mapreduce.framework.name <-- Where is the yarn service embedded?

2014-04-11 Thread Jay Vyas
ulate this information get packaged into hadoop jars, ? Is there a generic way in the hadoop build that the JDK Service API is implemented ? Thanks. -- Jay Vyas http://jayunit100.blogspot.com

Re: Regarding Git

2013-12-18 Thread Jay Vyas
Use "git branch --all" To see what branches are there.

Re: Hadoop Test libraries: Where did they go ?

2013-11-25 Thread Jay Vyas
ides/mini/guide-attached-tests.html > > > >> On 21 November 2013 23:28, Jay Vyas wrote: >> >> It appears to me that >> >> http://mvnrepository.com/artifact/org.apache.hadoop/hadoop-test >> >> Is no longer updated >> >> Where does ha

[jira] [Created] (MAPREDUCE-5572) Provide alternative logic for getPos() implementation in custom RecordReader

2013-10-07 Thread jay vyas (JIRA)
jay vyas created MAPREDUCE-5572: --- Summary: Provide alternative logic for getPos() implementation in custom RecordReader Key: MAPREDUCE-5572 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5572

[jira] [Created] (MAPREDUCE-5511) Multifilewc and the mapred.* API: Is the use of getPos() valid?

2013-09-16 Thread jay vyas (JIRA)
jay vyas created MAPREDUCE-5511: --- Summary: Multifilewc and the mapred.* API: Is the use of getPos() valid? Key: MAPREDUCE-5511 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5511 Project: Hadoop

Re: Proxying FileSystem.get()

2013-08-16 Thread Jay Vyas
but a new FileSystem impl > wrapping/composing the underlying file system should work. No? > > Thanks, > +Vinod > > On Aug 16, 2013, at 11:08 AM, Jay Vyas wrote: > > > Hi mapred: > > > > I'd like to proxy calls made to the FileSystem's created during mapr

Proxying FileSystem.get()

2013-08-16 Thread Jay Vyas
d ,. http://stackoverflow.com/questions/18279397/using-aspects-to-inject- invocationhandlers-without-proxy-class -- Jay Vyas http://jayunit100.blogspot.com

ConfigKeys wrappers for MapReduce source code base

2013-04-21 Thread Jay Vyas
tic class which stores defaults and configuration parameter names. Just curious wether there is any goal to take the Mapred configuration values and unify their namespace in mapred/common in the same way that seems to have been done in hdfs using the DFSConfigKeys class. -- Jay Vyas http://jayunit100.blogspot.com

[jira] [Created] (MAPREDUCE-5165) Create MiniMRCluster version which uses the mapreduce package.

2013-04-18 Thread jay vyas (JIRA)
jay vyas created MAPREDUCE-5165: --- Summary: Create MiniMRCluster version which uses the mapreduce package. Key: MAPREDUCE-5165 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5165 Project: Hadoop

Re: JobConf and MiniMapRedCluster

2013-04-17 Thread Jay Vyas
all for it. > > The Tool+Configured extensions are good for ToolRunner.run(…) invoked > classes, which I guess is also a good way to write a base test > invoking class, but you'd have to end up changing a lot of test > classes for this. > > On Thu, Apr 18, 2013 at 10:2

Re: JobConf and MiniMapRedCluster

2013-04-17 Thread Jay Vyas
ld file a JIRA? > > No plans as far as I'm aware; please do file a JIRA with a patch if > this makes sense to improve. Also do check out trunk first. > > On Wed, Apr 17, 2013 at 11:36 PM, Jay Vyas wrote: >> Hi guys: >> >> the MiniMapRedCluster seems like a

JobConf and MiniMapRedCluster

2013-04-17 Thread Jay Vyas
/hadoop/mapred/ClusterMapReduceTestCase.java?view=co is still using JobConf instead of the Configured/Tool interface. Any plans to update this or should file a JIRA? -- Jay Vyas http://jayunit100.blogspot.com

Mapreduce migration to mvn ?

2013-04-09 Thread Jay Vyas
Hi guys : Seems like it would be simpler if the existing mapreduce repo had a pom.xml for building, rather than build.xml. Could there be a JIRA made to this effect? -- Jay Vyas http://jayunit100.blogspot.com