Re: Regd: Setting Eclipse project with truck code

2011-07-06 Thread Prashant
Hi all, Even I am getting similar problem with ant building hadoop trunk code. invalid sha1 for a few dependencies. Please see the dump : http://pastebin.com/HXsnkaW6 Thanks, prashant On 07/06/2011 11:08 AM, Venkata siva kamesh Bhallamudi wrote: Hi All, I have been trying to setup eclipse

Re: Artifact missing - org.apache.hadoop:hadoop-project:pom:0.24.0-SNAPSHOT

2011-10-02 Thread Prashant
On 10/03/2011 06:39 AM, Tim Broberg wrote: I am trying to build hadoop so I can understand it and perhaps make some moderate contributions. Following the instructions here, http://wiki.apache.org/hadoop/HowToContribute, I am running the following commands: svn checkout http://svn.apache.o

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: 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 >

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: 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-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: 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: [ANNOUNCE] Apache Hadoop Ozone 1.1.0 release

2021-04-26 Thread Prashant Pogde
Yes, the link is broken. I made the checkins as suggested by Marton/Attila to include the docs in the ozone-site. Something is broken in infra. Regards, Prashant > On Apr 26, 2021, at 10:53 AM, Bharat Viswanadham > wrote: > > Hi, > https://ozone.apache.org/docs/1.1.0 l

[jira] [Created] (HADOOP-15211) Distcp update not preserving root directory permissions

2018-02-05 Thread PRASHANT GOLASH (JIRA)
PRASHANT GOLASH created HADOOP-15211: Summary: Distcp update not preserving root directory permissions Key: HADOOP-15211 URL: https://issues.apache.org/jira/browse/HADOOP-15211 Project: Hadoop

[jira] [Resolved] (HADOOP-15211) Distcp update not preserving root directory permissions

2018-06-10 Thread Prashant Golash (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-15211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prashant Golash resolved HADOOP-15211. -- Resolution: Won't Fix > Distcp update not preserving root directory per

[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

[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-7990) TFile to allow Snappy compression

2012-01-24 Thread Prashant Kommireddi (Created) (JIRA)
TFile to allow Snappy compression - Key: HADOOP-7990 URL: https://issues.apache.org/jira/browse/HADOOP-7990 Project: Hadoop Common Issue Type: Improvement Reporter: Prashant Kommireddi TFile