Aggarwal-Raghav commented on PR #6242: URL: https://github.com/apache/hive/pull/6242#issuecomment-3697067084
@ayushtkn , i was able to repro that issue using docker setup as well but not with q files. Its unlikely that q files can call `ThriftCLIService` as there is no beeline or JDBC involved. ``` mvn clean install -DskipTests -Pdist,docker -Drat.skip=true -Dmaven.javadoc.skip docker run -d -p 10000:10000 -p 10002:10002 --env SERVICE_NAME=hiveserver2 --name hive4 apache/hive:4.3.0-SNAPSHOT docker exec -it hive4 beeline -u 'jdbc:hive2://localhost:10000/' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
