I am new to Phoenix. Is there any way to load tables to Phoenix from hadoop filesystem ?
Asked
Active
Viewed 584 times
2 Answers
0
Yes...
Phoenix is a wrapper on hBase... So, you can create a phoenix table pointing to HDFS Data and can use it.
Please let me know if you are facing any specific issue related to that...

Darshan Shah
- 1
- 2
-
Thanks Darshan for your answer. How do I point Phoenix table to HDFS ? Is it part of the DDL statement ? – zebb Aug 18 '16 at 09:05
0
You can't do it straight away. You need to import data into HBase first. There are pre built importers (CSV format): https://phoenix.apache.org/bulk_dataload.html

C. Salperwyck
- 1
- 3