Skip to content
View cguegi's full-sized avatar
  • Scigility Inc.
  • Zurich, Switzerland
Block or Report

Block or report cguegi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. azure-databricks-airflow-example azure-databricks-airflow-example Public

    Example of orchestrating dependent Databricks jobs using Airflow

    Python 11 8

  2. Zookeeper health check and restart s... Zookeeper health check and restart script using the Ambari REST API
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # 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
    # 
  3. orca orca Public

    Vagrant file creating multi-node virtual Hadoop cluster.

    Python 2 2

  4. 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
    3
    watch -n5 bin/kafka-run-class.sh kafka.admin.ConsumerGroupCommand --bootstrap-server <broker_host>:<port> --group <group_id> --describe
    4
    
                  
    5
    # reset offsets to latest offset