Member since
02-08-2018
7
Posts
2
Kudos Received
0
Solutions
04-24-2018
12:37 PM
Hi Saurabh, Yes. I can see the table in Hbase UI. Moreover, the description is as follows. Lastly, i used the below command to change it. Description: 'Tab_Details', {TABLE_ATTRIBUTES => {coprocessor$1 => '|org.apache.phoenix.coprocessor.ScanRegionObserver|805306366|', coprocessor$2 => '|org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver|805306366|', coprocessor$3 => '|org.apache.phoenix.coprocessor.GroupedAggregateRegionObserver|805306366|', coprocessor$4 => '|org.apache.phoenix.coprocessor.ServerCachingEndpointImpl|805306366|', coprocessor$5 => '|org.apache.phoenix.hbase.index.Indexer|805306366|org.apache.hadoop.hbase.index.codec.class=org.apache.phoenix.index.PhoenixIndexCodec,index.builder=org.apache.phoenix.index.PhoenixIndexBuilder'}, {NAME => '0', DATA_BLOCK_ENCODING => 'FAST_DIFF', TTL => '86400 SECONDS (1 DAY)'} Command: alter
‘tableName′, NAME => ‘cfname′, TTL => 20
... View more
04-24-2018
09:19 AM
Hi, I've an issue where an HBase table isn't accessible after changing TTL. A scan and select shows 0 rows in the table, however i can still see the table size (in apps/hbase/*). Any insight will be certainly appreciated. Thank you,
... View more
Labels:
- Labels:
-
Apache HBase
02-08-2018
02:23 PM
1 Kudo
Thank you, @Shu !
... View more
02-08-2018
01:27 PM
1 Kudo
Hi, I've two tables in Hive which I want to merge/ union.
Table A has an additional column p. Table B doesn't have the column p. How can i merge both tables?
... View more
Labels:
- Labels:
-
Apache Hive