Hello, We use just TCP readiness/liveness probes checking the Metastore listener port (specified by hive.metastore.port or metastore.thrift.port). I don't know if an HTTP endpoint is available for Metastore.
readinessProbe: tcpSocket: port: 9083 initialDelaySeconds: 10 periodSeconds: 20 livenessProbe: tcpSocket: port: 9083 initialDelaySeconds: 20 periodSeconds: 20 Best, --- Sungwoo On Wed, Jul 15, 2020 at 2:23 AM Eric Pogash <epog...@salesforce.com> wrote: > Ping on this, does anyone know of a health endpoint? > > Eric > > > On Wed, Jul 8, 2020 at 3:04 PM Eric Pogash <epog...@salesforce.com> wrote: > >> Hello, >> >> I'm looking to establish a readiness and liveness probe in kubernetes >> where we are hosting a hive standalone metastore. Is there an http health >> endpoint available for the standalone hive metastore that I can use? If >> not, what is the recommended approach here? >> >> Best, >> Eric Pogash >> >