You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE OUTPUT TABLE hbase_table1(
rowkey VARCHAR,
name VARCHAR,
age BIGINT,
birthday DATE
)
WITH (
column_mapping = 'name:info:name,age:info:age,birthday:info:date'
)
The text was updated successfully, but these errors were encountered:
see:
The text was updated successfully, but these errors were encountered: