0

I am new to Phoenix. Is there any way to load tables to Phoenix from hadoop filesystem ?

zebb
  • 3
  • 2

2 Answers2

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...

  • 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