You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Sichi (JIRA)" <ji...@apache.org> on 2010/07/31 02:34:23 UTC

[jira] Created: (HIVE-1498) support IDXPROPERTIES on CREATE/ALTER INDEX

support IDXPROPERTIES on CREATE/ALTER INDEX
-------------------------------------------

                 Key: HIVE-1498
                 URL: https://issues.apache.org/jira/browse/HIVE-1498
             Project: Hadoop Hive
          Issue Type: Improvement
          Components: Indexing
    Affects Versions: 0.7.0
            Reporter: John Sichi
            Assignee: He Yongqiang
             Fix For: 0.7.0


It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE/ALTER INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marquis Wang updated HIVE-1498:
-------------------------------

    Attachment: hive-1498.prelim.patch

Next patch candidate:

- Saves properties to tt instead of temp
- Supports tblproperties on index creation
- Tests index creation with idxproperties and tblproperties (just tests that it doesn't die)

> support IDXPROPERTIES on CREATE/ALTER INDEX
> -------------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: hive-1498.prelim.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marquis Wang updated HIVE-1498:
-------------------------------

    Attachment: 1498.patch

> support IDXPROPERTIES on CREATE INDEX
> -------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.2.patch, 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE/ALTER INDEX

Posted by "Russell Melick (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Russell Melick updated HIVE-1498:
---------------------------------

    Attachment: hive-1498.prelim.patch

This patch is very preliminary, and we're working on getting the testing environment working, so we can't verify that it passes the tests.

> support IDXPROPERTIES on CREATE/ALTER INDEX
> -------------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: He Yongqiang
>             Fix For: 0.7.0
>
>         Attachments: hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-1498) support IDXPROPERTIES on CREATE INDEX

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925529#action_12925529 ] 

John Sichi commented on HIVE-1498:
----------------------------------

+1.  Will commit when tests pass.


> support IDXPROPERTIES on CREATE INDEX
> -------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.2.patch, 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE/ALTER INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marquis Wang updated HIVE-1498:
-------------------------------

    Attachment: 1498.patch

New patch candidate.

> support IDXPROPERTIES on CREATE/ALTER INDEX
> -------------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marquis Wang updated HIVE-1498:
-------------------------------

    Summary: support IDXPROPERTIES on CREATE INDEX  (was: support IDXPROPERTIES on CREATE/ALTER INDEX)

> support IDXPROPERTIES on CREATE INDEX
> -------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE/ALTER INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marquis Wang updated HIVE-1498:
-------------------------------

    Attachment:     (was: hive-1498.prelim.patch)

> support IDXPROPERTIES on CREATE/ALTER INDEX
> -------------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-1498) support IDXPROPERTIES on CREATE/ALTER INDEX

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912705#action_12912705 ] 

John Sichi commented on HIVE-1498:
----------------------------------

Good start.  A few notes:

* I had to use patch -p1 to get this to apply.  Please make sure it applies with patch -p0 instead.

* In Hive.createIndex, you should be adding the tblProps to tt (not to temp).  The only purpose of temp is to check whether the new table name already exists (in which case an exception is thrown).  tt is the newly created table descriptor to be added to the metastore.

* For the next patch candidate, can you also add support for ALTER INDEX index_name ON table_name SET IDXPROPERTIES (...)?  Or open a followup JIRA issue for this.

* Go ahead and add unit test coverage even though it's not actually possible to verify the IDXPROPERTIES results until HIVE-1497 goes in.  You can modify ql/src/test/queries/clientpositive/index_creation.q, or create a new index_props.q.  Also, you should be able to verify the TBLPROPERTIES results already by doing DESCRIBE EXTENDED on the new table created by CREATE INDEX.

* Cosmetic:  For if statements, put the opening curly brace on the same line as the keyword.  You can run ant checkstyle and look in the report for the files you modified to see formatting which needs corrected.


> support IDXPROPERTIES on CREATE/ALTER INDEX
> -------------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Russell Melick
>             Fix For: 0.7.0
>
>         Attachments: hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marquis Wang updated HIVE-1498:
-------------------------------

    Attachment: 1498.2.patch

> support IDXPROPERTIES on CREATE INDEX
> -------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.2.patch, 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-1498) support IDXPROPERTIES on CREATE INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924280#action_12924280 ] 

Marquis Wang commented on HIVE-1498:
------------------------------------

I've created a new issue ([HIVE-1746]) for altering index properties.

> support IDXPROPERTIES on CREATE INDEX
> -------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-1498) support IDXPROPERTIES on CREATE/ALTER INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924279#action_12924279 ] 

Marquis Wang commented on HIVE-1498:
------------------------------------

This new patch has the same functionality as before, but contains adds altering index properties to the grammar (but has a stub function for when that command is used).

> support IDXPROPERTIES on CREATE/ALTER INDEX
> -------------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HIVE-1498) support IDXPROPERTIES on CREATE/ALTER INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marquis Wang reassigned HIVE-1498:
----------------------------------

    Assignee: Marquis Wang  (was: Russell Melick)

> support IDXPROPERTIES on CREATE/ALTER INDEX
> -------------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marquis Wang updated HIVE-1498:
-------------------------------

    Attachment: 1498.patch

New patch with ALTER IDXPROPERTIES stuff backed out.

> support IDXPROPERTIES on CREATE INDEX
> -------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.patch, 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-1498) support IDXPROPERTIES on CREATE/ALTER INDEX

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12920010#action_12920010 ] 

John Sichi commented on HIVE-1498:
----------------------------------

Looks good.  Once the ALTER INDEX support is added, this one should be good to go.


> support IDXPROPERTIES on CREATE/ALTER INDEX
> -------------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: hive-1498.prelim.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE INDEX

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-1498:
-----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Committed.  Thanks Marquis et al!


> support IDXPROPERTIES on CREATE INDEX
> -------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.2.patch, 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marquis Wang updated HIVE-1498:
-------------------------------

    Attachment:     (was: 1498.patch)

> support IDXPROPERTIES on CREATE INDEX
> -------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.2.patch, 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE INDEX

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi updated HIVE-1498:
-----------------------------

    Status: Open  (was: Patch Available)

Since you've opened a followup HIVE-1746 for ALTER, could you back out that part of the code and move it to the other JIRA issue?  It's best to keep the patch for each JIRA issue limited to the relevant piece unless they are inseparable.

Anyway, regarding the ALTER grammar...

After reading the statement "This is essentially a rapid prototyping mode" in the link below, I don't think we want to set backtrack=true unless there's no alternative.

http://www.antlr.org/wiki/display/ANTLR3/Grammar+options

In this case, there is an alternative, which is to combine the two rules as below.  It's imperfect in that it would be nicer to keep the two productions separate; that could probably be accomplished by building up more AST nodes.  But I think the code below would be good enough until we have many more ALTER INDEX options.

{noformat}
alterIndexStatementSuffix
@init { msgs.push("alter index statement"); }
@after { msgs.pop(); }
    : indexName=Identifier 
      (KW_ON tableName=Identifier)
      partitionSpec?
    (  
      KW_REBUILD
      ->^(TOK_ALTERINDEX_REBUILD $tableName $indexName partitionSpec?)
    |
      KW_SET KW_IDXPROPERTIES
      indexProperties
      ->^(TOK_ALTERINDEX_PROPERTIES $tableName $indexName partitionSpec? indexProperties)
    )
    ;
{noformat}

Also, I don't think we want to accept a partition spec when setting index properties; they are global to the index, at least for now.


> support IDXPROPERTIES on CREATE INDEX
> -------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marquis Wang updated HIVE-1498:
-------------------------------

    Attachment:     (was: 1498.patch)

> support IDXPROPERTIES on CREATE INDEX
> -------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.2.patch, 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE/ALTER INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marquis Wang updated HIVE-1498:
-------------------------------

    Status: Patch Available  (was: Open)

> support IDXPROPERTIES on CREATE/ALTER INDEX
> -------------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-1498) support IDXPROPERTIES on CREATE INDEX

Posted by "Marquis Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marquis Wang updated HIVE-1498:
-------------------------------

    Status: Patch Available  (was: Open)

> support IDXPROPERTIES on CREATE INDEX
> -------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Marquis Wang
>             Fix For: 0.7.0
>
>         Attachments: 1498.patch, 1498.patch, hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HIVE-1498) support IDXPROPERTIES on CREATE/ALTER INDEX

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi reassigned HIVE-1498:
--------------------------------

    Assignee: Russell Melick  (was: He Yongqiang)

> support IDXPROPERTIES on CREATE/ALTER INDEX
> -------------------------------------------
>
>                 Key: HIVE-1498
>                 URL: https://issues.apache.org/jira/browse/HIVE-1498
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Indexing
>    Affects Versions: 0.7.0
>            Reporter: John Sichi
>            Assignee: Russell Melick
>             Fix For: 0.7.0
>
>         Attachments: hive-1498.prelim.patch
>
>
> It's partially there in the grammar but not hooked in; should work pretty much the same as TBLPROPERTIES.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.