Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
3.0.0
-
None
-
None
-
None
-
3.2/4.2 Sprint
Description
I have just build a tool for build table data and index table data just like ImportTsv job.
http://hbase.apache.org/book/ops_mgt.html#importtsv
when ImportTsv work it write HFile in a CF name path.
for example A table has two cf, A and B.
the output is
...../outputpath/A
...../outputpath/B
In my job. we has a table. TableOne. and two Index IdxOne, IdxTwo.
the output will be
...../outputpath/TableOne/A
...../outputpath/TableOne/B
...../outputpath/IdxOne
...../outputpath/IdxTwo.
If anyone need it .I will build a clean tool.
Attachments
Attachments
Issue Links
- relates to
-
PHOENIX-1069 Improve CsvBulkLoadTool to build indexes when loading data.
- Closed