[
https://issues.apache.org/jira/browse/HADOOP-11587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14317776#comment-14317776
]
Haohui Mai commented on HADOOP-11587:
-------------------------------------
+1. I'll commit tomorrow.
> TestMapFile#testMainMethodMapFile creates test files in hadoop-common project
> root
> -----------------------------------------------------------------------------------
>
> Key: HADOOP-11587
> URL: https://issues.apache.org/jira/browse/HADOOP-11587
> Project: Hadoop Common
> Issue Type: Bug
> Components: test
> Reporter: Xiaoyu Yao
> Assignee: Xiaoyu Yao
> Priority: Trivial
> Attachments: HADOOP_11587.0.patch
>
>
> After running TestMapFile#testMainMethodMapFile, two files (data and index)
> and a directory remain in hadoop-common project root dir.
> hadoop-common-project$ git status
> Untracked files:
> (use "git add <file>..." to include in what will be committed)
> hadoop-common/mainMethodMapFile.mapfile/
> ...
> hadoop-common-project$ tree hadoop-common/mainMethodMapFile.mapfile/
> hadoop-common/mainMethodMapFile.mapfile/
> ├── data
> └── index
> The fix is to use "path" instead of "mainMethodMapFile.mapfile" as output
> file when calling MapFile.Main(). I will post a patch soon for it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)