There is no mysql driver file in following repo
https://repo1.maven.org/maven2/org
On Mon, Dec 18, 2023 at 3:10 AM Simhadri G wrote:
>
> We can modify the Dockerfile to wget the necessary driver and copy it to
> /opt/hive/lib/ . This should make it work. The diff is attached below:
>
>
> diff -
Hi,
You can download it from here:
https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.29/mysql-connector-java-8.0.29.jar
Regards,
Akshat
On Thu, Dec 21, 2023 at 1:40 AM Sanjay Gupta wrote:
> There is no mysql driver file in following repo
> https://repo1.maven.org/maven2/org
>
> On
We can modify the Dockerfile to wget the necessary driver and copy it to
/opt/hive/lib/ . This should make it work. The diff is attached below:
diff --git a/packaging/src/docker/Dockerfile
b/packaging/src/docker/Dockerfile
--- a/packaging/src/docker/Dockerfile (revision
dceaf810b32fc266e3e657fda
I think the similar problem is being chased as part of
https://github.com/apache/hive/pull/4948
On Mon, 18 Dec 2023 at 09:48, Sanjay Gupta wrote:
>
>
>
>
> Issue with Docker container using mysql RDBMS ( Failed to load driver)
>
> https://hub.docker.com/r/apache/hive
>
> According to readme
>
> L