[ 
https://issues.apache.org/jira/browse/HBASE-14553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944368#comment-14944368
 ] 

Ted Yu commented on HBASE-14553:
--------------------------------

Test suite passed.
{code}
Fetching https://builds.apache.org/job/PreCommit-HBASE-Build/15878/consoleFull
Building remotely on <a href='/computer/H7' class='model-link'>H7</a> 
(Mapreduce Falcon Hadoop Pig Zookeeper Tez Hdfs) in workspace 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build
Testing patch for HBASE-14553.
Testing patch on branch 0.98.
[INFO] Apache HBase ...................................... SUCCESS [2.971s]
[INFO] Apache HBase - Checkstyle ......................... SUCCESS [0.529s]
[INFO] Apache HBase - Resource Bundle .................... SUCCESS [0.183s]
[INFO] Apache HBase - Annotations ........................ SUCCESS [1.187s]
[INFO] Apache HBase - Common ............................. SUCCESS [54.313s]
[INFO] Apache HBase - Protocol ........................... SUCCESS [7.335s]
[INFO] Apache HBase - Client ............................. SUCCESS [58.348s]
[INFO] Apache HBase - Hadoop Compatibility ............... SUCCESS [7.074s]
[INFO] Apache HBase - Hadoop Two Compatibility ........... SUCCESS [7.351s]
[INFO] Apache HBase - Prefix Tree ........................ SUCCESS [9.800s]
[INFO] Apache HBase - Server ............................. SUCCESS 
[2:10:22.335s]
[INFO] Apache HBase - Testing Util ....................... SUCCESS [1.760s]
[INFO] Apache HBase - Thrift ............................. SUCCESS [2:15.856s]
[INFO] Apache HBase - Rest ............................... SUCCESS [8:58.032s]
[INFO] Apache HBase - Shell .............................. SUCCESS [2:16.936s]
[INFO] Apache HBase - Integration Tests .................. SUCCESS [1.438s]
[INFO] Apache HBase - Examples ........................... SUCCESS [9.305s]
[INFO] Apache HBase - Assembly ........................... SUCCESS [1.310s]
Printing hanging tests
Printing Failing tests
{code}

> [0.98] Per column family DFS Replication doesn't work against hadoop-1
> ----------------------------------------------------------------------
>
>                 Key: HBASE-14553
>                 URL: https://issues.apache.org/jira/browse/HBASE-14553
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.98.14
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: 0.98.16
>
>         Attachments: 14553-0.98-v1.txt
>
>
> TestAdmin1#testHFileReplication has been failing against hadoop-1 since (at 
> least) this build:
> https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1082/testReport/org.apache.hadoop.hbase.client/TestAdmin1/testHFileReplication/
> The cause is that the following method is absent in hadoop-1 (in 
> FSUtils#create()):
> {code}
>           return (FSDataOutputStream) 
> (DistributedFileSystem.class.getDeclaredMethod("create",
>             Path.class, FsPermission.class, boolean.class, int.class, 
> short.class, long.class,
>             Progressable.class, InetSocketAddress[].class).invoke(backingFs, 
> path, perm, true,
> {code}
> The following fallback doesn't take replication parameter:
> {code}
>     return create(fs, path, perm, true);
> {code}
> leading to DFS replication being 3 for the column family which should have 
> DFS replication of 1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to