Results 16 issues of Kurt Harriger

- tar xzf target/samza-streaming-0.1.1.tgz -C deploy/samza lib//Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home/jre/../lib/tools.jar: Path contains '..' tar: Error exit delayed from previous errors Should use .getCanonicalPath instead of .getAbsolutePath

I was trying to use multiple java source paths as described here: https://github.com/technomancy/leiningen/issues/155 and discovered that swank no longer works, here is the stack trace. Also discovered a different error...

As of graphql v0.13.0-rc1 interfaces are separated with & instead of "," https://github.com/graphql/graphql-js/commit/802e5186b56acee79ec4615c7f4161eb23abe5b3 As a result the SDL generated by fetch-graphql-schema does not work with latest graphql-tag library

When creating cluster using --hadoop-major-version yarn I noticed the hdfs does not function. I relaunched the cluster using --hadoop-major-version 2 and hdfs works fine. root@... $ /root/ephemeral-hdfs/bin/hadoop fs -cp "s3n://[redacted]"...

Add trivial css and configure shadow-cljs so it hot reloads

I am using aws-vault and using credential_process to secure my credentials in the keychain. https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.html ``` [profile fluree-kharriger-sandbox] credential_process=aws-vault export fluree-kharriger-sandbox --no-session --format=json region=us-east-1 ``` typically exporting aws profile is...