[jira] [Resolved] (HADOOP-17069) The default password(none) in JavaKeyStoreProvider, is no-longer useful.

2020-06-09 Thread Prashant Sharma (Jira)
[ https://issues.apache.org/jira/browse/HADOOP-17069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prashant Sharma resolved HADOOP-17069. -- Resolution: Invalid Resolving as invalid, as I realised that keystore has to be

[jira] [Created] (HADOOP-17069) The default password(none) in JavaKeyStoreProvider, is less useful.

2020-06-08 Thread Prashant Sharma (Jira)
Prashant Sharma created HADOOP-17069: Summary: The default password(none) in JavaKeyStoreProvider, is less useful. Key: HADOOP-17069 URL: https://issues.apache.org/jira/browse/HADOOP-17069

Hadoop Ctl script.

2011-12-28 Thread Prashant Sharma
Hi all, There should exist a "hadoopctl" (A typical script found with most standard opensource utils) script which provides a central way of executing scripts or doing all the tasks. Accompanied by a proper man page it would serve as a standard way of starting various daemons with complete co

Re: Hadoop - Distributed sorting

2011-11-26 Thread Prashant Sharma
Madhu, You can check out sorting code in examples. Actually you dont need to do anything for sorting. Map-reduce framework does the (merge-sort)sorting(which happens during shuffle phase before reducer even starts.) for you, all you need to do is make column you want to sort on as your key in ma

Re: building hadoop

2011-11-18 Thread Prashant Sharma
I am sorry for my last post. There is no install target in ant. you may use ant clean jar. Also you can press a tab after writing ant to see all available targets. On Fri, Nov 18, 2011 at 4:10 PM, Prashant Sharma wrote: > > Bypassing dependency resolver is not possible as such. Incase y

Re: building hadoop

2011-11-18 Thread Prashant Sharma
Thanks & Regards, > > Mohmmadanis Moulavi > > > > > From: Prashant Sharma > To: common-dev@hadoop.apache.org; mohmmadanis moulavi < > anis_moul...@yahoo.co.in> > Sent: Friday, 18 November 2011 12:34 PM > Subject: Re: building hadoop > > I think y

Re: building hadoop

2011-11-17 Thread Prashant Sharma
I think you should build it online for first time. On Fri, Nov 18, 2011 at 12:26 PM, mohmmadanis moulavi < anis_moul...@yahoo.co.in> wrote: > Friends, > > > > I have modified the source program of hadoop 0.20.2, and i want to build > it using "ant" but it's not working . > > > > I use the follo

Re: Parallel mapred jobs in Yarn

2011-11-08 Thread Prashant Sharma
Yes! , you can do the same in yarn as well. -P On Tue, Nov 8, 2011 at 3:24 AM, Bharath Ravi wrote: > Hi all, > > I have a beginner's question: > How can I configure yarn to allow multiple parallel mapreduce jobs to run? > Currently, the execution is sequential: each submitted job waits for the >