Fetch data from qubole to mysql table using qubole sdk given the result of query can be large or small ?
4 views
Skip to first unread message
Akshay Mani Aggarwal
unread,
Mar 20, 2016, 7:35:53 AM3/20/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Qubole Public Forum
I have a use-case where in data needs to be fetched from qubole to local mysql table where in mysql table is being used persistent caching mechanism for spark. Need help on how to transfer data from qubole using qubole java sdk to mysql directly ? Result if large is put in s3 in a different bucket, so ideally would like a configuration mechanism which auto- takes care of this instead of me having to read multiple files from s3.