[MCOL-1379] Scala connector won't compile in Ubuntu 18.04 Created: 2018-05-02  Updated: 2018-05-18  Resolved: 2018-05-18

Status: Closed
Project: MariaDB ColumnStore
Component/s: None
Affects Version/s: None
Fix Version/s: 1.2.0

Type: Bug Priority: Major
Reporter: Andrew Hutchings (Inactive) Assignee: David Thompson (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Sprint: 2018-10

 Description   

Workaround so far is to use the following to turn on Java 8 instead of 11:

sudo update-alternatives --config javac
sudo update-alternatives --config java



 Comments   
Comment by Jens Röwekamp (Inactive) [ 2018-05-05 ]

seems to be related to: https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1769013

Comment by Jens Röwekamp (Inactive) [ 2018-05-15 ]

If there is still an certificate error try:

sudo apt purge java-common
sudo apt install openjdk-8-jdk
sudo apt install default-jdk

to install java 10. then a different scala error ocures which I'm onto.

Comment by Jens Röwekamp (Inactive) [ 2018-05-15 ]

Switched scala library dependency from 2.11.8 to 2.11.12 to support JDK 9 and 10.

For testing, check that all spark connector integration tests pass.

Generated at Thu Feb 08 02:28:18 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.