Nik

Results 4 issues of Nik

This connector doesnot work with most versions of EMR. org.apache.spark.sql.execution.datasources.FileFormatWriter$.org$apache$spark$sql$execution$datasources$FileFormatWriter$$executeTask(FileFormatWriter.scala:272) at org.apache.spark.sql.execution.datasources.FileFormatWriter$$anonfun$write$1$$anonfun$apply$mcV$sp$1.apply(FileFormatWriter.scala:191) at org.apache.spark.sql.execution.datasources.FileFormatWriter$$anonfun$write$1$$anonfun$apply$mcV$sp$1.apply(FileFormatWriter.scala:190) at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:87) at org.apache.spark.scheduler.Task.run(Task.scala:108) at org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:335) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NoSuchMethodError: com.google.common.util.concurrent.RateLimiter.acquire(I)D...

I am using the following. "rate_limit_per_segment": "10", "page_size": 100,"segments": 5. our RCU is 100 and it always goes above 150 and dynamo throttles it. Can you recommend the appropriate parameters...

snippet used ``` # Setting what variables are time series type_schema = { "NO2 Mean": "timeseries", "NO2 1st Max Value": "timeseries", "NO2 1st Max Hour": "timeseries", "NO2 AQI": "timeseries", "cos":...