[
https://issues.apache.org/jira/browse/HIVE-27929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806057#comment-17806057
]
Denys Kuzmenko commented on HIVE-27929:
---------------------------------------
[~glapark], 0.10.2 works for me
{code}
./build.sh -hadoop 3.3.1 -tez 0.10.2
mvn dependency:copy -Dartifact="org.postgresql:postgresql:42.5.1" &&
POSTGRES_LOCAL_PATH=`mvn help:evaluate -Dexpression=settings.localRepository -q
-DforceStdout`/org/postgresql/postgresql/42.5.1/postgresql-42.5.1.jar docker
compose up -d
{code}
note, you need to bring docker-compose driver load for metastore from
`https://github.com/apache/hive/pull/4948/files`
{code}
- type: bind
source: ${POSTGRES_LOCAL_PATH}
target: /opt/hive/lib/postgres.jar
{code}
> Run TPC-DS queries and validate results correctness
> ---------------------------------------------------
>
> Key: HIVE-27929
> URL: https://issues.apache.org/jira/browse/HIVE-27929
> Project: Hive
> Issue Type: Sub-task
> Reporter: Denys Kuzmenko
> Assignee: Simhadri Govindappa
> Priority: Major
>
> release branch: *branch-4.0*
> https://github.com/apache/hive/tree/branch-4.0
--
This message was sent by Atlassian Jira
(v8.20.10#820010)