Re: Alter Table throws java.lang.NullPointerException

2019-07-25 Thread Alexander Batyrshin
HBase - 1.4.8 Phoenix - 4.14.1 Looks like there is very similar issue in jira - https://issues.apache.org/jira/browse/PHOENIX-5210 > On 24 Jul 2019, at 16:46, Josh Elser wrote: > > Please start by sharing the version of Phoenix that you're

Re: Alter Table throws java.lang.NullPointerException

2019-07-24 Thread Josh Elser
Please start by sharing the version of Phoenix that you're using. Did you search Jira to see if there was someone else who also reported this issue? On 7/23/19 4:24 PM, Alexander Batyrshin wrote: Hello all, Got this: alter table TEST_TABLE SET APPEND_ONLY_SCHEMA=true;

Alter Table throws java.lang.NullPointerException

2019-07-23 Thread Alexander Batyrshin
Hello all, Got this: alter table TEST_TABLE SET APPEND_ONLY_SCHEMA=true; java.lang.NullPointerException at org.apache.phoenix.schema.MetaDataClient.addColumn(MetaDataClient.java:3240) at org.apache.phoenix.schema.MetaDataClient.addColumn(MetaDataClient.java:3221) at