Marco Capuccini

Results 47 comments of Marco Capuccini

Docker squash is now in Travis: https://github.com/travis-ci/travis-ci/issues/7380

Is there any thread we can follow, so we kwon when it will become available?

That's a good remark 🙂

Yep, reopening the issue and renaming it 🙂

Better to wait for @carmat88 to be back before doing this.

That would be easy to implement, but using the host machines to store or move data isn't best practice. Can't you ingest the data as a workflow step?

Then, I'd say we should do both: add `kn scp` and support for local kubectl.

Hi! Thanks for reporting. I think Docker runs on a VM on windows, and perhaps creates the directory in the VM, and something there goes wrong... We don't support Windows...

Good that you managed to sort this out! If you feel like you could share with us your modifications to the `kn` script, maybe with a PR.

Hi @felixcheung. I've tried to set `CLASSPATH=$CLASSPATH:$HADOOP_CLASSPATH` before running `bin/zeppelin.sh`, but that causes Zeppelin to crash (I was getting errors like "class not found"). Setting `ZEPPELIN_CLASSPATH` worked just fine for...