Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 641 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 641 Bytes

Ambrose Pig Support

Implementation

Ambrose integrates with Pig 0.11.0+ via Pig's PigProgressNotificationListener (PPNL) interface. The ./bin/pig-ambrose script launches Pig with the EmbeddedAmbrosePigProgressNotificationListener. This PPNL records Pig workflow state in memory, and starts an embedded Jetty web server that hosts the Ambrose web application.

Known issues

  • Pig scripts which include exec statements are not currently supported.