kite-sdk / kite-examples

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

CDK-656: Updates to the examples based on testing with the CDH 5.1 QS VM #15

Closed joey closed 9 years ago

joey commented 9 years ago

It's not really possible to run the Spark example from the host computer. The example uses spark-submit to run the Spark job. I tried downloading the CDH Spark tarball, but I ran into an issue. We could try to figure out a set of instructions to configure the host computer to work, but I'd rather punt and just say that you need to be on the VM or on a real cluster to run this one.

I could look again at having Maven submit the job directly, but the example required a lot of boiler plate when I had a version that didn't use spark-submit.

tomwhite commented 9 years ago

I haven't tested the changes, but they all look correct (except for one; see my comment there).