Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member255270
Active Participant

How to connect Microsoft PowerBI Desktop 2.6 to Vora Thriftserver


Please note that Vora is not certified on Microsoft PowerBI. The instructions below are for reference only and are not supported by SAP.

  1. Download and install Simba Spark ODBC driver from http://www.simba.com/drivers/spark-jdbc-odbc/


 

  1. Open the ODBC Data Source Administration for 64bit drivers and add the Simba ODBC driver

  2. Enter the hostname of where the Vora Thriftserver service is running. The default port is 19123 unless it has been overridden in the Vora-Manager UI.

  3. Authenticate with “Username” only and leave the username field blank

  4. In Advanced Options set checkmark “Get Tables With Query”

  5. In Server Side Properties add the key-value pair:
    spark.vora.hive_emulation=true


  6. In Microsoft PowerBI select “Get data” -> ODBC driver

  7. From the dropdown list select the ODBC driver that was added in step 2

  8. Expand the hierarchy ODBC -> Spark -> Default


Please note: In order for Vora in-memory tables to be visible they must first be registered using the command REGISTER TABLE <tableName> using com.sap.spark.vora via Vora Tools or Beeline