i have query VQL like this: select nmtkp, FORMATDATE('yyyyMM',cast(tglapprove as timestamp)) as blnlApprove, COUNT(distinct(sku)) as JlhBarang,SUM(price) as HargaTotal from dbmart.facttrans a where GETYEAR(cast(tgltrans as date))=2020 and jnsklaimreg=...
Answers:
2
We are trying to connect to a Impala table through Denodo. We are able to connect to Impala and see the underlying table. However when we create a base view, the "array" field in underlying Impala table is coming as "text" field. For example below "tes...
Answers:
3
The data source in test drive "ds_impala_historicaldata" when click on test connection does not seem to succeed. The connection status shows "Testing JDBC connection" for long time and does not end.
Answers:
2
We have Cloudera5.12.2 and we’d like to connect to Impala(impala-2.9.0+cdh5.12.2+0) with JDBC. We use kerberos and we checked that we can kinit with the user we intend to use. We just DL the latest denodo express. Java is version8. We have DL Clouder...
Answers:
6
Currently Denodo supports Impala 2.3 version. We are at Impala 2.6.0, can we still use older Impala JDBC connection for newer version of Impala? Can we connect Denodo with Impala using generic JDBC connection?
Answers:
1