Unsubscribe

2016-07-18 Thread Jinan Alhajjaj

Reading text file from Amazon S3

2016-05-06 Thread Jinan Alhajjaj
Hello All,I am trying to read text files from Amazon s3.Any solution for this Error ASAP: Exception in thread "main" com.fasterxml.jackson.databind.JsonMappingException: Could not find creator property with name 'id' (in class org.apache.spark.rdd.RDDOperationScope) at [Source:

RE: Reading from Amazon S3

2016-05-02 Thread Jinan Alhajjaj
rk is built with (it's a bit brittle API-wise) FYI On Tue, Apr 26, 2016 at 9:06 AM, Jinan Alhajjaj <j.r.alhaj...@hotmail.com> wrote: Hi All, I am trying to read a file stored in Amazon S3. I wrote this code: import java.util.List; import java.util.Scanner; import org.ap

Reading from Amazon S3

2016-04-26 Thread Jinan Alhajjaj
Hi All,I am trying to read a file stored in Amazon S3.I wrote this code:import java.util.List; import java.util.Scanner; import org.apache.spark.SparkConf; import org.apache.spark.api.java.JavaRDD; import org.apache.spark.api.java.JavaSparkContext; import

XML Data Source for Spark

2016-04-25 Thread Jinan Alhajjaj
Hi All,I am trying to use XML data source that is used for parsing and querying XML data with Apache Spark, for Spark SQL and data frames.I am using Apache spark version 1.6.1 and I am using Java as a programming language. I wrote this sample code :SparkConf conf = new

Run Apache Spark on EMR

2016-04-22 Thread Jinan Alhajjaj
Hi AllI would like to ask for two thing and I really appreciate the answer ASAP1. How do I implement the parallelism in Apache Spark java application?2. How to run the Spark application in Amazon EMR?

Parse XML using java spark

2016-04-18 Thread Jinan Alhajjaj
Thank you for your help.I would like to parse the XML file using Java not scala . Can you please provide me with exsample of how to parse XMl via java using spark. My XML file is Wikipedia dump file Thank you

Parse XML using Java Spark

2016-04-18 Thread Jinan Alhajjaj
I would like to parse an XML file using JAVA not Scala. The XML files is Wikipedia Dump files If there is any example of how to parse an XML using Java of course by Apache Spark ,I would like to share it with me Thank you