Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Host Application: The Java-enabled application into which Kyvos data is queried using OLAP4j APIs. 

  • OLAP4j Driver for XMLA Component: Jar files to be included in the classpath of the host application. 

  • Kyvos Cluster: One or more computers on which the Kyvos software is running. Generally, this cluster is deployed on Hadoop cluster computers. One of these computers deploys the Kyvos BI Server, which acts as a communication point for the client APIs. You may need the IP address or name of that computers to configure the APIs. 

  • APIs: The APIs provided by OLAP4j for querying data and metadata from cubessemantic models.  

OLAP4j API  

Kyvos provides the capability to connect using the OLAP4j APIs to browse cube semantic model data. You must specify an MDX query. 

To use the OLAP4j APIs with Kyvos, include the following jar files in the classpath of the host application. 

  • olap4j-1.1.jar jar: Olap4j Jar is located at <Kyvos_Installation_Path>\olapengine\lib

  • Following dependent Jars for Olap4j are located at <Kyvos_Installation_Path>\jakarta\webapps\kyvos\WEB-INF\lib

    • xercesImpl-2.9.1.jar 

    • xml-apis-1.4.01.jar

These jar files are included in the Kyvos installation. You can find the files at <Kyvos_Web_App_path>\WEB-INF\lib location. 

Java reference document 

You can view the Java reference document for OLAP4j APIs at http://www.olap4j.org/api/index.html 

Kyvos supported OLAP4j methods

...