Skip to content

Commit

Permalink
#300 Update spark-inf v2 migration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cwoods-cpointe committed Aug 29, 2024
1 parent 108e030 commit df9d5f5
Showing 1 changed file with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,19 @@ recommend removing them from your values file entirely.

**Note**: *all new property locations include the prefix `aissemble-thrift-server-chart.`*

| Old Property Location | New Property Location | Additional Notes |
|-----------------------|-----------------------|------------------|
| service.spec.ports[] | service.ports[] | |
| Old Property Location | New Property Location | Additional Notes |
|-------------------------|-----------------------|----------------------------------------------|
| service.spec.ports[] | service.ports[] | |
| service.spec.type | service.type | |
| configMap.sparkDefaults | sparkConf | Removes the need for the spark-config volume |
| configMap.hiveConfig | hiveSite | |
| deployment.ports[] | service.ports[] | |
| deployment.args | deployment.command | |

## Property Removed

The following properties no longer exist.

| Property | Reason |
|----------|------------------------------------------------------------|
| status | This property was ignored in the original chart by default |

0 comments on commit df9d5f5

Please sign in to comment.