Pinned Loading
-
azure-databricks-airflow-example
azure-databricks-airflow-example PublicExample of orchestrating dependent Databricks jobs using Airflow
-
Zookeeper health check and restart s...
Zookeeper health check and restart script using the Ambari REST API 1#!/usr/bin/env bash
23# Despite healthy state in Ambari, single Zookeeper servers are unable to join the quorum.
4# See https://issues.apache.org/jira/browse/ZOOKEEPER-2938 for more details.
5#
-
Collection of useful Kafka commands
Collection of useful Kafka commands 1# monitor the position of your consumers
2# http://kafka.apache.org/documentation/#basic_ops_consumer_group
3watch -n5 bin/kafka-run-class.sh kafka.admin.ConsumerGroupCommand --bootstrap-server <broker_host>:<port> --group <group_id> --describe
45# reset offsets to latest offset
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.