[
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)