Swaroopa Kadam created PHOENIX-5415:
---------------------------------------
Summary: NPE in getting conf from addHbaseResources in
IndexUpgradeTool
Key: PHOENIX-5415
URL: https://issues.apache.org/jira/browse/PHOENIX-5415
Project: Phoenix
Issue Type: Bug
Affects Versions: 4.15.0, 5.1.0, 4.14.3
Reporter: Swaroopa Kadam
Assignee: Swaroopa Kadam
Fix For: 4.15.0, 5.1.0, 4.14.3
The tool doesnt implement Tool class to load the resources correctly.
Getting following exception.
Exception in thread “main” java.lang.NullPointerException
at
org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:78)
at
org.apache.phoenix.mapreduce.index.IndexUpgradeTool.executeTool(IndexUpgradeTool.java:298)
at
org.apache.phoenix.mapreduce.index.IndexUpgradeTool.main(IndexUpgradeTool.java:160)
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)