sunny1978
sunny1978
Provider org.apache.spark.sql.hive.orc.DefaultSource could not be instantiated **Stack** 18/03/30 11:01:17 ERROR HDFSSink: Unable to execute sink operation using DF-DataFrame-Store. Exception:org.apache.spark.sql.sources.DataSourceRegister: Provider org.apache.spark.sql.hive.orc.DefaultSource could not be instantiated java.util.ServiceConfigurationError: org.apache.spark.sql.sources.DataSourceRegister: Provider org.apache.spark.sql.hive.orc.DefaultSource could...
Hi I have a use case to convert a Row to AVRO and write those Bytes to Kafka Sink. Kindly help me. I tried this: Tried This: >RecordBuilder recordBuilder =...
After subscribing, I am getting the event data like {"event":{"createdDate":"2018-11-20T18:20:23.383Z","replayId":2,"type":"updated"},"sobject":{"Email":"[email protected]","Id":"someid","Name":"Test 2"}} I would like to receive schema too. I cannot just post this data to down stream apps. I need...