Andre Schütz - Learn. Think. Reflect - Tech developer
99opts

Tech Snippets

Oh-my-zsh

If you are searching for a nicely themed shell replacement of the bash with multiple plugins support, the oh-my-zsh is a good starting point. You can get information about the project from: https://github.com/ohmyzsh/ohmyzsh I recommend …

Exchange data between paragraphs of Spark and Flink interpreters with InterpreterContext within Apache Zeppelin

If you have to exchange data from Flink to Spark or Spark to Flink within Apache Zeppelin, you can use the InterpreterContext to store and reload data between the separated paragraphs. You can load the …