[jira] [Created] (HADOOP-9429) TestConfiguration fails with IBM JAVA

2013-03-22 Thread Amir Sanjar (JIRA)
Amir Sanjar created HADOOP-9429:
---

 Summary: TestConfiguration fails with IBM JAVA 
 Key: HADOOP-9429
 URL: https://issues.apache.org/jira/browse/HADOOP-9429
 Project: Hadoop Common
  Issue Type: Bug
  Components: test
Affects Versions: 2.0.3-alpha
Reporter: Amir Sanjar


failure in assertTrue(Result has proper header, result.startsWith(
?xml version=\1.0\ encoding=\UTF-8\ 
standalone=\no\?configuration));


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


patch review request

2013-03-22 Thread Amir Sanjar

Many thanks for considering my request
https://issues.apache.org/jira/browse/HADOOP-9429

Best Regards
Amir Sanjar

System Management Architect
PowerLinux Open Source Hadoop development lead
IBM Senior Software Engineer
Phone# 512-286-8393
Fax#  512-838-8858


[jira] [Created] (HADOOP-9430) testcase TestSSLFactory failes with IBM JVM

2013-03-22 Thread Amir Sanjar (JIRA)
Amir Sanjar created HADOOP-9430:
---

 Summary: testcase TestSSLFactory failes with IBM JVM
 Key: HADOOP-9430
 URL: https://issues.apache.org/jira/browse/HADOOP-9430
 Project: Hadoop Common
  Issue Type: Bug
  Components: security
Affects Versions: 2.0.3-alpha
Reporter: Amir Sanjar




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


patch review request - hadoop-9430

2013-03-22 Thread Amir Sanjar
Many thanks for considering my request
https://issues.apache.org/jira/browse/HADOOP-9430

Best Regards
Amir Sanjar

System Management Architect
PowerLinux Open Source Hadoop development lead
IBM Senior Software Engineer
Phone# 512-286-8393
Fax#  512-838-8858


[jira] [Resolved] (HADOOP-2781) Hadoop/Groovy integration

2013-03-22 Thread Harsh J (JIRA)

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

Harsh J resolved HADOOP-2781.
-

Resolution: Won't Fix

Closing per comment below and inactive for couple years now:

bq. Grool was a dead end.

Possible alternatives (given FlumeJava's mention): Apache Crunch - 
http://crunch.apache.org and/or Cascading - http://cascading.org.

 Hadoop/Groovy integration
 -

 Key: HADOOP-2781
 URL: https://issues.apache.org/jira/browse/HADOOP-2781
 Project: Hadoop Common
  Issue Type: New Feature
 Environment: Any
Reporter: Ted Dunning
 Attachments: trunk.tgz


 This is a place-holder issue to hold initial release of the groovy 
 integration for hadoop.
 The goal is to be able to write very simple map-reduce programs in just a few 
 lines of code in a functional style.  Word count should be less than 5 lines 
 of code! 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Reopened] (HADOOP-9399) protoc maven plugin doesn't work on mvn 3.0.2

2013-03-22 Thread Roman Shaposhnik (JIRA)

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

Roman Shaposhnik reopened HADOOP-9399:
--

  Assignee: Konstantin Boudnik  (was: Todd Lipcon)

Cos, can we, please, backport it to branch-2.0.4-alpha?

 protoc maven plugin doesn't work on mvn 3.0.2
 -

 Key: HADOOP-9399
 URL: https://issues.apache.org/jira/browse/HADOOP-9399
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 3.0.0
Reporter: Todd Lipcon
Assignee: Konstantin Boudnik
Priority: Minor
 Fix For: 3.0.0, 2.0.5-beta, 2.0.4-alpha

 Attachments: hadoop-9399.txt


 On my machine with mvn 3.0.2, I get a ClassCastException trying to use the 
 maven protoc plugin. The issue seems to be that mvn 3.0.2 sees the ListFile 
 parameter, and doesn't see the generic type argument, and stuffs Strings 
 inside instead. So, we get ClassCastException trying to use the objects as 
 Files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (HADOOP-9399) protoc maven plugin doesn't work on mvn 3.0.2

2013-03-22 Thread Konstantin Boudnik (JIRA)

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

Konstantin Boudnik resolved HADOOP-9399.


  Resolution: Fixed
Release Note: Committed to 2.0.4-alpha branch

 protoc maven plugin doesn't work on mvn 3.0.2
 -

 Key: HADOOP-9399
 URL: https://issues.apache.org/jira/browse/HADOOP-9399
 Project: Hadoop Common
  Issue Type: Bug
  Components: build
Affects Versions: 3.0.0
Reporter: Todd Lipcon
Assignee: Konstantin Boudnik
Priority: Minor
 Fix For: 3.0.0, 2.0.5-beta, 2.0.4-alpha

 Attachments: hadoop-9399.txt


 On my machine with mvn 3.0.2, I get a ClassCastException trying to use the 
 maven protoc plugin. The issue seems to be that mvn 3.0.2 sees the ListFile 
 parameter, and doesn't see the generic type argument, and stuffs Strings 
 inside instead. So, we get ClassCastException trying to use the objects as 
 Files.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (HADOOP-9431) TestSecurityUtil#testLocalHostNameForNullOrWild on systems where hostname contains capital letters

2013-03-22 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-9431:
-

 Summary: TestSecurityUtil#testLocalHostNameForNullOrWild on 
systems where hostname contains capital letters
 Key: HADOOP-9431
 URL: https://issues.apache.org/jira/browse/HADOOP-9431
 Project: Hadoop Common
  Issue Type: Bug
  Components: security, test
Affects Versions: 3.0.0
Reporter: Chris Nauroth
Assignee: Chris Nauroth


{{TestSecurityUtil#testLocalHostNameForNullOrWild}} contains assertions about 
the principal returned for a null or wildcard hostname.  The logic in 
{{SecurityUtil#getServerPrincipal}} converts the local hostname to lower-case.  
The test method does not perform the same conversion though, so the test passes 
on systems with a hostname containing no upper-case letters, but it fails if 
the hostname does contain upper-case letters.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira