Quantcast
Channel: Site Root
Viewing all 16821 articles
Browse latest View live

Blog Post: Using Zeppelin to Access MySQL

$
0
0
If you want to access MySQL Cloud Service using Zeppelin of Oracle Big Data Cloud Service Compute Edition (BDCSCE), you can use Spark DataFrames or Zeppelin interpreters. In this blog post, I’ll show how we can edit JDBC interpreter to connect MySQL Cloud Service. First login to Oracle Big Data Cloud console, and go to “settings” tab, and open “notebook” section. You’ll see the interpreter settings. Search for “jdbc” and click “edit” button to edit the interpreter settings. MySQL connector is already included in Zeppelin coming with Oracle Big Data Compute Edition service, but if it’s not included, download “MySQL Connector/J” from mysql.com to your Zeppelin server, and add the path to the dependencies. Add the required the following to the properties: mysql.user – the mysql user name you will use to connect the DB mysql.password – plain text password (it will be encrypted by Zeppelin) mysql.url – the connection URL (something like jdbc:mysql://servername:3306/dbname) mysql.driver – com.mysql.jdbc.Driver Then click SAVE button. Zeppelin will ask your confirmation to update the settings and restart the interpreter. Click OK to continue. If you want to create it as a separate interpreter, instead of editing JDBC, create a new one and enter the properties and dependencies. Now it’s time to test our MySQL connection. Open a Zeppelin notebook, add the “%jdbc(mysql)” directive at the start of a paragraph and run a query. If the Zeppelin interpreter gets an error while running the query, it throws a detailed error message, so you can fix the problem easily.

User: salah2018

User: leveuroline

User: priyabrata1991

User: Maheshkumar1215

User: taryoko

User: olya01

User: luraymond@gmail.com


User: ehodos

User: t@179.ru

User: sushant1980

User: afr94

User: Naveen Gattu

User: achman

User: mbaker@hoopp.com


User: randy irwin

User: daryl_67953

User: jessica.carriersoft

Comment on Updates to Trace File Browser in Toad for Oracle version 13.0

$
0
0
> from our October exchange I assume this NOT feature will be included in T-13. Well, you know what they say about assuming... It's great! You should always assume! What I mean is, you assumed correctly. :-)

User: fabiocordeiro

Viewing all 16821 articles
Browse latest View live




Latest Images