Move Kinesis to separate module, migrate HTTP transport to httpclient5#3205@mobuchowski Moves Kinesis integration to a separate module and updates HTTP transport to use HttpClient 5.x.
Spark: Limit the Seq size in RddPathUtils::extract()#3148@codelixir Adds flag to limit the logs in RddPathUtils::extract() to avoid OutOfMemoryError for large jobs.