[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:
|
| 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:
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. |