本記事では CData サポート担当からこんなことを聞かれたらどこを確認すべきか?という観点で、よく頂くお問合せ内容をご紹介します。
記事はこちら →CData JDBC Driver for Parquet を使って、各種ツールからParquet データにアクセスすることが可能になります。本記事では、Parquet データにRazorSQL のウィザードから連携利用する方法を紹介します。
JDBC URL:接続パラメータを入力します:jdbc:parquet: から始まるJDBC URL を入力します。接続プロパティをカンマ区切りで書きます。
Connect to your local Parquet file(s) by setting the URI connection property to the location of the Parquet file.
一般的なURL ::
jdbc:parquet:URI=C:/folder/table.parquet;
Connect to your local Parquet file(s) by setting the URI connection property to the location of the Parquet file.
接続を確立後、Wizard が閉じ、接続はコネクションパネルで接続が利用可能になります。テーブルをクエリしてみます。