[ https://issues.apache.org/jira/browse/HBASE-9924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13826181#comment-13826181 ]
Hudson commented on HBASE-9924: ------------------------------- SUCCESS: Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #843 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/843/]) HBASE-9924 Avoid potential filename conflict in region_mover.rb (tedyu: rev 1543225) * /hbase/trunk/bin/region_mover.rb > Avoid potential filename conflict in region_mover.rb > ---------------------------------------------------- > > Key: HBASE-9924 > URL: https://issues.apache.org/jira/browse/HBASE-9924 > Project: HBase > Issue Type: Improvement > Components: shell > Affects Versions: 0.96.0, 0.94.13 > Reporter: Liang Xie > Assignee: Liang Xie > Fix For: 0.98.0, 0.96.1 > > Attachments: HBase-9924.txt > > > when i worked at a shared/common box with my colleague, found this error > while moving region: > NativeException: java.io.FileNotFoundException: /tmp/hh-hadoop-srv-st01.bj > (Permission denied) > writeFile at > /home/xieliang/infra/hbase/target/hbase-0.94.3-mdh1.0.0-SNAPSHOT/hbase-0.94.3-mdh1.0.0-SNAPSHOT/bin/region_mover.rb:283 > unloadRegions at > /home/xieliang/infra/hbase/target/hbase-0.94.3-mdh1.0.0-SNAPSHOT/hbase-0.94.3-mdh1.0.0-SNAPSHOT/bin/region_mover.rb:354 > (root) at > /home/xieliang/infra/hbase/target/hbase-0.94.3-mdh1.0.0-SNAPSHOT/hbase-0.94.3-mdh1.0.0-SNAPSHOT/bin/region_mover.rb:480 > 2013-11-07 15:08:12 Unload host hh-hadoop-srv-st01.bj failed. > The root cause is currently getFilename in region move script will get the > same output with diff users. One possible quick fix is just add the username > to the filename. -- This message was sent by Atlassian JIRA (v6.1#6144)