[jira] [Resolved] (HADOOP-8554) KerberosAuthenticator should use the configured principal

2012-07-06 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8554. - Resolution: Invalid You're right, thanks for the explanation, I didn't realize the principal con

Re: No mapred-site.xml in the hadoop-0.23.3 distribution

2012-07-06 Thread Pavan Kulkarni
Hi Robert, Can you please share what all configuration files are mandatory for the hadoop-0.23.3 to work. I am tuning a few but still not able to set it up completely.Thanks On Fri, Jul 6, 2012 at 10:24 AM, Robert Evans wrote: > Sorry I don't know of a good source for that right now. Perhaps

Re: [ANNOUNCE] Hadoop branch-1.1 and Release Plan for Hadoop-1.1.0

2012-07-06 Thread Matt Foley
Hi Cos, the query string didn't come thru on the link you sent, but the jira query I use is: project in (HADOOP,HDFS,MAPREDUCE) and (("Target Version/s" = '1.1.0' and (fixVersion != '1.1.0' or fixVersion is EMPTY)) or (fixVersion = '1.1.0' and "Target Version/s" is EMPTY)) and (status != Closed

[jira] [Resolved] (HADOOP-8523) test-patch.sh doesn't validate patches before building

2012-07-06 Thread Jonathan Eagles (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Eagles resolved HADOOP-8523. - Resolution: Fixed Fix Version/s: 3.0.0 2.0.1-alpha > test-

[CVE-2012-3376] Apache Hadoop HDFS information disclosure vulnerability

2012-07-06 Thread Aaron T. Myers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Users of Apache Hadoop should be aware of a security vulnerability recently discovered, as described by the following CVE. In particular, please note the "Users affected", "Versions affected", and "Mitigation" sections. The project team will b

Re: No mapred-site.xml in the hadoop-0.23.3 distribution

2012-07-06 Thread Robert Evans
Sorry I don't know of a good source for that right now. Perhaps others on the list might know better then I do. On 7/6/12 12:05 PM, "Pavan Kulkarni" wrote: >Bobby, > > Thanks a lot for your clarification. >Yes as you said it is just a template, but it may >be quite confusing to new users while

Re: No mapred-site.xml in the hadoop-0.23.3 distribution

2012-07-06 Thread Pavan Kulkarni
Bobby, Thanks a lot for your clarification. Yes as you said it is just a template, but it may be quite confusing to new users while configuring. I have raised the Issue , in case you might want to have a look.Thanks Also I wanted to know is th

[jira] [Created] (HADOOP-8575) No mapred-site.xml present in the configuration directory. This is very trivial but thought would be less confusing for a new user if it came packaged.

2012-07-06 Thread Pavan Kulkarni (JIRA)
Pavan Kulkarni created HADOOP-8575: -- Summary: No mapred-site.xml present in the configuration directory. This is very trivial but thought would be less confusing for a new user if it came packaged. Key: HADOOP-8575

[jira] [Created] (HADOOP-8574) Enable starting hadoop services from inside OSGi

2012-07-06 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created HADOOP-8574: --- Summary: Enable starting hadoop services from inside OSGi Key: HADOOP-8574 URL: https://issues.apache.org/jira/browse/HADOOP-8574 Project: Hadoop Common

[jira] [Created] (HADOOP-8573) Configuration tries to read from an inputstream resource multiple times.

2012-07-06 Thread Robert Joseph Evans (JIRA)
Robert Joseph Evans created HADOOP-8573: --- Summary: Configuration tries to read from an inputstream resource multiple times. Key: HADOOP-8573 URL: https://issues.apache.org/jira/browse/HADOOP-8573

Re: No mapred-site.xml in the hadoop-0.23.3 distribution

2012-07-06 Thread Robert Evans
That may be something that we missed, as I have been providing my own marped-site.xml for quite a while now. Have you tried it with branch-2 or trunk to see if they are providing it? In either case it is just going to be a template for you to fill in, but it would be nice to package that template

[jira] [Created] (HADOOP-8572) Have the ability to force the use of the login user

2012-07-06 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created HADOOP-8572: --- Summary: Have the ability to force the use of the login user Key: HADOOP-8572 URL: https://issues.apache.org/jira/browse/HADOOP-8572 Project: Hadoop Common

Re: HDFS to S3 copy issues

2012-07-06 Thread Momina Khan
hi hdfs is running on just one node and i get the same connection refused error no matter if i try with the node's private DNS or with localhost. i do have 127.0.0.1 localhost in my /etc/hosts file thanks in advance! momina On Fri, Jul 6, 2012 at 12:22 PM, feng lu wrote: > hi Momina > > m

[jira] [Created] (HADOOP-8571) Improve resource cleaning when shutting down

2012-07-06 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created HADOOP-8571: --- Summary: Improve resource cleaning when shutting down Key: HADOOP-8571 URL: https://issues.apache.org/jira/browse/HADOOP-8571 Project: Hadoop Common Is

Re: HDFS to S3 copy issues

2012-07-06 Thread feng lu
hi Momina maybe the problem is your DNS Resolution. You must have IP hostname enteries if all nodes in /etc/hosts file. like this 127.0.0.1 localhost On Fri, Jul 6, 2012 at 2:49 PM, Momina Khan wrote: hi Ivan, > > i have tried with both ports 9000 and 9001 i get the same error dump ... > > be

[jira] [Created] (HADOOP-8570) Bzip2Codec should accept .bz files too

2012-07-06 Thread Harsh J (JIRA)
Harsh J created HADOOP-8570: --- Summary: Bzip2Codec should accept .bz files too Key: HADOOP-8570 URL: https://issues.apache.org/jira/browse/HADOOP-8570 Project: Hadoop Common Issue Type: Improvement

Re: HDFS to S3 copy issues

2012-07-06 Thread Nitin Pawar
you may want to try following command instead of using hdfs try hftp hadoop -i -ppgu -log /tmp/mylog -m 20 distcp hftp://servername:port/path (hdfs://target.server:port/path | s3://id:sercret@domain) On Fri, Jul 6, 2012 at 12:19 PM, Momina Khan wrote: > hi Ivan, > > i have tried with both por