Author |
Message |
|
Hi,
the step to perform are:
1) install SpagoBI;
2) download the jdbc driver for HiveServer2 with Impala;
3) copy the driver and its dependencies in the lib folder of the application server that host SpagoBI (if you are using the demo all in one the folder is SpagoBI-Server-4.2-10042014\lib);
4) Configure a jdbc connection that points to Impala using the same connection string you are using to connect to hive from other aplications. For example ...
That should be all.
Regards,
AG
|
 |
|
5.0RC is just a Release Candidate version so we suggest you to wait for the 5.0 stable version that will be released on September for production.
Regards,
AG
|
 |
|
The right link for the demo is : http://www.spagoworld.org/SpagoBI/index.html
At the moment anyway the demo is not online because we are working on the new demo for version 5.0 that will be publicly available on September.
Could I ask you from where do you have taken the wrong link (i.e. http://spagobi.eng.it/SpagoBI/ )?
Best regards,
A
|
 |
|
It's not configurable at the moment. If you want you can try anyway to hack the code modifying OpenLayers.StyleMap configuration in file MainPanel.js
Regards,
Andrea
|
 |
|
could you post the template and a toy query to test it?
Regards,
Andrea
|
 |
|
Hi Alessandro,
I just granted you. Let me know if you have problems accessing the document.
Best regards,
Andrea
|
 |
|
You can start looking at the tutorial available here: https://sites.google.com/site/spagobionthebrain/
It's not finished not yet updated but it is anyway a good starting point.
best regards,
A
|
 |
|
No it's not possible at the moment.
Regards,
Andrea
|
 |
|
The log level is set to DEBUG? Are you trying to define the datasource as JNDI connection or as JDBC conncetion?
A
|
 |
|
Hi Tommaso,
the QBE queries are saved in "customized views" panel that is collapsed by default. It is located in the bottom part of the document. You should see at the bottom of the page a small arrow icon. Click on it to expand the panel and reload a previously saved query.
You can define as many worksheets as you want over the same query. Just modify an existing one than click on "Save as" button to save it as a brandnew worksheet.
Andrea
|
 |
|
Hi Diego,
that's a good news. Of course I will more than happy to provide to your teem all the required support to kick start this interesting contribution.
First of all you need to configure your developement environment in eclipse downloding the code of SpagoBIGeoReportEngine. Then you can give a look at file SpagoBIGeoReportEngine\WebContent\js\src\ext\sbi\georeport\MainPanel.js that build all the gui. In particular the function initAnalysis that is called at startup and is in charge to set the target layer (i.e. the one thematized) that at this time does not change anymore, it is the same for all the indicators. What we want to do here is to modify the code in order to dynamically change the target layer every time the indicator in the combobox change. That's just a first overview of what to look at and what to modify. For any more specific question feel free to drop me an email.
Reagrds,
Andrea Gioia
|
 |
|
Hi Miguel,
it's not possible at the monent thematize different overlays. You can only thematize multiple time, using different indicators, the same overlay. Having the possibility to thematize multiple overlays it's an interesting improvement to the engine capabilities but at the moment is not in our roadmap.
Regards,
Andrea
|
 |
|
This is a regression bug. See SPAGOBI-1013
A simple workaround is to modify the case of the referenced feature's attribute names in the template's block dynamicParams ...
From:
To:
Note: do this modification both within detailDocumentConf and inlineDocumentConf.
Regards,
Andrea Gioia
|
 |
|
Thanks
A
|
 |
|
Fixed and patched on SpagoBI 3.6. You can find the patch here: https://www.spagoworld.org/jira/browse/SPAGOBI-991
Thanks for the feedback and sorry for the bug,
Andrea Gioia
|
 |
|