View source: R/configuration.R
Some cluster configuration packages contain java dependencies. This utility will use the jar names from the configuration YAML and find the full file paths to the stated dependencies.
1 2 3 | get_java_classpath(jars, cluster_name, base_path, configs)
get_java_dependencies_path(cluster_name, pkg_name)
|
jars |
Character. A vector of jar files to include on the classpath. These should be listed using the full file name, including the ".jar" extension at the end. |
cluster_name |
Character. The name of the cluster. Capitalization and spacing is ignored and does not matter (e.g., "My Cluster" is equivalent to "mycluster") |
base_path |
Character. A file path to the directory where the dependencies may be found. This is used in place of the cluster resources if provided. |
configs |
List. The parsed YAML configurations. This is used if provided and
neither |
pkg_name |
Character. Name of package to identify java dependencies within. Optional. If not provided, it will be derived from the name of the cluster. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.