Pentaho mondrian schema workbench on Macbook pro m1? - pentaho

Does anyone know if it is possible to install pentane mondrian schema workbench on MacBook Pro m1?

Yes, you can install it from here: https://sourceforge.net/projects/pentaho/files/Pentaho-9.2/client-tools/
I opened the Foodmart schema from here: https://github.com/pentaho/mondrian/blob/master/demo/FoodMart.xml
Works fine:

Related

How to install pentaho community edition Server on ubuntu 18.04?

I have followed the steps in http://wiki.joanillo.org/images/1/11/Community_user_guide.pdf but I am unable to run the server
That document refers to version 3.x of Pentaho. Current version is 8.2. The doc is out of date by several years.
There’s no folder biserver-ce anymore, it’s now called pentaho-server. The script’s name is still the same.
You will need a JDK installed (1.8 or above, and if you install Pentaho 8.2 you should use openJDK)
i hope you have started the server, if not run this file using terminal /pentaho-server/start-pentaho.sh ....
please provide the log it will be in the path pentahoserver->tomcat->logs->catalina.out

What version of Hive is packed in CDH 5.5.x?

I would like to know the version of Hive that comes along with the CDH 5.5.x version?
I have managed to get the answer. CDH 5.5.x comes with Hive 1.1.0. For more details of various other tools' version check out this link.

Pentaho 6.0.1 connection to Mapr 5.0.1

I am trying to connect Pentaho DI to Mapr. While creating a connection I get the following error
Unable to load the {0}Shim.
I am using Pentaho Enterprise edition.
Has anyone faced similar issue.
Thanks
Have you installed the pentaho-mapr .jar file in the lib folder of PDI?, for example if you want to connect to mysql database then first you probably need to install the mysql-connector-java-5.1.23-bin.jar file

ODBC Teradata SQL Tool for OS X

TLDR; best Mac SQL Query solution for ODBC Teradata version 14 with some instructions on how to set it up.
Using ODBC version 14.x and Teradata DB version 14.x
Currently, running on a Windows 7 machine using Teradata SQL Assistant, though I am switching to a Mac and so far am unable to get OS X ODBC Management tool to function for my testing, nor could I get the download for the JE of SQL Assistant, as the site 404s. I tried Teradata Studio Express but it's not connecting to ODBC(it's using JDBC) and from what I am reading on the Teradata forums, there is no ODBC driver for Studio Express... with the SQL Assistant JE not available for download, I'm a lost on how I could be querying our Teradata Databases for testing on my Mac.
Others have suggested anything from Excel to Eclipse should work for SQL querying as long as I have the ODBC driver installed (i seem to), I made sure it was even version 14 as well as trying 15.
No dice... I think I am just too newb at this to figure it out without some guidance.
Thanks and if this post is not articulate enough kindly let me know what details I am leaving out and I can add them.
Thank you all so much!
Teradata Studio and Studio Express are the eventual replacement for SQL Assistant providing a cross platform IDE for Teradata professionals. Using it on your Mac should cause you no trouble other than the paradigm shift from using SQL Assistant to an Eclipse-based IDE.

Connect to Oracle 11g using VS2010.net Drivers/Cleints

Hey all i am trying to redistribute my app that uses Oracle 11g:
Imports Oracle.DataAccess.Client
The problem i am having is that it will not run on a machine that doesnt seem to have the correct drivers that its looking for. When i install ODAC 11.2 Release 3 (11.2.0.2.1) with Oracle Developer Tools for Visual Studio on the test VM it works just fine but thats a 230+mb file to download and install! Not to mention that if the user already has Oracle 10/11g on their machine that it may mess up their current connections/etc by installing that setup file.
Is there another setup package that i can install that only has the Oracle Data Provider for .NET 2.0 11.2.0.2.0 or whatever its needing from that ODAC 11.2 Release 3 file.
So any help about what i need to go about fixing this problem would be great! :)
Thanks,
David
assuming you are on a 32bit environment you ought to be able to use the
ODAC112021Xcopy_32bit.zip 50.5 MB (53,019,552 bytes)
the corresponding 64-bit
ODAC112021Xcopy_x64.zip - 53.3 MB (55,955,853 bytes)
the files are smaller than the ODT tools but they work. Here is a dated (but it should get you on the correct track) how-to