We have a need to archive CMS data into an hadoop cluster. The import application connects through JDBC to the Avaya database and attempts to do some transaction isolation. The connection then fails because logging is not turned on for the CMS database. We would like to request that logging be turned on for the databases that we will being connecting to. Using this import application will give us a reliable way to import this data without having to add in extra layers of staging and importing into other methods before moving the data to hadoop.
It isn’t clear to me why the connection is failing or how that is connected to logging. It is my understanding that JDBC applications normally are written to pull data from the Informix database. Although the factor that we have of adding in transaction isolation may be what causes the problem.
In any case, issues like activating logging is more of an implementation issues and therefore I’m really not familiar with what would be needed to turn on logging.
It isn’t clear to me why the connection is failing or how that is connected to logging. It is my understanding that JDBC applications normally are written to pull data from the Informix database. Although the factor that we have of adding in transaction isolation may be what causes the problem.
In any case, issues like activating logging is more of an implementation issues and therefore I’m really not familiar with what would be needed to turn on logging.
Comment