dcos-commons
dcos-commons copied to clipboard
DC/OS SDK is a collection of tools, libraries, and documentation for easy integration of technologies such as Kafka, Cassandra, HDFS, Spark, and TensorFlow with DC/OS.
[D2IQ-65350] - Configurable Logrotate options. [D2IQ-66685] - Cassandra Scheduler placement constraints.
Related to [COPS-4971](https://jira.mesosphere.com/browse/COPS-4971)
RLIMIT parameters has been added to HDFS configuration.
As per documentation of Cassandra I keep default values as follows: - memlock unlimited (done set default -1) - nofile 1048576 (Not touched as its already implemented in master) -...
This PR adds USI as a vcs dependency. It is a moving dependency and this choice was made intentionally for a faster dev process (and our target branch is not...
## What changes were proposed in this pull request? Disabled\turned off short-circuit local reads Resolves [HDFS client shows DomainSocket warning when reading files](https://jira.mesosphere.com/browse/DCOS-28911)
Currently, the `uploading` only works with AWS S3. But we may use other cloud providers like Azure, GCP, Aliyun. So we can use env var `S3_ENDPOINT_URL`. If this var is...
Removed Multi Service source code, unit tests, integrations tests, javadoc and markdown references. This is done in the interest of making SDK on USI easier and also partly to cleanup...