Skip to content

MLSQL v1.1.5 Release

Compare
Choose a tag to compare
@allwefantasy allwefantasy released this 29 Nov 07:12
· 2391 commits to master since this release

We are glad to announce that MLSQL-v1.1.5 version released.

V1.1.5 is a maintainable release of 1.1.x which is based on branch b1.1.5.

This release we have done a lot of things to make MLSQL work on spark 2.4.0. The changes applied in this release can be tracked by All Issue tagged with MSLQL-1.1.5 and All PR tagged with MSLQL-1.1.5

MLSQL 1.1.5 still not contains following jars by default:

  1. ansj_seg-5.1.6.jar
  2. nlp-lang-1.7.8.jar

If you want to analyze text content, please download it manually and add them to --jars.

We plan to release v1.1.6 in next two weeks.

Usage:

  1. download distribution based on your spark version.
  2. unzip and make sure SPARK_HOME have be confgiured.
  3. use ./start-local.sh to start MLSQL server.