Releases: radanalyticsio/oshinko-cli
version 0.6.1
Default cluster image for this release
The default cluster image for this release is radanalyticsio/openshift-spark:2.4-latest found here
The Apache Spark version is 2.4.
version 0.5.6
Default cluster image for this release
The default cluster image for this release is radanalyticsio/openshift-spark:2.3-latest found here
The Apache Spark version is 2.3.
Summary of changes
- In v0.5.5, an empty json/yaml object is returned when the "get" command is used with the -o flag and a cluster name if the cluster does not exist. This case now correctly returns an error.
version 0.5.5
Default cluster image for this release
The default cluster image for this release is radanalyticsio/openshift-spark:2.3-latest found here
The Apache Spark version is 2.3.
Summary of changes
- The output of "get" has been streamlined and column headers have been added. To see the old stype ouput, use the "-d" (deprecated) flag on the get operation
- The README.md and HACKING.md files in the source have been updated
- Issue 103 (Unable to build binary for oshinko-cli with mac os x) has been resolved
- Issue 111 (Vagueness about getting started with CLI) has been resolved
- Issue 46 (Output of oshinko-cli get mycluster -o json command as JSON object) has been resolved
- Issue 45 (Get command on empty clusters list with JSON/YAML) has been resolved
Release v0.5.4
Default cluster image for this release
The default cluster image for this release is radanalyticsio/openshift-spark:2.3-latest found here
The Apache Spark version is 2.3.
Summary of changes
- Report an error on cluster creation if a cluster configuration configmap contains unrecognized fields (issue #42)
- Only set the "Name" field of the cluster configuration reported by "get" to default-oshinko-cluster-config if a configmap of that name has been created and was read to override the default cluster configuration. Otherwise, set the "Name" field to empty string.
Release v0.5.3
Default cluster image for this release
The default cluster image for this release is radanalyticsio/openshift-spark:2.3-latest found here
The Apache Spark version is 2.3.
Summary of changes
There are no changes from v0.5.2
version 0.5.2
Default cluster image for this release
The default cluster image for this release is radanalyticsio/openshift-spark:2.3-latest found here
The Apache Spark version is 2.3.
Summary of changes
A --nopods flag has been added to "oshinko get" that will omit the pod list when the -o yaml|json flag is also used. This is to allow checking the configuration of a cluster without listing all of the pods.
Release v0.5.1
Default cluster image for this release
The default cluster image for this release is radanalyticsio/openshift-spark:2.3-latest found here
The Apache Spark version is 2.3.
Summary of changes
- The Apache Spark version moved to 2.3.0
- The build script was fixed for building the oshinko CLI on Mac
Release v0.4.6
Default cluster image for this release
The default cluster image for this release is radanalyticsio/openshift-spark:2.2-latest found here
The Apache Spark version is 2.2.
Summary of changes
- Add the metrics port to worker pods if metrics is enabled on the cluster (note, no service created)
Release v0.4.5
Default cluster image for this release
The default cluster image for this release is radanalyticsio/openshift-spark:2.2-latest found here
The Apache Spark version is 2.2.
Summary of changes
-
Suppress extra info on cluster delete unless verbose flag is used
-
Support 'prometheus' as a value for --metrics
This change supports 'jolokia' or 'prometheus' as values for --metrics. Jolokia is still the default if the metrics
flag is set to 'true', but it has been deprecated and will be removed in a future release.
Users should switch to prometheus.
Release v0.4.4
Default cluster image for this release
The default cluster image for this release is radanalyticsio/openshift-spark:2.2-latest found here
The Apache Spark version is 2.2.
Summary of changes
No changes since v0.4.3