Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Custom JDBC database driver

bernardbernard Member Posts: 1 Learner II
edited November 2018 in Help

I am trying to set up a JDBC connection to Azure HDInsight Hive, however I need to specify precise options in the connection string as described here: https://azure.microsoft.com/en-us/documentation/articles/hdinsight-connect-hive-jdbc-driver/ (the relevant connection string template is: jdbc:hive2://CLUSTERNAME.azurehdinsight.net:443/default;ssl=true?hive.server2.transport.mode=http;hive.server2.thrift.http.path=/hive2).

Is it possible to set up a custom DB connection for RapidMiner Studio (v.7.1) like this ?

I don't see a way to add parameters to the JDBC connection string.

Thanks for your help in advance!

 

Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn

    Hi Bernard,

     

    just add everything after the port into the database schema field. It will simply be appended to the other parts of the string :)

     

    Greetings,

      Sebastian

Sign In or Register to comment.