BigInsights-on-Apache-Hadoop icon indicating copy to clipboard operation
BigInsights-on-Apache-Hadoop copied to clipboard

Example projects for 'BigInsights for Apache Hadoop' on IBM Bluemix

Results 5 BigInsights-on-Apache-Hadoop issues
Sort by recently updated
recently updated
newest added

I'll start prototyping here: https://github.com/snowch/IBM_Analytics_Engine_Examples and move to a new IBM-Bluemix repo. I've decided to create a new repo rather than branch the old repo because there will be a...

``` OozieWorkflowSparkGroovy snowch$ ./gradlew Example :compileJava UP-TO-DATE :compileGroovy UP-TO-DATE :processResources UP-TO-DATE :classes UP-TO-DATE :jar UP-TO-DATE :Example [Example.groovy] Delete /user/snowch/test: 200 [Example.groovy] Mkdir /user/snowch/test: 200 [Example.groovy] Uploading jar file may take...

E.g. ``` ant.exec(executable: "${getKeytoolPath()}", dir:'./', failonerror: "true") { arg(line: '-import -trustcacerts -alias biginsights -file ../../certificate -keystore ./truststore.jks -storepass mypassword -noprompt') } ``` When running with an invalid certificate: ``` $...

Pig ``` christophers-MacBook-Pro:WebHCatGroovy snowch$ ./gradlew Pig :compileJava UP-TO-DATE :compileGroovy UP-TO-DATE :processResources UP-TO-DATE :classes UP-TO-DATE :Pig [Pig.groovy] Delete /user/snowch/test: 200 [Pig.groovy] Mkdir /user/snowch/test: 200 [Pig.groovy] Copy Pig query file to HDFS...

In order for oozie spark job to run in Yarn we need the spark-assembly.jar to be in job path. Right now we get the jar for the cluster (webhdfs) and...

enhancement