[
https://issues.apache.org/jira/browse/HBASE-19369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16282184#comment-16282184
]
Mike Drob commented on HBASE-19369:
-----------------------------------
[~awleblang] - from the error output,
{code}
[ERROR]
/testptch/hbase/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogWriter.java:[96,62]
cannot find symbol
[ERROR] symbol: method replicate()
[ERROR] location: class org.apache.hadoop.fs.FSDataOutputStream
{code}
This might be a new method that is not present in all version of HDFS that we
build against. We'll probably need to use some reflection magic to make it
work. If you've had a chance to do address Appy's other comments, then I can
help you with the remaining reflection part.
> HBase Should use Builder Pattern to Create Log Files while using WAL on
> Erasure Coding
> --------------------------------------------------------------------------------------
>
> Key: HBASE-19369
> URL: https://issues.apache.org/jira/browse/HBASE-19369
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Alex Leblang
> Assignee: Alex Leblang
> Attachments: HBASE-19369.master.001.patch
>
>
> Right now an HBase instance using the WAL won't function properly in an
> Erasure Coded environment. We should change the following line to use the
> hdfs.DistributedFileSystem builder pattern
> https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/ProtobufLogWriter.java#L92
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)