You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Wei Zheng (JIRA)" <ji...@apache.org> on 2016/03/30 20:13:25 UTC

[jira] [Updated] (HIVE-13388) Fix inconsistent content due to Thrift changes

     [ https://issues.apache.org/jira/browse/HIVE-13388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wei Zheng updated HIVE-13388:
-----------------------------
    Attachment: HIVE-13388.1.patch

[~sershe] [~vgumashta] Can you take a look?

> Fix inconsistent content due to Thrift changes
> ----------------------------------------------
>
>                 Key: HIVE-13388
>                 URL: https://issues.apache.org/jira/browse/HIVE-13388
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>    Affects Versions: 2.1.0
>            Reporter: Wei Zheng
>            Assignee: Wei Zheng
>         Attachments: HIVE-13388.1.patch
>
>
> HIVE-12442 and HIVE-12862 are related here.
> If one wants to make some thrift change by following instruction here:
> https://cwiki.apache.org/confluence/display/Hive/HowToContribute#HowToContribute-GeneratingThriftCode
> When they first execute (i.e. in a clean environment)
> {code}
> mvn clean install -Pthriftif -DskipTests -Dthrift.home=/usr/local -Phadoop-2
> {code}
> The following content will show up
> {code}
> $ git status
> On branch master
> Your branch is up-to-date with 'origin/master'.
> Untracked files:
>   (use "git add <file>..." to include in what will be committed)
> service-rpc/src/gen/thrift/gen-py/__init__.py
> service/src/gen/
> nothing added to commit but untracked files present (use "git add" to track)
> {code}
> They should have been included in the codebase.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)