[jira] [Assigned] (SPARK-10220) org.apache.spark.sql.jdbc.JDBCRDD could not parse mysql table column named reserved word

2015-08-25 Thread Apache Spark (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-10220:


Assignee: (was: Apache Spark)

 org.apache.spark.sql.jdbc.JDBCRDD could not parse mysql table column named 
 reserved word
 

 Key: SPARK-10220
 URL: https://issues.apache.org/jira/browse/SPARK-10220
 Project: Spark
  Issue Type: Bug
  Components: SQL
Affects Versions: 1.3.0
Reporter: fang fang chen
 Attachments: SPARK-10220.patch


 Reproduce steps:
var options: HashMap[String, String] = new HashMap
 options.put(driver, com.mysql.jdbc.Driver)
 options.put(url, url_total)
 options.put(dbtable, table)//one column named desc
 options.put(lowerBound, lower_bound.toString())
 options.put(upperBound, upper_bound.toString())
 options.put(numPartitions, partitions.toString());
 options.put(partitionColumn, id);
 val jdbcDF = sqlContext.load(jdbc, options)
 jdbcDF.save(output)
 Exception:
 15/08/24 19:02:34 ERROR executor.Executor: Exception in task 0.3 in stage 0.0 
 (TID 3)
 com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error 
 in your SQL syntax; check the manual that corresponds to your MySQL server 
 version for the right syntax to use near 
 'desc,warning_stat,money_limit,real_name,region_lv1,region_lv2,region_lv3,region_'
  at line 1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Assigned] (SPARK-10220) org.apache.spark.sql.jdbc.JDBCRDD could not parse mysql table column named reserved word

2015-08-25 Thread Apache Spark (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-10220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-10220:


Assignee: Apache Spark

 org.apache.spark.sql.jdbc.JDBCRDD could not parse mysql table column named 
 reserved word
 

 Key: SPARK-10220
 URL: https://issues.apache.org/jira/browse/SPARK-10220
 Project: Spark
  Issue Type: Bug
  Components: SQL
Affects Versions: 1.3.0
Reporter: fang fang chen
Assignee: Apache Spark
 Attachments: SPARK-10220.patch


 Reproduce steps:
var options: HashMap[String, String] = new HashMap
 options.put(driver, com.mysql.jdbc.Driver)
 options.put(url, url_total)
 options.put(dbtable, table)//one column named desc
 options.put(lowerBound, lower_bound.toString())
 options.put(upperBound, upper_bound.toString())
 options.put(numPartitions, partitions.toString());
 options.put(partitionColumn, id);
 val jdbcDF = sqlContext.load(jdbc, options)
 jdbcDF.save(output)
 Exception:
 15/08/24 19:02:34 ERROR executor.Executor: Exception in task 0.3 in stage 0.0 
 (TID 3)
 com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error 
 in your SQL syntax; check the manual that corresponds to your MySQL server 
 version for the right syntax to use near 
 'desc,warning_stat,money_limit,real_name,region_lv1,region_lv2,region_lv3,region_'
  at line 1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org