kite-sdk / kite-examples

Kite SDK Examples
Apache License 2.0
99 stars 70 forks source link

Updates for accuracy, typos, and to avail discussion. #24

Open DennisDawson opened 9 years ago

DennisDawson commented 9 years ago

Minor updates, added troubleshooting section to address issues I found. Mostly, I'm putting this up to get discussion going on what we'll do with this example in the docs for 1.0.

tomwhite commented 9 years ago

@joey what do you think still needs to be done on this before it can be merged?

joey commented 9 years ago

@tomwhite we need to decide on how to handle the running of the spark-submit script. The easiest way to handle that from a user perspective would be to wrap that in a shell script. I could also take care of the problem that Dennis was hitting on a fresh checkout at the same time.

I also need to test this on the 5.2 VM to see if we should just add a prep step to fix the spark directory permissions.

Thoughts?

tomwhite commented 9 years ago

Thanks @joey. Writing a little shell script would be good.

I'm going to go ahead and release 1.0 without this - we can update the example later on.

joey commented 9 years ago

Makes sense to me.