GitHub user anoopsharma00 opened a pull request:

    https://github.com/apache/trafodion/pull/1593

    TRAFODION-3086 Traf support for DDL operations on Hive objects

    -- Support for TRAFODION-3086. Details in document attached to jira.
    
    Other changes:
    -- support for "if not exists", "if exists" clause for create/drop view
    
    -- Support for:  truncate T, truncate table T.
      -- same as purgedata
    
    -- showddl <tab>, detail
    
    -- unregister hive schema <sch>
      -- will unregister all objects in specified schema
    
    -- Support for "if not registered", "if registered" clauss for
       register/unregister command.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/anoopsharma00/trafodion ansharma_hiveddl_br

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafodion/pull/1593.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1593
    
----
commit 6f490daf1b30e6ced48ce43bbd067a0bd828e620
Author: Anoop Sharma <anoop.sharma@...>
Date:   2018-06-04T17:33:12Z

    TRAFODION-3086 Traf support for DDL operations on Hive objects
    
    -- Support for TRAFODION-3086. Details in document attached to jira.
    
    Other changes:
    -- support for "if not exists", "if exists" clause for create/drop view
    
    -- Support for:  truncate T, truncate table T.
      -- same as purgedata
    
    -- showddl <tab>, detail
    
    -- unregister hive schema <sch>
      -- will unregister all objects in specified schema
    
    -- Support for "if not registered", "if registered" clauss for
       register/unregister command.

----


---

Reply via email to