[
https://issues.apache.org/jira/browse/PHOENIX-5867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17090871#comment-17090871
]
Ankit Singhal commented on PHOENIX-5867:
----------------------------------------
Isn't extending Configured and implementing Tool not enough to parse these
properties of type -Dkey=value? getConf() should get you the configuration with
the property added.
{code}
public class IndexTool extends Configured implements Tool
{code}
> Add support for property overrides in IndexTool
> -----------------------------------------------
>
> Key: PHOENIX-5867
> URL: https://issues.apache.org/jira/browse/PHOENIX-5867
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Abhishek Singh Chouhan
> Assignee: Abhishek Singh Chouhan
> Priority: Major
> Fix For: 5.1.0, 4.16.0
>
> Attachments: PHOENIX-5867-4.x.001.patch, PHOENIX-5867-4.x.patch,
> PHOENIX-5867-master.patch
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Add support to accept property overrides in the form of -Dproperty=value.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)