Following are the steps to configure Hive Datasource into Helical Insight Application :

  1. Go to Tomcat Library folder
  2. Path:  “ C:\Helical Insight\apache-tomcat-7\webapps\hi\WEB-INF\lib “

    Note : Path address will depend on where the Helical Insight application is installed. Here, Helical Insight Application is installed in windows C drive.

  3. Extract the jar files provided into lib folder. (lib folder contains many jar files).

  4. Go to Admin folder present in hi-repository
  5. Path:C:/Helical Insight/ hi-repository/System/Admin/

    adhocsql-settings

  6. Find adhocSqlSettings.xml file in Admin Folder and open it in a text editor
  7. Path:C:/Helical Insight/ hi-repository/System/Admin/adhocSqlSettings.xml

    adhocsql-settings-xml-file

  8. Modify existing XML code by adding dialect code
  9.  <dialect> org.hibernate.dialect.MySQLDialect </dialect>

    adhocsql-settings-xml-code-update

  10. Create Hive Datasource :
  11. For configuring hive datasource an efwd is required. An efwd consist of datasource details.
    In Helical Insight, an efwd file is present in hi-repository. There can be only one file with efwd extension in one folder.

    For Example :
    When an Helical Insight application is installed in the system, a sample folder is available in the repository consisting of various reports and dashboards. Then efwd file is available at this location :

    Path: C:\Helical Insight\hi-repository\1463377807724\1472040223535\sample_datasource.efwd



    efwd-file-in-helical-insight-sample-folder

  12. Open sample_datasource.efwd file in a text-editor.

  13. On opening efwd file, a list to datasources will be available with the corresponding connection details.
  14. efwd-file-details

  15. To create Hive datasource, add the following code into it :
  16. <Connection id="6" type="sql.jdbc" name="Hive DataSource">
    <Driver>org.apache.hadoop.hive.jdbc.HiveDriver</Driver>
    	<Url>jdbc:hive://192.168.2.127:10000/default?connectionTimeout=10000</Url>
    <User>devuser</User>
    <Pass>devuser</Pass>
    </Connection>
    


    Following details to be configured by the user:

    • URL
    • User and password ( Database Credentials )
    • Connection Id : It has to be unique


    efwd-file-details-updates-highlight


  17. On modifying efwd file code, then Save it.

  18. Hereon, the application can be used to connect with the hive database. Restarting the application server (apache tomcat) is required.

  19. Now, access hive datasource in Helical Insight Application. To know more, click here


Troubleshoot Guide incase query not working

If your Hive Server is using a different dialect you may face issues with the queries generated in the adhoc reports. One known fix is that we can empty the name attribute of the database node in the metadata XML that is being used to create reports.

To locate the metadata open File browser (Metadata option -> Edit Metadata).
Navigate to the location of the metadata and right click on the metadata. Click on properties. You will see a model window with some properties.

The path property shows the exact location of the metadata file in your hi-repository.

Open the saved metadata XML in your favourite text editor. Metadata is saved inside a folder in hi-repository folder.

Once you open the metadata file in an editor, find the XML node

Example :

<database name="YourDBName">
.
.
.
.
</database>

Now, just empty the name attribute.

<database name="">
.
.
.
.
</database>

Note : Do not remove the attribute; just remove the value.

For further assistance, kindly contact us on support@helicalinsight.com or post your queries at forum.helicalinsight.com

Leave a Reply

Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered