GitHub user CodingCat opened a pull request: https://github.com/apache/spark/pull/101
SPARK-1128: set hadoop task properties when constructing HadoopRDD The task properties are set when constructing HadoopRDD in current implementation, this may limit the implementation based on ``` mapred.tip.id mapred.task.id mapred.task.is.map mapred.task.partition mapred.job.id ``` This patch also contains a small fix in createJobID, where the current implementation actually is not using time parameter You can merge this pull request into a Git repository by running: $ git pull https://github.com/CodingCat/spark SPARK-1128 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/101.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #101 ---- commit 8d468ff7249b3c9e65f24f18f0db89ec581a6f4f Author: CodingCat <zhunans...@gmail.com> Date: 2014-03-08T00:15:39Z set hadoop task properties while using InputFormat commit bb1eae06e55fb5ce13c48cd3b768e3061447335f Author: CodingCat <zhunans...@gmail.com> Date: 2014-03-08T00:24:28Z imports ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---