{{theTime}}

Search This Blog

Total Pageviews

What is ODA Data Source and What are the Types of ODA Data Sources

ODA -- Open Data Access
Types of ODA:
  • Flat File Data Source
  • Hive Data Source
  • JDBC Data Source
  • Web Services Data Source
  • XML Data Soure

No comments:

Mysql - java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

Add allowPublicKeyRetrieval=true to the JDBC URL. jdbc:mysql://localhost:3306/db?allowPublicKeyRetrieval=true&useSSL=false