Skip to content

Instantly share code, notes, and snippets.

View tbatchelli's full-sized avatar

Antoni Batchelli tbatchelli

View GitHub Profile
palletops.cluster.hadoop.cli=> (use 'palletops.cluster.hadoop.cmd :reload)
nil
palletops.cluster.hadoop.cli=> (time (-main "start" "--profile" "123"))
{:spec-file "cluster_spec.clj",
:credentials "credentials.clj",
:profile "123",
:cli/arg-descriptors [["command" "Command name" :vararg true]],
:cli/description "Hadoop Cluster Builder Tool",
:cli/option-descriptors (),
:cli/config
[~/dev/palletops] ➔ lein -U new mini-site
:repositories detected in user-level profiles! [:s3]
See https://github.com/technomancy/leiningen/wiki/Repeatability
java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1234)
at java.util.regex.Matcher.reset(Matcher.java:308)
at java.util.regex.Matcher.<init>(Matcher.java:228)
at java.util.regex.Pattern.matcher(Pattern.java:1088)
at java.util.regex.Pattern.split(Pattern.java:1197)
at java.util.regex.Pattern.split(Pattern.java:1259)
[~/dev/palletops/mini-site (master)⚡] ➔ lein deps
:repositories detected in user-level profiles! [:s3]
See https://github.com/technomancy/leiningen/wiki/Repeatability
java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1234)
at java.util.regex.Matcher.reset(Matcher.java:308)
at java.util.regex.Matcher.<init>(Matcher.java:228)
at java.util.regex.Pattern.matcher(Pattern.java:1088)
at clojure.core$re_matcher.invoke(core.clj:4386)
at clojure.core$re_find.invoke(core.clj:4438)
TEST_ENV_THREAD
{:results
({:pass (("from-package") ("from-archive")),
:service :pallet-ec2,
:selector :amzn-linux-2013-092}
{:error (("from-package")),
:pass (("from-archive")),
:service :pallet-ec2,
:selector :debian-6-0}
{:error (("from-archive") ("from-package")),
:service :pallet-ec2,

Release notes

pallet-crates-0.5.0

pallet-crates-0.4.4

  • Add checksum for maven 3.0.3 download

Release notes

pallet-crates-0.5.0

pallet-crates-0.4.4

  • Add checksum for maven 3.0.3 download
}
function prompt_func() {
previous_return_value=$?;
# prompt="${TITLEBAR}$BLUE[$RED\w$GREEN$(__git_ps1)$YELLOW$(git_dirty_flag)$BLUE]$COLOR_NONE "
prompt="${TITLEBAR}${BLUE}[${RED}\w${GREEN}$(parse_git_branch)${BLUE}]${COLOR_NONE} "
if test $previous_return_value -eq 0
then
PS1="${prompt}➔ "
else
[~/dev/palletops/hadoop-cluster (develop)⚡] ➔ source ~/.bash_profile
[~/dev/palletops/hadoop-cluster (develop)⚡] ➔ gist-buffer
[~/dev/palletops/hadoop-cluster (develop)⚡] ➔ man tee
[~/dev/palletops/hadoop-cluster (develop)⚡] ➔ gist | tee &1 | pbcopy
[~/dev/pallet/pallet-lein-new (develop)↑⚡] ➔ lein pallet-release start 0.2.16 0.2.17
:repositories detected in user-level profiles! [:s3]
See https://github.com/technomancy/leiningen/wiki/Repeatability
Performing task pallet-release with profiles (:default)
java.lang.ClassNotFoundException: jsr166y.ForkJoinPool, compiling:(clojure/core/reducers.clj:56:21)
at clojure.lang.Compiler.analyzeSeq(Compiler.java:6567)
at clojure.lang.Compiler.analyze(Compiler.java:6361)
at clojure.lang.Compiler.analyzeSeq(Compiler.java:6548)
at clojure.lang.Compiler.analyze(Compiler.java:6361)
at clojure.lang.Compiler.analyze(Compiler.java:6322)