1

I want to stream the data from postgreSQL to HDFS but all of my tables have multiple timestamp columns. I had tried simple jdbc connect and HDFS sink offered by confluent to read data from postgres and write it to HDFS but all of my date columns are converted into BigInt instead of date format. I don't know which format this big int is in but its not in Unix timestamp.Is there any why to find out in which format that is? I am also thinking to transform the date columns to UNIX timestamp in my jdbc connect and then transform them to date in my sink by using TimeStampConverter. But i don't know how to implement it in my current procedure. The issue is reported here.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
jarry jafery
  • 1,018
  • 1
  • 14
  • 25

0 Answers0