Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

1.0.9

Compare
Choose a tag to compare
@jamesbloomer jamesbloomer released this 10 Jul 11:33
· 159 commits to master since this release

This release contains a new version of datasift-writer and requires a change to the config file (writer.json), add "bulk_items": 1000 and change "bulk_size" to 100000.

Changes
  • Auto retry is disabled in the DataSift Writer http client, allowing more accurate monitoring in the metrics.
  • A bulk_size option has been introduced in the DataSift Writer configuration to help improve bulk upload rate.
Upgrade steps

On your instance(s) of the DataSift Connector:

  • Download the latest version of the datasift-writer RPM from Github
  • Change /etc/datasift/datasift-writer/writer.json
  • Upgrade datasift-writer sudo yum --nogpgcheck localinstal datasift-writer-1.0.x.1.noarch.rpm
  • sudo supervisorctl restart datasift-writer

Alternatively:

  • Create a new instance using packer or vagrant.

or

  • Run chef to reprovision your instance.