Jenkins build is back to normal : Hadoop-Common-trunk #165

2011-09-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/165/




[jira] [Created] (HADOOP-7622) Packaging libraries into generated JAR causes Class

2011-09-11 Thread Arsen Zahray (JIRA)
Packaging libraries into generated JAR causes Class
---

 Key: HADOOP-7622
 URL: https://issues.apache.org/jira/browse/HADOOP-7622
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Arsen Zahray
Priority: Minor




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (HADOOP-7119) add Kerberos HTTP SPNEGO authentication support to Hadoop JT/NN/DN/TT web-consoles

2011-09-11 Thread Sanjay Radia (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-7119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sanjay Radia resolved HADOOP-7119.
--

Resolution: Fixed

committed to branch-0.20-security to go into 20.205

 add Kerberos HTTP SPNEGO authentication support to Hadoop JT/NN/DN/TT 
 web-consoles
 --

 Key: HADOOP-7119
 URL: https://issues.apache.org/jira/browse/HADOOP-7119
 Project: Hadoop Common
  Issue Type: New Feature
  Components: security
Affects Versions: 0.23.0
 Environment: all
Reporter: Alejandro Abdelnur
Assignee: Alejandro Abdelnur
 Fix For: 0.20.205.0, 0.23.0

 Attachments: HADOOP-7119v3.patch, HADOOP-7119v4-amendment.patch, 
 HADOOP-7119v4.patch, HADOOP-7119v5.patch, HADOOP-7119v6.patch, 
 ha-common-01.patch, ha-common-02.patch, ha-commons.patch, 
 spnego-20-security.patch, spnego-20-security2.patch, 
 spnego-20-security3.patch, spnego-20-security4.patch


 Currently the JT/NN/DN/TT web-consoles don't support any form of 
 authentication.
 Hadoop RPC API already supports Kerberos authentication.
 Kerberos enables single sign-on.
 Popular browsers (Firefox and Internet Explorer) have support for Kerberos 
 HTTP SPNEGO.
 Adding support for Kerberos HTTP SPNEGO to Hadoop web consoles would provide 
 a unified authentication mechanism and single sign-on for Hadoop web UI and 
 Hadoop RPC.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: JIRA attachments order

2011-09-11 Thread Doug Cutting
On 09/10/2011 01:32 AM, Vinod Kumar Vavilapalli wrote:
 Regarding patch names, I too agree with Allen that extension should be .txt.
 I do run into patches every now and then which aren't interpreted as text
 files, so there are people out there using browsers that don't properly set
 the content-type.

I have seen .txt attachments that were not uploaded as text.  A better
thing might be to ask folks to check the mime type they've uploaded, as
displayed in Jira, to make sure it's text.  What I do to remove
variability is not click on the patch directly, but always use
right-click and choose Save Link As (or your browser's equivalent).

Doug


dead link in docs

2011-09-11 Thread Chi Chan
Before really installing the Sun Grid Engine (now: Open Grid Scheduler
- http://gridscheduler.sourceforge.net after the Oracle acquisition) 
hadoop integration, I was reading the documentation:

http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/mapred/pipes/package-summary.html

Looks like the wordcount-simple.cc link (at the bottom of the page) is
dead. I believe the correct link is:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce-project/src/examples/pipes/impl/wordcount-simple.cc?view=co

--Chi