unsubscribe

2019-01-29 Thread Charles Nnamdi Akalugwu
unsubscribe

Re: How Spark HA works

2016-08-19 Thread Charles Nnamdi Akalugwu
I am experiencing this exact issue. Does anyone know what's going on with the zookeeper setup? On Jul 5, 2016 10:34 AM, "Akmal Abbasov" wrote: > > Hi, > I'm trying to understand how Spark HA works. I'm using Spark 1.6.1 and Zookeeper 3.4.6. > I've add the following line

Re: StructField Translation Error with Spark SQL

2016-04-20 Thread Charles Nnamdi Akalugwu
urce table had null value for this field. > > On Wed, Apr 20, 2016 at 4:11 PM, Charles Nnamdi Akalugwu < > cprenzb...@gmail.com> wrote: > >> Hi, >> >> I am using spark 1.4.1 and trying to copy all rows from a table in one >> MySQL Database to a Amazon RDS table

StructField Translation Error with Spark SQL

2016-04-20 Thread Charles Nnamdi Akalugwu
Hi, I am using spark 1.4.1 and trying to copy all rows from a table in one MySQL Database to a Amazon RDS table using spark SQL. Some columns in the source table are defined as DECIMAL type and are nullable. Others are not. When I run my spark job, val writeData =