This guide leads the user through a basic test of a local Spark and Cassandra software stack.
####Table of Contents
| public class EncryptablePropertiesPropertySource extends MapPropertySource { | |
| @SuppressWarnings({ "unchecked", "rawtypes" }) | |
| public EncryptablePropertiesPropertySource(String name, Properties source) { | |
| super(name, (Map) source); | |
| } | |
| protected EncryptablePropertiesPropertySource(String name, Map<String, Object> source) { | |
| super(name, source); | |
| } |
by Murilo Gun
| #!groovy | |
| pipeline { | |
| agent any | |
| stages { | |
| stage('Checkout') { | |
| steps { | |
| checkout scm | |
| } |
| #!/usr/bin/groovy | |
| /* | |
| * Copyright (c) 2016, Andrey Makeev <[email protected]> | |
| * All rights reserved. | |
| * | |
| * Redistribution and use in source and binary forms, with or without | |
| * modification, are permitted provided that the following conditions | |
| * are met: | |
| * 1. Redistributions of source code must retain the above copyright |
| apiVersion: v1 | |
| kind: ReplicationController | |
| metadata: | |
| name: kube-registry-v0 | |
| namespace: kube-system | |
| labels: | |
| k8s-app: kube-registry | |
| version: v0 | |
| spec: | |
| replicas: 1 |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| Quick summary for those seeing similar issues: | |
| First create a vSwitch in Hyper-V | |
| type: external | |
| name: Minikube (or anything you like) | |
| make sure to associate the vSwitch with the correct NIC | |
| reboot after creating the vSwitch just in case (routing tables, ...) | |
| go take a look at the network devices on your Windows host to make sure that you have a Virtual Ethernet Adapter configured and actually connected to your network | |
| Control Panel\Network and Internet\Network Connections. In my case i have: "vEthernet (Minikube)" |
| #include <stdio.h> | |
| #include <string.h> | |
| k;double sin() | |
| ,cos();main(){float A= | |
| 0,B=0,i,j,z[1760];char b[ | |
| 1760];printf("\x1b[2J");for(;; | |
| ){memset(b,32,1760);memset(z,0,7040) | |
| ;for(j=0;12.28>j;j+=0.03)for(i=0;12.28 | |
| >i;i+=0.01){float c=sin(i),d=cos(j),e= |