Wei Zheng created HIVE-13388:
--------------------------------
Summary: 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
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)