Kafka Mirror Maker - from source non-kerberized cluster to target (kerberized) cluster
source cluster:
HDP242
un-secure
hostname: rksnode1
destination cluster:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Build latest version of Emacs, version management with stow | |
| # OS: Ubuntu 14.04 LTS | |
| # version: 24.5 | |
| # Toolkit: lucid | |
| set -e | |
| readonly version="24.5" |
| import os | |
| import sys | |
| import json | |
| import socket | |
| import threading | |
| activate_this = os.environ.get("SUBLIMEREPL_ACTIVATE_THIS", None) | |
| # turn off pager | |
| os.environ['TERM'] = 'emacs' |
| 13:15 <xQuasar> | HASKELL IS FOR FUCKIN FAGGOTS. YOU'RE ALL A BUNCH OF | |
| | FUCKIN PUSSIES | |
| 13:15 <xQuasar> | JAVASCRIPT FOR LIFE FAGS | |
| 13:16 <luite> | hello | |
| 13:16 <ChongLi> | somebody has a mental illness! | |
| 13:16 <merijn> | Wow...I suddenly see the error of my ways and feel | |
| | compelled to write Node.js! | |
| 13:16 <genisage> | hi | |
| 13:16 <luite> | you might be pleased to learn that you can compile | |
| | haskell to javascript now |
| #!/bin/sh | |
| # Some things taken from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # Set the colours you can use | |
| black='\033[0;30m' | |
| white='\033[0;37m' | |
| red='\033[0;31m' | |
| green='\033[0;32m' |
| Failed to run fat jar | |
| java.lang.NullPointerException | |
| at org.vertx.java.platform.impl.FatJarStarter.go(FatJarStarter.java:134) | |
| at org.vertx.java.platform.impl.FatJarStarter.main(FatJarStarter.java:53) |
| # Word and Character Count service for Mac OS X | |
| # | |
| # Adds a Word and Character Count option to the text selection context menu in all apps | |
| # | |
| # Use Automator.app to create a new service, and then select the Run AppleScript action. | |
| # Paste this code in to the text box, and save as Word and Character Count. Now switch to | |
| # a new app, select some text, and open the context menu to find the new option. | |
| on run {input, parameters} | |
| tell application "System Events" |
| /** | |
| * This file is licensed to you under the Apache License, Version 2.0 (the | |
| * "License"); you may not use this file except in compliance with the | |
| * License. You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software | |
| * distributed under the License is distributed on an "AS IS" BASIS, | |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |