Hello. Thanks for the amazing video. I have been getting an error "org.apache.flink.table.api.ValidationException: Unable to create a sink for writing table "hive.XXXX" while inserting into "sensor_state". Any clue? Not able to find any help online. Thanks.
@Amarjeet-fb3lk Жыл бұрын
Hi Soumil, I have a question. If you are defining your stream in the sql query where you want to put the aggregated data,then why are you creating the table sensor_state, and inserting into that. Isn’t that part at 11.39 , defining the table and the output stream where it should write the data. Why we have another insert statement for sensor_state table?
@sagnikmukherjee5108 Жыл бұрын
Thanks for the awesome tutorial, buddy. I am able to create the streaming pipeline end to end.
@SoumilShah Жыл бұрын
Great!
@nehalverma1444 Жыл бұрын
Thankyou!
@sohailpagdiwale71462 жыл бұрын
while im running thie on my editor it showing me an error= kinesis_client = boto3.client('kinesis', NameError: name 'boto3' is not defined can you help me to resolve this error ?