[jira] [Updated] (HBASE-8846) Revert the package name change for TableExistsException

2013-07-30 Thread Devaraj Das (JIRA)

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

Devaraj Das updated HBASE-8846:
---

Resolution: Fixed
Status: Resolved  (was: Patch Available)

No complaints from hadoopqa on a build that happened after the commit. 
Resolving.

 Revert the package name change for TableExistsException
 ---

 Key: HBASE-8846
 URL: https://issues.apache.org/jira/browse/HBASE-8846
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.95.0
Reporter: Devaraj Das
Assignee: Devaraj Das
 Fix For: 0.95.2

 Attachments: 8846-1.txt, 8846-2.txt, 8846-3.txt


 I was going through the code changes that were needed for getting an 
 application that was running with hbase-0.92 run with hbase-0.95.
 TableExistsException's package has changed - hence, needs a code change in 
 the application. Offline discussion with some folks led us to believe that 
 this change can probably be reverted back.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-8846) Revert the package name change for TableExistsException

2013-07-29 Thread Devaraj Das (JIRA)

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

Devaraj Das updated HBASE-8846:
---

Attachment: 8846-3.txt

Fixes tests..

 Revert the package name change for TableExistsException
 ---

 Key: HBASE-8846
 URL: https://issues.apache.org/jira/browse/HBASE-8846
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.95.0
Reporter: Devaraj Das
Assignee: Devaraj Das
 Fix For: 0.95.2

 Attachments: 8846-1.txt, 8846-2.txt, 8846-3.txt


 I was going through the code changes that were needed for getting an 
 application that was running with hbase-0.92 run with hbase-0.95.
 TableExistsException's package has changed - hence, needs a code change in 
 the application. Offline discussion with some folks led us to believe that 
 this change can probably be reverted back.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-8846) Revert the package name change for TableExistsException

2013-07-28 Thread Devaraj Das (JIRA)

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

Devaraj Das updated HBASE-8846:
---

Attachment: 8846-1.txt

Here you go [~stack]. This is untested but compiles. I'll let hadoopqa look at 
it now.

 Revert the package name change for TableExistsException
 ---

 Key: HBASE-8846
 URL: https://issues.apache.org/jira/browse/HBASE-8846
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.95.0
Reporter: Devaraj Das
 Fix For: 0.95.2

 Attachments: 8846-1.txt


 I was going through the code changes that were needed for getting an 
 application that was running with hbase-0.92 run with hbase-0.95.
 TableExistsException's package has changed - hence, needs a code change in 
 the application. Offline discussion with some folks led us to believe that 
 this change can probably be reverted back.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-8846) Revert the package name change for TableExistsException

2013-07-28 Thread Devaraj Das (JIRA)

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

Devaraj Das updated HBASE-8846:
---

Assignee: Devaraj Das
  Status: Patch Available  (was: Open)

 Revert the package name change for TableExistsException
 ---

 Key: HBASE-8846
 URL: https://issues.apache.org/jira/browse/HBASE-8846
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.95.0
Reporter: Devaraj Das
Assignee: Devaraj Das
 Fix For: 0.95.2

 Attachments: 8846-1.txt


 I was going through the code changes that were needed for getting an 
 application that was running with hbase-0.92 run with hbase-0.95.
 TableExistsException's package has changed - hence, needs a code change in 
 the application. Offline discussion with some folks led us to believe that 
 this change can probably be reverted back.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HBASE-8846) Revert the package name change for TableExistsException

2013-07-28 Thread Devaraj Das (JIRA)

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

Devaraj Das updated HBASE-8846:
---

Attachment: 8846-2.txt

Thanks for pointing out the compilation issue, Ted. Attached is the right patch 
(had forgotten to 'git add' a directory before generating the patch earlier).

 Revert the package name change for TableExistsException
 ---

 Key: HBASE-8846
 URL: https://issues.apache.org/jira/browse/HBASE-8846
 Project: HBase
  Issue Type: Bug
Affects Versions: 0.95.0
Reporter: Devaraj Das
Assignee: Devaraj Das
 Fix For: 0.95.2

 Attachments: 8846-1.txt, 8846-2.txt


 I was going through the code changes that were needed for getting an 
 application that was running with hbase-0.92 run with hbase-0.95.
 TableExistsException's package has changed - hence, needs a code change in 
 the application. Offline discussion with some folks led us to believe that 
 this change can probably be reverted back.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira