Hi All,

I'm currently trying to load CSV files in Phoenix table using CSVBulkLoad tool using phoenix-4.7.0-HBase-1.1-client.jar in Hortonworks.
I have a phoenix table and 6 indexes were created on this table. According to CSV Bulk Load documentation - https://phoenix.apache.org/bulk_dataload.html, it should run 7 MR jobs and load data into main table and 6 index tables.
But I'm seeing that when I use the above 4.7 jar, it is running only 1 MR job and loading data into only main data table and first index table. 
When I use 4.5.2 jar, it runs 7 MR jobs as documented and loads the data in all tables.

So is this the issue with phoenix-4.7.0-HBase-1.1-client.jar jar? Any work around if I want to use 4.7 jar?

Thanks,
Vikash Talanki

Reply via email to