[ https://issues.apache.org/jira/browse/HADOOP-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784670#action_12784670 ]
Todd Lipcon commented on HADOOP-6346: ------------------------------------- bq. Gone through the patch for one final time. Looks good. +1. Can ask someone to commit this, once Hudson blesses it? Only issue to worry about is that MAPREDUCE-967 really ought to go in at the same time. Otherwise, the "-file" argument in streaming will be broken until that patch is committed (it currently works by sticking files into the job jar and assuming they'll be unpacked automatically; that patch fixes it to use the config parameter added here). Unfortunately the dependency is circular - we can't commit MAPREDUCE-967 without compiling against a jar built from HADOOP-6346 :-/ > Add support for specifying unpack pattern regex to RunJar.unJar > --------------------------------------------------------------- > > Key: HADOOP-6346 > URL: https://issues.apache.org/jira/browse/HADOOP-6346 > Project: Hadoop Common > Issue Type: Task > Components: conf, util > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Fix For: 0.22.0 > > Attachments: hadoop-6346.txt, hadoop-6346.txt, hadoop-6346.txt > > > The changes in Common necessary for MAPREDUCE-967: > - Adds support for Pattern types to Configuration (plus unit test) > - Adds support to specify a Pattern to RunJar.unJar to decide which files get > unpacked -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.