Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.13 KB

BUILD.md

File metadata and controls

43 lines (27 loc) · 1.13 KB

StreamSets

Building StreamSets Data Collector

To build the Data Collector you will need the following software :

  • Git 1.9+
  • JDK 1.7.*
  • Maven 3.2.3+

Follow these instructions to build the Data Collector :

  • Get the latest code from github

git clone http://github.com/streamsets/datacollector-api

Build

From within the DataCollector API directory, execute:

mvn clean package

Install it locally

From within the DataCollector API directory, execute:

mvn clean install