If you are using Windows, you may think you can only use the .exe file for installing Yellowfin, however this is not the case.
But why would you want to use the .jar when you can double-click on an .exe file?
Well, installing with the .jar allows you to add a few special Java parameters, which could help resolve a few issues.
If you don't have the cross-platform installer, you can download it from here.
The command below will need to be run in the command prompt with full admin rights.
[code]
Java jar [/code]
The -Xmx switch can also be used to increase the amount of Java memory allocated to the installer.
Example: my installation file is located on the root of c:
[code]
Java jar Xmx1024m c:yellowfin-20120703.jar
[/code]
The above will run the installer and give it 1024mb of memory to run
If you run into any errors during installation, please send across screenshots of the errors, and also include the YellowfinInstallLog.
You can email this information to [color="#2C36EA">support@yellowfin.bi[/color]
The first command you have listed starts the install
Next the install asks you for an install directory - where do you tell it to install the software on linux?