quy

Results 6 issues of quy

> NTPDoser.cpp: In function ‘char* strftimeval(const timeval*, char*)’: > NTPDoser.cpp:86:57: warning: '0' flag ignored with precision and ‘%d’ gnu_printf format [-Wformat=] > sprintf(buf + len, ".%06.6d", (int)(tv->tv_usec)); > ^ >...

I run command: `./confluent-5.1.1/bin/connect-standalone ./configuration/connect-standalone.properties ./configuration/clickhouse-sink.properties` Then, I get some errors: ``` ERROR Failed to create job for ./configuration/clickhouse-sink.properties (org.apache.kafka.connect.cli.ConnectStandalone:108) [2019-02-15 02:13:10,943] ERROR Stopping after connector error (org.apache.kafka.connect.cli.ConnectStandalone:119) java.util.concurrent.ExecutionException: org.apache.kafka.connect.errors.ConnectException:...

When I run app with `--master yarn`, I got this error ``` Caused by: org.apache.spark.SparkException: Could not parse Master URL: 'yarn' at org.apache.spark.SparkContext$.org$apache$spark$SparkContext$$createTaskScheduler(SparkContext.scala:2784) at org.apache.spark.SparkContext.(SparkContext.scala:493) at org.apache.spark.SparkContext$.getOrCreate(SparkContext.scala:2520) at org.apache.spark.sql.SparkSession$Builder$$anonfun$7.apply(SparkSession.scala:935) at...

I deploy using default values but after creating session, I get the status of it and got this error message ``` "\t container status: ", "\t\t container name: spark-kubernetes-driver", "\t\t...

`Tests that were aborted took too long too complete or crashed the JVM. Such crashes can arise due to infinite non-terminating loops or recursion (StackOverflowException) or excessive memory consumption (OutOfMemoryException)....

When an yaml file has errrors, the others can not be loaded. I put some try catch to avoid this situation