KYLIN-4755 Error while compiling generated Java code when using Kylin UDF in "case when"
3 files changed
tree: 5743002e37f3a406d2c8b57ad537a52a1603c365
  1. .github/
  2. .settings/
  3. assembly/
  4. build/
  5. cache/
  6. core-common/
  7. core-cube/
  8. core-dictionary/
  9. core-job/
  10. core-metadata/
  11. core-metrics/
  12. core-storage/
  13. cube-migration/
  14. datasource-sdk/
  15. dev-support/
  16. docker/
  17. engine-flink/
  18. engine-mr/
  19. engine-spark/
  20. examples/
  21. external/
  22. jdbc/
  23. kubernetes/
  24. kylin-it/
  25. metrics-reporter-hive/
  26. metrics-reporter-kafka/
  27. odbc/
  28. query/
  29. server/
  30. server-base/
  31. source-hive/
  32. source-jdbc/
  33. source-kafka/
  34. storage-hbase/
  35. storage-stream/
  36. stream-coordinator/
  37. stream-core/
  38. stream-receiver/
  39. stream-source-kafka/
  40. tomcat-ext/
  41. tool/
  42. tool-assembly/
  43. webapp/
  44. .gitconfig
  45. .gitignore
  46. .reviewboardrc
  47. .travis.yml
  48. KEYS
  49. LICENSE
  50. NOTICE
  51. pom.xml
  52. README.md
README.md

Apache Kylin

Build Status License Coverage Status Codacy Badge Quality Gate SonarCloud Coverage SonarCloud Bugs SonarCloud Vulnerabilities

Extreme OLAP Engine for Big Data

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

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

Get start kylin in 5 min with Docker

In order to allow users to try Kylin easily, we provide Kylin’s docker image.

Just run codes below in your terminal. After 3~5 mins, you can access Kylin WebUI http://127.0.0.1:7070/kylin/login in your browser.

  1. pull docker image
docker pull apachekylin/apache-kylin-standalone:3.1.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 16010:16010 \
    --name apache-kylin-standalone \
    apachekylin/apache-kylin-standalone:3.1.0

You can get more detail about this docker image in kylin website

Documentation

Please refer to http://kylin.apache.org/docs/. Chinese version: http://kylin.apache.org/cn/docs/.

Get Help

The fastest way to get response from our developers is to send 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.