The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

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.