[jira] [Updated] (HBASE-15467) Remove 1.x/2.0 TableDescriptor incompatibility

2016-06-17 Thread Enis Soztutar (JIRA)

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

Enis Soztutar updated HBASE-15467:
--
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to master. 

> Remove 1.x/2.0 TableDescriptor incompatibility
> --
>
> Key: HBASE-15467
> URL: https://issues.apache.org/jira/browse/HBASE-15467
> Project: HBase
>  Issue Type: Bug
>  Components: master, regionserver
>Affects Versions: 2.0.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
> Fix For: 2.0.0
>
> Attachments: HBASE-15467-v0.patch, HBASE-15467-v1.patch, 
> hbase-15467_v2.patch
>
>
> I'm experimenting with Master on "2.0" and RSs on 1.x and the first problem 
> that I get is on createTable where the Master is trying to write the HTD as 
> TableDescriptor instead of TableSchema and the RS is not able to read it.
> Since TableDescriptor does nothing for now. I'd say we can remove it. 



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


[jira] [Updated] (HBASE-15467) Remove 1.x/2.0 TableDescriptor incompatibility

2016-06-17 Thread Enis Soztutar (JIRA)

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

Enis Soztutar updated HBASE-15467:
--
Attachment: hbase-15467_v2.patch

I bumped into this again during debugging something else, and fixed it while I 
am in that area. [~mbertozzi] hope I did not step on your toes. 

Attaching a v2 patch which removes the whole of TableDescriptor. 

> Remove 1.x/2.0 TableDescriptor incompatibility
> --
>
> Key: HBASE-15467
> URL: https://issues.apache.org/jira/browse/HBASE-15467
> Project: HBase
>  Issue Type: Bug
>  Components: master, regionserver
>Affects Versions: 2.0.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
> Fix For: 2.0.0
>
> Attachments: HBASE-15467-v0.patch, HBASE-15467-v1.patch, 
> hbase-15467_v2.patch
>
>
> I'm experimenting with Master on "2.0" and RSs on 1.x and the first problem 
> that I get is on createTable where the Master is trying to write the HTD as 
> TableDescriptor instead of TableSchema and the RS is not able to read it.
> Since TableDescriptor does nothing for now. I'd say we can remove it. 



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


[jira] [Updated] (HBASE-15467) Remove 1.x/2.0 TableDescriptor incompatibility

2016-04-11 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi updated HBASE-15467:

Attachment: HBASE-15467-v1.patch

v1 is just a rebase on HBASE-15605

> Remove 1.x/2.0 TableDescriptor incompatibility
> --
>
> Key: HBASE-15467
> URL: https://issues.apache.org/jira/browse/HBASE-15467
> Project: HBase
>  Issue Type: Bug
>  Components: master, regionserver
>Affects Versions: 2.0.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
> Fix For: 2.0.0
>
> Attachments: HBASE-15467-v0.patch, HBASE-15467-v1.patch
>
>
> I'm experimenting with Master on "2.0" and RSs on 1.x and the first problem 
> that I get is on createTable where the Master is trying to write the HTD as 
> TableDescriptor instead of TableSchema and the RS is not able to read it.
> Since TableDescriptor does nothing for now. I'd say we can remove it. 



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


[jira] [Updated] (HBASE-15467) Remove 1.x/2.0 TableDescriptor incompatibility

2016-03-15 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi updated HBASE-15467:

Status: Patch Available  (was: Open)

> Remove 1.x/2.0 TableDescriptor incompatibility
> --
>
> Key: HBASE-15467
> URL: https://issues.apache.org/jira/browse/HBASE-15467
> Project: HBase
>  Issue Type: Bug
>  Components: master, regionserver
>Affects Versions: 2.0.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
> Fix For: 2.0.0
>
> Attachments: HBASE-15467-v0.patch
>
>
> I'm experimenting with Master on "2.0" and RSs on 1.x and the first problem 
> that I get is on createTable where the Master is trying to write the HTD as 
> TableDescriptor instead of TableSchema and the RS is not able to read it.
> Since TableDescriptor does nothing for now. I'd say we can remove it. 



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


[jira] [Updated] (HBASE-15467) Remove 1.x/2.0 TableDescriptor incompatibility

2016-03-15 Thread Matteo Bertozzi (JIRA)

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

Matteo Bertozzi updated HBASE-15467:

Attachment: HBASE-15467-v0.patch

> Remove 1.x/2.0 TableDescriptor incompatibility
> --
>
> Key: HBASE-15467
> URL: https://issues.apache.org/jira/browse/HBASE-15467
> Project: HBase
>  Issue Type: Bug
>  Components: master, regionserver
>Affects Versions: 2.0.0
>Reporter: Matteo Bertozzi
>Assignee: Matteo Bertozzi
> Fix For: 2.0.0
>
> Attachments: HBASE-15467-v0.patch
>
>
> I'm experimenting with Master on "2.0" and RSs on 1.x and the first problem 
> that I get is on createTable where the Master is trying to write the HTD as 
> TableDescriptor instead of TableSchema and the RS is not able to read it.
> Since TableDescriptor does nothing for now. I'd say we can remove it. 



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