Jump to content
We've recently updated our Privacy Statement, available here ×

mlaspina

Members
  • Posts

    13
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by mlaspina

  1. Try using the $X on the input control query. For example : where $X{IN,DatabaseRoleColumn,$P{LoggedInUserRoles}} This would translate to "Where DatabaseRoleColumn In ('Role_user', 'Role_admin')" for users with those 2 roles.
  2. Version 5.6 will fully support Hive 2 - I am using Cloudera Impala for some demo work and getting very impressive performance results with it. I beleive that the Community Edition will also support connectivity to Hive2 as well. As for the release date, I can not comment on that, but we are getting close at this point.
  3. Yes - you can use the WAR file distribution on server 1 - 3 in order to skip the postgres install and point them to the repo DB on server 4. This will require you to do the following: Manually install Postgres on server 4.Manually create the repostiory on your Postgres instance (see chapter 6 of the JasperReports-Server-Install-Guide)Manually install Tomcat on servers 1 - 3Use the WAR file distribution to install JRS (see chapter 5 of the JasperReports-Server-Install-Guide)A word of caution- if you are using a load balancer in front of servers 1 - 3, you have to configure it for 'sticky session'. Once a session is established, it needs to reamin on the server it started on.
  4. had to install "webkitgtk-devel-1.2.6-5.el6.x86_64.rpm" from http://www.rpmfind.net//linux/RPM/centos/6.5/x86_64/Packages/webkitgtk-devel-1.2.6-5.el6.x86_64.html using yum. It also installed about 40 dependent packages. This fixed the issue.
×
×
  • Create New...