The release 1.6.0.0 of the Streamsets Data Collector has been released on September 1st. This release comes with an incredible number of new features. Here are some of the most interesting:
Furthermore, it is now possible to download a smaller installer package (TGZ or RPM) and then install manually only the individual packages you really need. Here is the sequence of commands for the core TGZ archive to download it and installing the required stages:
Enjoy it!
- JDBC Lookup processor: it can perform lookups in a database table through a JDBC connection and then you can use the values to enrich records.
- JDBC Tee processor: it can write data to a database table through a JDBC connection, and then you can pass generated database column values to fields.
- Support for reading data from paginated webpages through the HTTP origin.
- Support for Apache Kafka 0.10 and ElasticSearch 2.3.5.
- Enterprise security in the MongoDB origin and destination including SSL and login credentials.
- Whole File Data format: to move entire files from an origin system (Amazon S3 or Directory) to a destination system (Amazon S3, HDFS, Local File System or MapR FS). Using the whole file data format, you can transfer any type of file.
Furthermore, it is now possible to download a smaller installer package (TGZ or RPM) and then install manually only the individual packages you really need. Here is the sequence of commands for the core TGZ archive to download it and installing the required stages:
# extract the tar file
$ tar xvzf streamsets-datacollector-core-1.6.0.0.tgz
$ cd
streamsets-datacollector-core-1.6.0.0
# list all downloadable stage libraries
$ ./bin/streamsets stagelibs -list
# install stage libraries as required
$ ./bin/streamsets stagelibs -install=<stageid1>,<stageid2>
Enjoy it!
Comments
Post a Comment