You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Jin (JIRA)" <ji...@apache.org> on 2018/05/03 00:23:00 UTC

[jira] [Created] (HBASE-20521) TableOutputFormat.checkOutputSpecs conf checking sequence cause pig script fails

Michael Jin created HBASE-20521:
-----------------------------------

             Summary: TableOutputFormat.checkOutputSpecs conf checking sequence cause pig script fails
                 Key: HBASE-20521
                 URL: https://issues.apache.org/jira/browse/HBASE-20521
             Project: HBase
          Issue Type: Bug
          Components: mapreduce
    Affects Versions: 2.0.0
         Environment: spark 2.2.1, hbase 2.0.0
            Reporter: Michael Jin
            Assignee: Michael Jin


HBASE-20295 fix null point exception of "conf" member variable, add "context.getConfiguration()" in case when "conf" object was not been properly initialized, and put it into the first priority checking sequence, this code change affect user call "setConf" explicitly initialize "conf" object in TableOutputFormat object, proposal to change checking sequence, use "conf" object from "getConf" method first .



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)