Skip to content

Instantly share code, notes, and snippets.

@DarthMax
DarthMax / zeppelin-notebook.json
Last active November 7, 2017 11:42 — forked from pstutz/zeppelin-notebook.json
CAPS Zeppelin Example Notebook
{
"paragraphs": [{
"text": "%md \n### This notebook shows how to get started with CAPS inside of Zeppelin.\n\n__Note:__ In order to use this notebook make sure that the CAPS library is installed in local maven repository by running `$ mvn clean install` inside the CAPS direcotry",
"user": "anonymous",
"dateUpdated": "2017-11-07T12:36:58+0100",
"config": {
"tableHide": false,
"editorSetting": {
"language": "markdown",
"editOnDblClick": true
@DarthMax
DarthMax / TestRunner.java
Last active November 4, 2016 08:56
Delta Iteration Problem
package org.my.example;
import org.apache.flink.api.common.functions.RichJoinFunction;
import org.apache.flink.api.java.DataSet;
import org.apache.flink.api.java.ExecutionEnvironment;
import org.apache.flink.api.java.operators.DeltaIteration;
import org.apache.flink.api.java.tuple.Tuple1;
import org.apache.flink.hadoop.shaded.com.google.common.collect.Lists;
public class TestRunner {

Keybase proof

I hereby claim:

  • I am darthmax on github.
  • I am max_kiessling (https://keybase.io/max_kiessling) on keybase.
  • I have a public key whose fingerprint is 5B03 F7A9 38E1 3A4F C464 E014 EFA7 AC01 C2F0 9919

To claim this, I am signing this object:

# German rails_admin translation
de:
admin:
home:
name: "Home"
pagination:
previous: "« Vor"
next: "Zurück »"
truncate: "…"