[jira] [Created] (MAPREDUCE-4314) Synchronization in JvmManager for 0.22 branch

2012-06-05 Thread Konstantin Shvachko (JIRA)
Konstantin Shvachko created MAPREDUCE-4314:
--

 Summary: Synchronization in JvmManager for 0.22 branch
 Key: MAPREDUCE-4314
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4314
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: tasktracker
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Benoy Antony


Changes to JvmManager due to MR-2178 for branch 0.22.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (MAPREDUCE-4314) Synchronization in JvmManager for 0.22 branch

2012-06-05 Thread Konstantin Shvachko (JIRA)

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

Konstantin Shvachko resolved MAPREDUCE-4314.


   Resolution: Fixed
Fix Version/s: 0.22.1
 Hadoop Flags: Reviewed

I just committed this to branch 0.22.1. Thank you Benoy.

 Synchronization in JvmManager for 0.22 branch
 -

 Key: MAPREDUCE-4314
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4314
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: tasktracker
Affects Versions: 0.22.0
Reporter: Konstantin Shvachko
Assignee: Benoy Antony
 Fix For: 0.22.1

 Attachments: mr-2224-0.22.patch


 Changes to JvmManager due to MR-2178 for branch 0.22.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (MAPREDUCE-4246) Failure in deleting user directories in Secure hadoop

2012-06-05 Thread Konstantin Shvachko (JIRA)

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

Konstantin Shvachko resolved MAPREDUCE-4246.


  Resolution: Fixed
Target Version/s: 0.22.1
Hadoop Flags: Reviewed

+1
I just committed this to branch 0.22.1. Thank you Benoy.

 Failure in deleting user directories in Secure hadoop
 -

 Key: MAPREDUCE-4246
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4246
 Project: Hadoop Map/Reduce
  Issue Type: Task
  Components: security
Affects Versions: 0.22.0
Reporter: Benoy Antony
Assignee: Benoy Antony
 Fix For: 0.22.1

 Attachments: cleanup-user-dir.patch


 This happens when security is enabled on 22
 When TaskTracker starts p, it invokes MRAsyncDiskService moves the contents 
 of scratch/tasktracker to toBeDeleted under a directory created with the 
 current timestamp.
 The owner of this directory is hadoop (owner of tasktracker)
 The contents of this directory are various usernames and they are owned by 
 individual users. But MRAsyncDiskService tries to delete the newly created 
 directory as hadoop and it fails.
 2012-05-01 16:04:58,805 DEBUG org.apache.hadoop.mapred.LinuxTaskController: 
 deleteAsUser: 
 [/apache/hadoop-assemble-argon-0.228/hadoop-0.22-argon-0.105/bin/../bin/task-controller,
  hadoop, 3, /hadoop00/scratch/toBeDeleted/2012-04-17_16-22-03.965_0]
 2012-05-01 16:04:58,809 WARN 
 org.apache.hadoop.mapreduce.util.MRAsyncDiskService: Failure in deletion of 
 toBeDeleted/2012-04-17_16-22-03.965_0 on /hadoop00/scratch with original name 
 /hadoop00/scratch/toBeDeleted/2012-04-17_16-22-03.965_0 with exception 
 org.apache.hadoop.util.Shell$ExitCodeException:
 at org.apache.hadoop.util.Shell.runCommand(Shell.java:256)
 at org.apache.hadoop.util.Shell.run(Shell.java:183)
 at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:376)
 at 
 org.apache.hadoop.mapred.LinuxTaskController.deleteAsUser(LinuxTaskController.java:273)
 at 
 org.apache.hadoop.mapreduce.util.MRAsyncDiskService$DeleteTask.run(MRAsyncDiskService.java:237)
 at 
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:662)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (MAPREDUCE-4247) TestTaskTrackerLocalization fails

2012-06-05 Thread Konstantin Shvachko (JIRA)

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

Konstantin Shvachko resolved MAPREDUCE-4247.


  Resolution: Fixed
Target Version/s: 0.22.1
Hadoop Flags: Reviewed

+1
I just committed this to branch 0.22.1. Thank you Benoy.

 TestTaskTrackerLocalization fails 
 --

 Key: MAPREDUCE-4247
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4247
 Project: Hadoop Map/Reduce
  Issue Type: Task
  Components: security
Affects Versions: 0.22.0
Reporter: Benoy Antony
Assignee: Benoy Antony
Priority: Minor
 Fix For: 0.22.1

 Attachments: TestTaskTrackerLocalization.patch


 There are 11 failures on TestTaskTrackerLocalization .
 org.apache.hadoop.mapred.TestTaskTrackerLocalization.testUserLocalization
 org.apache.hadoop.mapred.TestTaskTrackerLocalization.testJobLocalization
 org.apache.hadoop.mapred.TestTaskTrackerLocalization.testJobLocalizationFailsIfLogDirUnwritable
 org.apache.hadoop.mapred.TestTaskTrackerLocalization.testTaskLocalization
 org.apache.hadoop.mapred.TestTaskTrackerLocalization.testTaskFilesRemoval
 org.apache.hadoop.mapred.TestTaskTrackerLocalization.testFailedTaskFilesRemoval
 org.apache.hadoop.mapred.TestTaskTrackerLocalization.testTaskFilesRemovalWithJvmUse
 org.apache.hadoop.mapred.TestTaskTrackerLocalization.testJobFilesRemoval
 org.apache.hadoop.mapred.TestTaskTrackerLocalization.testTrackerRestart
 org.apache.hadoop.mapred.TestTaskTrackerLocalization.testTrackerReinit
 org.apache.hadoop.mapred.TestTaskTrackerLocalization.testCleanupTaskLocalization

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-4315) jobhistory.jsp throws 500 when a .txt file is found in /done

2012-06-05 Thread Alexander Alten-Lorenz (JIRA)
Alexander Alten-Lorenz created MAPREDUCE-4315:
-

 Summary: jobhistory.jsp throws 500 when a .txt file is found in 
/done
 Key: MAPREDUCE-4315
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4315
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobhistoryserver
Affects Versions: 0.20.2
Reporter: Alexander Alten-Lorenz


if a .txt file located in /done the parser throws an 500 error.
Trace:
java.lang.ArrayIndexOutOfBoundsException: 1
at 
org.apache.hadoop.mapred.jobhistory_jsp$2.compare(jobhistory_jsp.java:295)
at 
org.apache.hadoop.mapred.jobhistory_jsp$2.compare(jobhistory_jsp.java:279)
at java.util.Arrays.mergeSort(Arrays.java:1270)
at java.util.Arrays.mergeSort(Arrays.java:1282)
at java.util.Arrays.mergeSort(Arrays.java:1282)
at java.util.Arrays.mergeSort(Arrays.java:1282)
at java.util.Arrays.mergeSort(Arrays.java:1281)
at java.util.Arrays.mergeSort(Arrays.java:1281)
at java.util.Arrays.mergeSort(Arrays.java:1281)
at java.util.Arrays.mergeSort(Arrays.java:1281)
at java.util.Arrays.mergeSort(Arrays.java:1281)
at java.util.Arrays.mergeSort(Arrays.java:1282)
at java.util.Arrays.mergeSort(Arrays.java:1281)
at java.util.Arrays.sort(Arrays.java:1210)
at 
org.apache.hadoop.mapred.jobhistory_jsp._jspService(jobhistory_jsp.java:279)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1221)
at 
org.apache.hadoop.http.HttpServer$QuotingInputFilter.doFilter(HttpServer.java:864)
at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1212)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:399)
at 
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at 
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at 
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:450)
at 
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
at 
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at 
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at 
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:928)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:549)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at 
org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:410)
at 
org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)

Reproduce:

cd ../done
touch test.txt
reload jobhistory

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (MAPREDUCE-4248) TestRecoveryManager fails

2012-06-05 Thread Konstantin Shvachko (JIRA)

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

Konstantin Shvachko resolved MAPREDUCE-4248.


  Resolution: Fixed
Target Version/s: 0.22.1
Hadoop Flags: Reviewed

+1
I just committed this to branch 0.22.1. Thank you Benoy.

 TestRecoveryManager fails
 -

 Key: MAPREDUCE-4248
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4248
 Project: Hadoop Map/Reduce
  Issue Type: Task
  Components: security
Affects Versions: 0.22.0
Reporter: Benoy Antony
Assignee: Benoy Antony
Priority: Minor
 Fix For: 0.22.1

 Attachments: TestRecoveryManager.patch


 Error Message shown from jenkins
 Timeout occurred. Please note the time in the report does not reflect the 
 time until the timeout.
 Stacktrace
 junit.framework.AssertionFailedError: Timeout occurred. Please note the time 
 in the report does not reflect the time until the timeout.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (MAPREDUCE-4249) Fix failures in streaming test TestFileArgs

2012-06-05 Thread Konstantin Shvachko (JIRA)

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

Konstantin Shvachko resolved MAPREDUCE-4249.


  Resolution: Fixed
Target Version/s: 0.22.1
Hadoop Flags: Reviewed

+1
I just committed this to branch 0.22.1. Thank you Benoy.

 Fix failures in streaming test TestFileArgs
 ---

 Key: MAPREDUCE-4249
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4249
 Project: Hadoop Map/Reduce
  Issue Type: Task
  Components: security
Affects Versions: 0.22.0
Reporter: Benoy Antony
Assignee: Benoy Antony
Priority: Minor
 Fix For: 0.22.1

 Attachments: mr-4249.patch


 The streaming (contrib module) testcase - TestFileArgs fails with the 
 following error
 testcase classname=org.apache.hadoop.streaming.TestFileArgs 
 name=testCommandLine time=28.0
 failure message=expected:job.jar 
 []sidefile 
 tmp 
  but was:job.jar 
 [org 
 ]sidefile 
 tmp 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Error in pig execution when loading data from HBase

2012-06-05 Thread bajeesh rahman
Hi,



I executed Pig java program loading data from HBase in local mode in
Eclipse IDE correctly . But when executing through command mode with the
following commands its showing error.



Input :-

pigServer.registerQuery(L2 = LOAD 'hbase://HBaseTable1'  +

USING org.apache.pig.backend.hadoop.hbase.HBaseStorage( +

 ' Family1:fname  Family1:lname ' ) +

AS (fname :chararray,lname :chararray););



Commands given are(Executing in Linux):-



$ javac -cp pig.jar MyPigProgram.java

$ java -cp pig.jar:.  MyPigProgram





Error obtained :-



12/06/05 14:56:30 INFO mapReduceLayer.JobControlCompiler:
mapred.job.reduce.markreset.buffer.percent is not set, set to default 0.3

Exception in thread main java.lang.NoClassDefFoundError:
org/apache/zookeeper/ZooKeeper

at
org.apache.pig.backend.hadoop.hbase.HBaseStorage.setLocation(HBaseStorage.java:322)

at
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler.getJob(JobControlCompiler.java:369)

at
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler.compile(JobControlCompiler.java:256)

   at
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher.launchPig(MapReduceLauncher.java:147)

at
org.apache.pig.backend.hadoop.executionengine.HExecutionEngine.execute(HExecutionEngine.java:382)

at
org.apache.pig.PigServer.executeCompiledLogicalPlan(PigServer.java:1209)

at org.apache.pig.PigServer.storeEx(PigServer.java:885)

at org.apache.pig.PigServer.store(PigServer.java:827)

at org.apache.pig.PigServer.store(PigServer.java:795)

at ClusterFinder.runIdQuery(ClusterFinder.java:97)

at ClusterFinder.main(ClusterFinder.java:9)

Caused by: java.lang.ClassNotFoundException: org.apache.zookeeper.ZooKeeper

at java.net.URLClassLoader$1.run(URLClassLoader.java:202)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

... 11 more





Any Idea?




regards
bajeesh rahman


[jira] [Created] (MAPREDUCE-4316) Improve default config values for YARN

2012-06-05 Thread Arun C Murthy (JIRA)
Arun C Murthy created MAPREDUCE-4316:


 Summary: Improve default config values for YARN
 Key: MAPREDUCE-4316
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4316
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Affects Versions: 2.0.0-alpha
Reporter: Arun C Murthy


Currently some of our configs are way off e.g. min-alloc is 128M while 
max-alloc is 10240.

This leads to poor out-of-box performance as noticed by some users: 
http://s.apache.org/avd

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-4317) Job view ACL checks are too permissive

2012-06-05 Thread Harsh J (JIRA)
Harsh J created MAPREDUCE-4317:
--

 Summary: Job view ACL checks are too permissive
 Key: MAPREDUCE-4317
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4317
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv1
Affects Versions: 1.0.3
Reporter: Harsh J


The class that does view-based checks, JSPUtil.JobWithViewAccessCheck, has the 
following internal member:

{code}private boolean isViewAllowed = true;{code}

Note that its true.

Now, in the method that sets proper view-allowed rights, has:

{code}
if (user != null  job != null  jt.areACLsEnabled()) {
  final UserGroupInformation ugi =
UserGroupInformation.createRemoteUser(user);
  try {
ugi.doAs(new PrivilegedExceptionActionVoid() {
  public Void run() throws IOException, ServletException {

// checks job view permission
jt.getACLsManager().checkAccess(job, ugi,
Operation.VIEW_JOB_DETAILS);
return null;
  }
});
  } catch (AccessControlException e) {
String errMsg = User  + ugi.getShortUserName() +
 failed to view  + jobid + !brbr + e.getMessage() +
hra href=\jobtracker.jsp\Go back to JobTracker/abr;
JSPUtil.setErrorAndForward(errMsg, request, response);
myJob.setViewAccess(false);
  } catch (InterruptedException e) {
String errMsg =  Interrupted while trying to access  + jobid +
hra href=\jobtracker.jsp\Go back to JobTracker/abr;
JSPUtil.setErrorAndForward(errMsg, request, response);
myJob.setViewAccess(false);
  }
}
return myJob;
{code}

In the above snippet, you can notice that if user==null, which can happen if 
user is not http-authenticated (as its got via request.getRemoteUser()), can 
lead to the view being visible since the default is true and we didn't toggle 
the view to false for user == null case.

Ideally the default of the view job ACL must be false, or we need an else 
clause that sets the view rights to false in case of a failure to find the user 
ID.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Hadoop-Mapreduce-trunk - Build # 1101 - Still Failing

2012-06-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1101/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 13869 lines...]
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:build-classpath (build-classpath) @ 
hadoop-mapreduce ---
[INFO] Wrote classpath file 
'/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/target/classes/mrapp-generated-classpath'.
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ 
hadoop-mapreduce ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (tar) @ hadoop-mapreduce ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ 
hadoop-mapreduce ---
[INFO] Installing 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/pom.xml
 to 
/home/jenkins/.m2/repository/org/apache/hadoop/hadoop-mapreduce/3.0.0-SNAPSHOT/hadoop-mapreduce-3.0.0-SNAPSHOT.pom
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] hadoop-yarn ... SUCCESS [6.000s]
[INFO] hadoop-yarn-api ... SUCCESS [7.926s]
[INFO] hadoop-yarn-common  SUCCESS [37.276s]
[INFO] hadoop-yarn-server  SUCCESS [0.112s]
[INFO] hadoop-yarn-server-common . SUCCESS [4.941s]
[INFO] hadoop-yarn-server-nodemanager  SUCCESS [2:28.440s]
[INFO] hadoop-yarn-server-web-proxy .. SUCCESS [3.072s]
[INFO] hadoop-yarn-server-resourcemanager  SUCCESS [3:35.685s]
[INFO] hadoop-yarn-server-tests .. SUCCESS [40.432s]
[INFO] hadoop-mapreduce-client ... SUCCESS [0.063s]
[INFO] hadoop-mapreduce-client-core .. SUCCESS [46.154s]
[INFO] hadoop-yarn-applications .. SUCCESS [0.089s]
[INFO] hadoop-yarn-applications-distributedshell . SUCCESS [23.707s]
[INFO] hadoop-yarn-site .. SUCCESS [0.172s]
[INFO] hadoop-mapreduce-client-common  SUCCESS [20.773s]
[INFO] hadoop-mapreduce-client-shuffle ... SUCCESS [3.802s]
[INFO] hadoop-mapreduce-client-app ... SUCCESS [4:24.995s]
[INFO] hadoop-mapreduce-client-hs  SUCCESS [1:08.724s]
[INFO] hadoop-mapreduce-client-jobclient . SUCCESS [34:51.273s]
[INFO] Apache Hadoop MapReduce Examples .. SUCCESS [12.824s]
[INFO] hadoop-mapreduce .. SUCCESS [0.077s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 49:57.622s
[INFO] Finished at: Tue Jun 05 13:53:01 UTC 2012
[INFO] Final Memory: 86M/614M
[INFO] 
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Computing warning deltas based on reference build #1097
Archiving artifacts
ERROR: No artifacts found that match the file pattern 
trunk/hadoop-mapreduce-project/target/*.tar.gz. Configuration error?
ERROR: 'trunk/hadoop-mapreduce-project/target/*.tar.gz' doesn't match anything: 
'trunk' exists but not 'trunk/hadoop-mapreduce-project/target/*.tar.gz'
Build step 'Archive the artifacts' changed build result to FAILURE
Updating HDFS-3501
Updating HADOOP-8481
Updating MAPREDUCE-3350
Updating HDFS-3266
Updating MAPREDUCE-4301
Email was triggered for: Failure
Sending email for trigger: Failure



###
## FAILED TESTS (if any) 
##
No tests ran.

[jira] [Resolved] (MAPREDUCE-4313) TestTokenCache doesn't compile due TokenCache.getDelegationToken compilation error

2012-06-05 Thread Robert Joseph Evans (JIRA)

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

Robert Joseph Evans resolved MAPREDUCE-4313.


   Resolution: Fixed
Fix Version/s: 3.0.0
   2.0.1-alpha

I checked the small fix into branch-2, and trunk.  These are the two places 
that the other change went in that broke this.

 TestTokenCache doesn't compile due TokenCache.getDelegationToken compilation 
 error
 --

 Key: MAPREDUCE-4313
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4313
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: build, test
Reporter: Eli Collins
Assignee: Robert Joseph Evans
Priority: Blocker
 Fix For: 2.0.1-alpha, 3.0.0


 Saw this on the trunk Jenkins job:
 {noformat}
 compile-mapred-test:
 [mkdir] Created dir: 
 /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/test/mapred/classes
 [mkdir] Created dir: 
 /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/test/mapred/testjar
 [mkdir] Created dir: 
 /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/test/mapred/testshell
 [javac] Compiling 95 source files to 
 /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/build/test/mapred/classes
 [javac] 
 /home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/trunk/hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/mapreduce/security/TestTokenCache.java:292:
  incompatible types
 [javac] found   : org.apache.hadoop.security.token.Tokencapture#315 of ?
 [javac] required: 
 org.apache.hadoop.security.token.Tokenorg.apache.hadoop.hdfs.security.token.delegation.DelegationTokenIdentifier
 [javac] TokenDelegationTokenIdentifier nnt = 
 TokenCache.getDelegationToken(
 [javac]   
   ^
 [javac] Note: Some input files use or override a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] 1 error
 {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (MAPREDUCE-4318) TestRecoveryManagershould not use raw and deprecated configuration parameters.

2012-06-05 Thread Konstantin Shvachko (JIRA)
Konstantin Shvachko created MAPREDUCE-4318:
--

 Summary: TestRecoveryManagershould not use raw and deprecated 
configuration parameters.
 Key: MAPREDUCE-4318
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4318
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: test
Affects Versions: 0.22.1
Reporter: Konstantin Shvachko
Assignee: Benoy Antony


TestRecoveryManager should not use deprecated config keys, and should use 
constants for the keys where possible.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira