Skip to content

Instantly share code, notes, and snippets.

View diegofreitas's full-sized avatar

Diego Lins de Freitas diegofreitas

  • Fpf Tech
  • Manaus, AM
View GitHub Profile
https://docs.docker.com/engine/install/linux-postinstall/
https://docs.docker.com/engine/install/ubuntu/#installation-methods
*Run images locally on minikube
https://medium.com/swlh/how-to-run-locally-built-docker-images-in-kubernetes-b28fbc32cc1d
Enable local docker images to be visible by minikube
minikube start
@diegofreitas
diegofreitas / LocalQueryableStreamEnvironment.java
Created July 19, 2017 13:41
[APACHE FLINK] LocalStreamEnvironment where QueryableState is available
import org.apache.flink.api.common.JobExecutionResult;
import org.apache.flink.configuration.*;
import org.apache.flink.runtime.jobgraph.JobGraph;
import org.apache.flink.runtime.minicluster.LocalFlinkMiniCluster;
import org.apache.flink.streaming.api.environment.LocalStreamEnvironment;
import org.apache.flink.streaming.api.graph.StreamGraph;
/**
* Created by diego.freitas on 7/18/17.