Description
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)
mvn clean install -Pthriftif -DskipTests -Dthrift.home=/usr/local -Phadoop-2
The following content will show up
$ 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)
They should have been included in the codebase.
Attachments
Attachments
Issue Links
- relates to
-
HIVE-12442 HiveServer2: Refactor/repackage HiveServer2's Thrift code so that it can be used in the tasks
- Closed
-
HIVE-12862 Fix pom.xml to package hiveserver2.jsp
- Closed