Github user chrajeshbabu commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/210#discussion_r83824633
  
    --- Diff: 
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java ---
    @@ -85,7 +102,7 @@
         private static final Option DATA_TABLE_OPTION = new Option("dt", 
"data-table", true,
                 "Data table name (mandatory)");
         private static final Option INDEX_TABLE_OPTION = new Option("it", 
"index-table", true,
    -            "Index table name(mandatory)");
    +            "Index table name(not required in case of partial 
rebuilding)");
    --- End diff --
    
    Better to have an argument for partial rebuilding than go by rebuild if we 
don't mention index table.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to