[jira] [Updated] (HBASE-15301) Remove the never-thrown NamingException from TableInputFormatBase#reverseDNS method signature

2016-02-23 Thread Yu Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-15301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yu Li updated HBASE-15301:
--
Attachment: HBASE-15301.branch-1.patch

Thanks [~stack] for review and commit. Here's the patch for branch-1, should 
also apply for branch-1.1

> Remove the never-thrown NamingException from TableInputFormatBase#reverseDNS 
> method signature
> -
>
> Key: HBASE-15301
> URL: https://issues.apache.org/jira/browse/HBASE-15301
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 2.0.0, 1.2.0, 1.1.3
>Reporter: Yu Li
>Assignee: Yu Li
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-15301.branch-1.patch, HBASE-15301.patch
>
>
> When fixing HBASE-15185, I found that after HBASE-12115 NamingException is 
> handled inside {{TableInputFormatBase#reverseDNS}}, and we should remove it 
> from the throws declaration



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


[jira] [Updated] (HBASE-15301) Remove the never-thrown NamingException from TableInputFormatBase#reverseDNS method signature

2016-02-22 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-15301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-15301:
--
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.0.0
   Status: Resolved  (was: Patch Available)

Applied to master. Doesn't apply clean on branch-1. Thanks [~carp84] for the 
patch.

> Remove the never-thrown NamingException from TableInputFormatBase#reverseDNS 
> method signature
> -
>
> Key: HBASE-15301
> URL: https://issues.apache.org/jira/browse/HBASE-15301
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 2.0.0, 1.2.0, 1.1.3
>Reporter: Yu Li
>Assignee: Yu Li
>Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-15301.patch
>
>
> When fixing HBASE-15185, I found that after HBASE-12115 NamingException is 
> handled inside {{TableInputFormatBase#reverseDNS}}, and we should remove it 
> from the throws declaration



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


[jira] [Updated] (HBASE-15301) Remove the never-thrown NamingException from TableInputFormatBase#reverseDNS method signature

2016-02-22 Thread Yu Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-15301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yu Li updated HBASE-15301:
--
Affects Version/s: 2.0.0
   1.2.0
   1.1.3

> Remove the never-thrown NamingException from TableInputFormatBase#reverseDNS 
> method signature
> -
>
> Key: HBASE-15301
> URL: https://issues.apache.org/jira/browse/HBASE-15301
> Project: HBase
>  Issue Type: Improvement
>Affects Versions: 2.0.0, 1.2.0, 1.1.3
>Reporter: Yu Li
>Assignee: Yu Li
>Priority: Minor
> Attachments: HBASE-15301.patch
>
>
> When fixing HBASE-15185, I found that after HBASE-12115 NamingException is 
> handled inside {{TableInputFormatBase#reverseDNS}}, and we should remove it 
> from the throws declaration



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


[jira] [Updated] (HBASE-15301) Remove the never-thrown NamingException from TableInputFormatBase#reverseDNS method signature

2016-02-21 Thread Yu Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-15301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yu Li updated HBASE-15301:
--
Status: Patch Available  (was: Open)

Submit patch for HadoopQA

> Remove the never-thrown NamingException from TableInputFormatBase#reverseDNS 
> method signature
> -
>
> Key: HBASE-15301
> URL: https://issues.apache.org/jira/browse/HBASE-15301
> Project: HBase
>  Issue Type: Improvement
>Reporter: Yu Li
>Assignee: Yu Li
>Priority: Minor
> Attachments: HBASE-15301.patch
>
>
> When fixing HBASE-15185, I found that after HBASE-12115 NamingException is 
> handled inside {{TableInputFormatBase#reverseDNS}}, and we should remove it 
> from the throws declaration



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


[jira] [Updated] (HBASE-15301) Remove the never-thrown NamingException from TableInputFormatBase#reverseDNS method signature

2016-02-21 Thread Yu Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-15301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yu Li updated HBASE-15301:
--
Attachment: HBASE-15301.patch

A straight-forward patch

> Remove the never-thrown NamingException from TableInputFormatBase#reverseDNS 
> method signature
> -
>
> Key: HBASE-15301
> URL: https://issues.apache.org/jira/browse/HBASE-15301
> Project: HBase
>  Issue Type: Improvement
>Reporter: Yu Li
>Assignee: Yu Li
>Priority: Minor
> Attachments: HBASE-15301.patch
>
>
> When fixing HBASE-15185, I found that after HBASE-12115 NamingException is 
> handled inside {{TableInputFormatBase#reverseDNS}}, and we should remove it 
> from the throws declaration



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


[jira] [Updated] (HBASE-15301) Remove the never-thrown NamingException from TableInputFormatBase#reverseDNS method signature

2016-02-21 Thread Yu Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-15301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yu Li updated HBASE-15301:
--
  Priority: Minor  (was: Major)
Issue Type: Improvement  (was: Bug)

> Remove the never-thrown NamingException from TableInputFormatBase#reverseDNS 
> method signature
> -
>
> Key: HBASE-15301
> URL: https://issues.apache.org/jira/browse/HBASE-15301
> Project: HBase
>  Issue Type: Improvement
>Reporter: Yu Li
>Assignee: Yu Li
>Priority: Minor
> Attachments: HBASE-15301.patch
>
>
> When fixing HBASE-15185, I found that after HBASE-12115 NamingException is 
> handled inside {{TableInputFormatBase#reverseDNS}}, and we should remove it 
> from the throws declaration



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