You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


  • Motivation:
    • with GIP 4: MySQL backed job config store Gobblin yarn instance will pick up any new job from the metadata, there is no way to have common metadata from which multiple different instance can run.
    • This is required in an environment where there are multiple gobblin installations.
  • Proposed Change
    • introduce namespace
    • while starting gobblin it can specify which namespace it wants to operate on, if not specified it defaults to "default" namespace.
  • New or Changed Public Interfaces:
    • no change to any interface or CLIs
  • Migration Plan and Compatibility
    • This feature must be fully backward compatible.
  • Rejected Alternatives:
    • none


  • No labels