Skip to content

Instantly share code, notes, and snippets.

View kitplummer's full-sized avatar
🏠
Working from home

Kit Plummer kitplummer

🏠
Working from home
View GitHub Profile
[hadoop@ip-172-31-6-109 ~]$ /usr/local/geowave/ingest/geowave-ingest.sh -localingest -u geowave -p geowave -n geowave.50m_admin_0_countries -i instance -b ./SP27GTIF.TIFF -z ip-172-31-6-109.ec2.internal:2181 -t geotools-raster
Apr 13, 2015 3:15:29 PM org.geoserver.platform.GeoServerExtensions checkContext
WARNING: Extension lookup 'GeoServerResourceLoader', but ApplicationContext is unset.
Apr 13, 2015 3:15:29 PM org.geoserver.platform.GeoServerExtensions checkContext
WARNING: Extension lookup 'GeoServerResourceLoader', but ApplicationContext is unset.
Apr 13, 2015 3:15:29 PM org.geoserver.platform.GeoServerExtensions checkContext
WARNING: Extension lookup 'GeoServerResourceLoader', but ApplicationContext is unset.
Apr 13, 2015 3:15:29 PM org.geoserver.platform.GeoServerExtensions checkContext
WARNING: Extension lookup 'GeoServerResourceLoader', but ApplicationContext is unset.
Apr 13, 2015 3:15:29 PM org.geotools.gce.imagemosaic.Utils loadMosaicProperties
[hadoop@ip-172-31-6-109 ~]$ /usr/local/geowave/ingest/geowave-ingest.sh -localingest -u geowave -p #### -n geowave -i instance -b ./ingest -z localhost:2181
Apr 10, 2015 4:55:10 PM org.geoserver.platform.GeoServerExtensions checkContext
WARNING: Extension lookup 'GeoServerResourceLoader', but ApplicationContext is unset.
Apr 10, 2015 4:55:10 PM org.geoserver.platform.GeoServerExtensions checkContext
WARNING: Extension lookup 'GeoServerResourceLoader', but ApplicationContext is unset.
Apr 10, 2015 4:55:10 PM org.geoserver.platform.GeoServerExtensions checkContext
WARNING: Extension lookup 'GeoServerResourceLoader', but ApplicationContext is unset.
Apr 10, 2015 4:55:10 PM org.geoserver.platform.GeoServerExtensions checkContext
WARNING: Extension lookup 'GeoServerResourceLoader', but ApplicationContext is unset.
Apr 10, 2015 4:55:11 PM org.geotools.factory.FactoryRegistry scanForPlugins
➜ harry_packer git:(master) ✗ packer build -only=null harry_build.json
null output will be in this color.
==> null: Waiting for SSH to become available...
==> null: Connected to SSH!
==> null: Provisioning with shell script: scripts/puppet.sh
null: sleep: invalid time interval ‘30,’
null: Try 'sleep --help' for more information.
null: --2015-02-09 17:25:36-- http://apt.puppetlabs.com/puppetlabs-release-raring.deb
null: Resolving apt.puppetlabs.com (apt.puppetlabs.com)... 198.58.114.168, 2600:3c00::f03c:91ff:fe69:6bf0
Connected to cluster: Test Cluster
Datatacenter: datacenter1; Host: localhost/127.0.0.1; Rack: rack1
CQL ==> SELECT * FROM "u5hc49xbx6p4ho7q7xd4_6dfylf20cx0c1fbfosew_hooks";
0:0:0:0:0:0:0:1 - - [04/Feb/2015:04:35:52 +0000] "POST /spi/context HTTP/1.1" 200 - "-" "Faraday v0.9.1" 541
WARN [2015-02-04 04:35:53,064] org.eclipse.jetty.servlet.ServletHandler: /spi/context
! java.lang.NullPointerException: null
! at java.util.Arrays$ArrayList.<init>(Arrays.java:2842) ~[na:1.7.0_55]
! at java.util.Arrays.asList(Arrays.java:2828) ~[na:1.7.0_55]
! at com.datastax.driver.core.VersionNumber.getPreReleaseLabels(VersionNumber.java:149) ~[cassandra-driver-core-2.1.2.jar:na]
@kitplummer
kitplummer / Vagrantfile
Created February 3, 2015 14:15
Vagrantfile base for Packer null build
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Requires the vagrant-landrush plugin
if Vagrant.has_plugin?('landrush')
{
"builders": [
{
"type": "virtualbox-iso",
"iso_url": "http://releases.ubuntu.com/trusty/ubuntu-14.04.1-server-amd64.iso",
"iso_checksum": "946a6077af6f5f95a51f82fdc44051c7aa19f9cfc5f737954845a6050543d7c2",
"iso_checksum_type": "sha256",
"boot_wait": "5s",
"boot_command": [
"<esc><esc><enter><wait>",
----------
ID: mycnamerecord
Function: boto_route53.present
Name: machine.blah.com.
Result: False
Comment: An exception occurred in this state: Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/salt/state.py", line 1533, in call
**cdata['kwargs'])
File "/usr/lib/python2.6/site-packages/salt/states/boto_route53.py", line 142, in present
profile)
---
- hosts: all
remote_user: vagrant
sudo: yes
pre_tasks:
- name: add git-core repo
apt_repository: repo='ppa:git-core/ppa'
- name: ensure curl is installed
apt: name=curl
- name: ensure git is installed
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# All Vagrant configuration is done here. The most common configuration
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.
inoremap jj <ESC>
let g:solarized_termcolors=256
set t_Co=16
set background=dark
colorscheme solarized