Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installing a Yellowfin Cluster

As a Yellowfin Cluster cluster requires only one database instance, it means that the Yellowfin Installation installation process will differ slightly when installing a cluster. The first Yellowfin Cluster cluster node can be installed the same way as a standalone instance of Yellowfin. The command-line or GUI installer can be used.

Additional Yellowfin Cluster nodes do not require the Yellowfin database.  There are several ways for installing additional nodes:

 

No Database Access Installation

...

Use the Yellowfin Installer using the command:

Code Block
languagejava
java -jar yellowfin-20170928-full.jar action.nodbaccess=true

 

The action.nodbaccess=true true option will run the installer as usual, and prompt for database credentials, but not create or alter the database during installation. This will only generate the filesystem component of Yellowfin. If Legacy Clustering is used, individual changes may need to be made to the web.xml file on each of the nodes.

...