-
How can. Net for Apache spark connect to MySQL? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
AFAIK you’ll have to write a thin wrapper around MySQL client JAR-which is the biggest issue stopping me from migrating away from Java... |
Beta Was this translation helpful? Give feedback.
-
@GeorGeWzw Can you check this thread? #610 (comment) @mwysocki87 Could you elaborate on the thin wrapper you had to work around? |
Beta Was this translation helpful? Give feedback.
-
Oh, @imback82, I was under the impression that whenever I want to use some external JAR, I have to write a wrapper around it. If it's not the case, then I stand corrected;) |
Beta Was this translation helpful? Give feedback.
-
So there is no way to connecto to Mysql? I need to read data from Mongo and insert it on Mysql.. |
Beta Was this translation helpful? Give feedback.
@GeorGeWzw Can you check this thread? #610 (comment)
@mwysocki87 Could you elaborate on the thin wrapper you had to work around?