I hereby claim:
- I am metadaddy on github.
- I am metadaddy (https://keybase.io/metadaddy) on keybase.
- I have a public key whose fingerprint is 35AF ABB8 08B8 FF6F 1C44 2D28 4EE1 0A59 5D19 24CB
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="databricks-html-version" content="1"> | |
| <title>TaxiData - Databricks</title> | |
| <meta charset="utf-8"> | |
| <meta name="google" content="notranslate"> | |
| <meta name="robots" content="nofollow"> | |
| <meta http-equiv="Content-Language" content="en"> |
| /** | |
| * Copyright 2017 StreamSets Inc. | |
| * | |
| * Licensed under the Apache Software Foundation (ASF) under one | |
| * or more contributor license agreements. See the NOTICE file | |
| * distributed with this work for additional information | |
| * regarding copyright ownership. The ASF licenses this file | |
| * 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 |
| { | |
| "pipelineConfig" : { | |
| "schemaVersion" : 2, | |
| "version" : 5, | |
| "uuid" : "1fba4dbe-5855-4765-92ec-722fe832405a", | |
| "title" : "Field Manipulations - Groovy", | |
| "description" : "", | |
| "configuration" : [ { | |
| "name" : "executionMode", | |
| "value" : "STANDALONE" |
| { | |
| "pipelineConfig" : { | |
| "schemaVersion" : 2, | |
| "version" : 5, | |
| "uuid" : "e027d7d1-12db-4d9a-8f9a-827937c7c4df", | |
| "title" : "Field Manipulations", | |
| "description" : "", | |
| "configuration" : [ { | |
| "name" : "executionMode", | |
| "value" : "STANDALONE" |
| #! /bin/bash | |
| # | |
| # Requires jq - see https://stedolan.github.io/jq/ | |
| # | |
| # Assumes that the following env vars are set: | |
| # | |
| # CLIENT_ID - the client ID for your OAuth 2 app | |
| # JWT_KEY_FILE - path to the private key for creating a JWT | |
| # HUB_USERNAME - authentication username |
| import sys | |
| # Set to wherever the requests package lives on your machine | |
| sys.path.append('/Library/Python/2.7/site-packages') | |
| import requests | |
| import json | |
| # Endpoint for Splunk HTTP Event Collector | |
| url = 'http://localhost:8088/services/collector' | |
| # Splunk metadata fields |
| package com.streamsets.example.cassandra; | |
| import com.datastax.driver.core.BoundStatement; | |
| import com.datastax.driver.core.Cluster; | |
| import com.datastax.driver.core.PreparedStatement; | |
| import com.datastax.driver.core.ResultSet; | |
| import com.datastax.driver.core.Row; | |
| import com.datastax.driver.core.Session; | |
| import java.io.PrintWriter; |
I hereby claim:
To claim this, I am signing this object:
| gistup |