[
https://issues.apache.org/jira/browse/HBASE-13151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14637813#comment-14637813
]
Hudson commented on HBASE-13151:
--------------------------------
FAILURE: Integrated in HBase-TRUNK #6672 (See
[https://builds.apache.org/job/HBase-TRUNK/6672/])
HBASE-13151 IllegalArgumentException in compaction when table has a namespace
(Jingcheng Du) (jmhsieh: rev 8b4671c10e64f7b6fdedcbac7f6f9de3942f79ba)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/mob/mapreduce/TestMobSweeper.java
*
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/filecompactions/PartitionedMobFileCompactor.java
*
hbase-server/src/test/java/org/apache/hadoop/hbase/mob/filecompactions/TestMobFileCompactor.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/mob/mapreduce/SweepJob.java
> IllegalArgumentException in compaction when table has a namespace
> -----------------------------------------------------------------
>
> Key: HBASE-13151
> URL: https://issues.apache.org/jira/browse/HBASE-13151
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver, Scanners
> Affects Versions: hbase-11339
> Reporter: Jingcheng Du
> Assignee: Jingcheng Du
> Fix For: hbase-11339
>
> Attachments: HBASE-13151-V2.diff, HBASE-13151-V3.diff,
> HBASE-13151-V4.diff, HBASE-13151-V5.diff, HBASE-13151.diff
>
>
> In the PartitionedMobFileCompactor we have a bulk load path, currently it
> directly use table.getNameAsString as part of the path, if the table has a
> namespace, the path contains character ":" which is regarded as a illegal
> character in file path. As fixing, we need to divide the namespace and
> qualifier into directories like the way in table path.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)