Bump mysql-connector-java from 5.1.8 to 8.0.28

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.8 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/5.1.8...8.0.28)

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 04b3e89ad8a1fb4d6fa0de00f36ca33ebd48b85a
  1. .github/
  2. .settings/
  3. assembly/
  4. build/
  5. build-engine/
  6. cache/
  7. core-common/
  8. core-cube/
  9. core-job/
  10. core-metadata/
  11. core-metrics/
  12. core-storage/
  13. dev-support/
  14. docker/
  15. examples/
  16. external/
  17. jdbc/
  18. kylin-spark-project/
  19. metastore-hbase/
  20. metrics-reporter-hive/
  21. metrics-reporter-kafka/
  22. odbc/
  23. parquet-assembly/
  24. query/
  25. server/
  26. server-base/
  27. source-hive/
  28. tool/
  29. tool-assembly/
  30. webapp/
  31. .gitconfig
  32. .gitignore
  33. .reviewboardrc
  34. .travis.yml
  35. KEYS
  36. LICENSE
  37. NOTICE
  38. pom.xml
  39. README.md
  40. scalastyle_config.xml
README.md

Apache Kylin

Build Status License Coverage Status

Extreme OLAP Engine for Big Data

Apache Kylin is an open source Distributed Analytics Engine, contributed by eBay Inc., it provides a SQL interface and multi-dimensional analysis (OLAP) on Hadoop with support for extremely large datasets.

For more details, see the website http://kylin.apache.org, Chinese version:http://kylin.apache.org/cn/.

Develop

Please refer to Development Guide for Kylin 4 on wiki.

Get started with Kylin in 5 minutes with Docker

In order to allow users to try Kylin easily, we provide a docker image for Kylin.

Just run the following commands in your terminal. After 3~5 mins, you can access Kylin WebUI http://127.0.0.1:7070/kylin/login in your browser with ADMIN/KYLIN.

  1. pull docker image
docker pull apachekylin/apache-kylin-standalone:4.0.0
  1. start the container
docker run -d \
-m 8G \
-p 7070:7070 \
-p 8088:8088 \
-p 50070:50070 \
-p 8032:8032 \
-p 8042:8042 \
-p 2181:2181 \
--name kylin-4.0.0 \
apachekylin/apache-kylin-standalone:4.0.0

You can learn more about this docker image on Kylin's website.

Documentation

Please refer to http://kylin.apache.org/docs40/.

Get Help

The fastest way to get response from our developers is to send an email to our mail list dev@kylin.apache.org,
and remember to subscribe our mail list via dev-subscribe@kylin.apache.org

License

Please refer to LICENSE file.