Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.1
-
None
-
Apache Spark 1.4.2.2
Description
When exporting data from Spark to Oracle, string datatypes are translated to TEXT for Oracle, this is leading to the following error
java.sql.SQLSyntaxErrorException: ORA-00902: invalid datatype
As per the following code:
See also:
http://stackoverflow.com/questions/31287182/writing-to-oracle-database-using-apache-spark-1-4-0