Jean-Baptiste Besselat

Results 15 comments of Jean-Baptiste Besselat

It's seems that SPARK_MASTER_IP has been deprecated. SPARK_MASTER_HOST should be used and can be configured with an IP address. You can see it [there](https://github.com/apache/spark/blob/branch-2.4/core/src/main/scala/org/apache/spark/deploy/master/MasterArguments.scala).

I've deployed my version into clojars as luhhujbb/clostache

It seems that this feature (ie label values http api with series_selector in match params) exists only since v2.24 of prometheus.

Hello, it was working on version v2.11.2, we update today and this problem begin to occur. We roll back console to v2.11.2 and leave the server on v2.12.0 and the...

Hello, we tried to upgrade to v2.13.0.beta1 ```Uncaught (in promise) ChunkLoadError: Loading chunk 2 failed. (missing: https://hasura-console/rstatic/dist/2.js) e https://graphql-engine-cdn.hasura.io/console/assets/channel/stable/v2.12/vendor.js.gz:1 1310 https://graphql-engine-cdn.hasura.io/console/assets/channel/stable/v2.12/main.js.gz:1 1310 https://graphql-engine-cdn.hasura.io/console/assets/channel/stable/v2.12/main.js.gz:1 c https://graphql-engine-cdn.hasura.io/console/assets/channel/stable/v2.12/vendor.js.gz:1 1308 https://graphql-engine-cdn.hasura.io/console/assets/channel/stable/v2.12/main.js.gz:1 1308 https://graphql-engine-cdn.hasura.io/console/assets/channel/stable/v2.12/main.js.gz:1 c...

@tirumaraiselvan the issue with REST endpoint is a particular case of my issue which affect the whole console (Rest/Data/Actions), when I open network tab of my browser developer tools, there...

This issue is still present on v2.13.0 release and v2.14.0.beta.1

More details: - https://hasura-console/rstatic/dist/2.js is still not a javascript file it's an html file so it's no correctly loaded. It implies a chunkLoadError - data.undefined endpoint error still occurs

@tirumaraiselvan I simply do * `hasura console`and monitor network call from my browser developer tools (local console) * I also run console in standalone mode using the docker image v2.14.0.beta.1...

@soorajshankar as explained here I mention both problem. > @tirumaraiselvan the issue with REST endpoint is a particular case of my issue which affect the whole console (Rest/Data/Actions), when I...