First Steps with Zeppelin Zeppelin and MySQL Create a new Interpreter Create a new interpreter or confgure existing mysql interpreter Configure Mysql Interpreter Under artifact, add absoulte path of mysql-connector-java-8.0.19.jar. Add/modify properties for default.user default.password Prepare MySQL Database Create a database user spark with password spark Create a database spark […]
Apache
2 Beiträge
Apache Spark is a lightning-fast cluster computing designed for fast computation. It was built on top of Hadoop MapReduce and it extends the MapReduce model to efficiently use more types of computations which includes Interactive Queries and Stream Processing. This is an extract from this brief tutorial that explains the […]