Beni Ben zikry
Beni Ben zikry
Just my 2 cents for iTerm users This happened to me with [starship](https://github.com/starship/starship) prompt and drove me nuts pretty quickly. I used the following configuration and noticed the issue didn't...
> This issue still sometime pops up randomly when zsh-autosuggestions is on. > Example that im seeing > > I type > **kubectl config ge** > > what I see...
Encountered this as well while upgrading to 4.2.2
Hi @maknihamdi you are correct in asserting that docs are problematic when it gets to this topic - once #1568 is pushed it'll be great to get a discussion going...
@dfarr @batCoder95 We have a simple implementation [here](https://github.com/bbenzikry/spark-on-k8s-operator/tree/hive-subpath) that we use internally, based on the changes @wweic suggested, iterating over the configmap keys. We didn't add a PR as we...
@batCoder95 Specifically for glue we use something like this: ```yaml apiVersion: v1 data: hive-site.xml: | hive.imetastoreclient.factory.class com.amazonaws.glue.catalog.metastore.AWSGlueDataCatalogHiveClientFactory aws.region REGION kind: ConfigMap metadata: namespace: JOB_NAMESPACE name: spark-custom-config-map ``` ```yaml kind: SparkApplication...
Hi @joanjiao2016, the example image is based on the operator version available at that time - it hasn't been updated with any upstream changes ( specifically for kerberos, I saw...
> For what it's worth, we've open sourced a fully contained build and docker image for Spark 3.1.1 (with the kubernetes deps), Hadoop 3.2.0, Hive 2.3.7, and this glue client...
Great, I'll work on this next week, it probably boils down to setting a width or height on the spec's config. As for the setting, it was added a bit...
Hi @RandomFractals, sorry for the late response. I'll have a look at it next week and see if it still reproduces. I'll share an example if it does.