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

stack commented on HBASE-2374:
------------------------------

{code}
+      LOG.warn("Method Scan#addColumn(byte[] family) is deprecated. Please use 
Scan#addFamily(byte[] family) for the same.");
{code}

.. is out of the ordinary in that we don't log anywhere when folks use 
deprecated APIs.  Convention is just marking API with '@deprecated' in javadoc.

Otherwise, patch looks good.  I can apply w/o the above warning if thats ok w/ 
you KK?



> TableInputFormat - Configurable parameter to add column families 
> -----------------------------------------------------------------
>
>                 Key: HBASE-2374
>                 URL: https://issues.apache.org/jira/browse/HBASE-2374
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: client
>    Affects Versions: 0.20.3
>            Reporter: Kay Kay
>            Priority: Minor
>             Fix For: 0.20.4, 0.21.0
>
>         Attachments: HBASE-2374.patch, HBASE-2374.patch
>
>
> Currently , TIF supports hbase.mapreduce.scan.columns to add 
> family:qualifiers as a conf parameter. 
> This adds -  hbase.mapreduce.scan.column.family , as a configurable parameter 
> to add a family to the scan of TIF. 
> Patch against trunk , but does not break backward compatibility. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to