Latest Activity
Hi, I'm trying to run a query on Denodo from AWS Glue. I connect to Denodo using denodo-vdp-jdbcdriver.jar. I'm using Spark 2.4.3 on Glue and my query looks something like this. Query: sql = select <columns> from <interface> where col1 = '...
I am making JDBC connection to Denodo database using pyspark. The table that i am connecting to contains "TIMESTAMP_WITH_TIMEZONE" datatype for 2 columns. Since spark provides builtin jdbc connection to a handful of dbs only of which denodo is not a pa...
Hi, I'm connecting to denodo from AWS Glue (with Spark 2.4.3). When I issue a query to denodo from Glue, it fires multiple queries to denodo. eg: Denodo Query: select * from (select sum(col1) as col1, col2, col3 from interface view where filters grou...
I had created spark conenction in denodo. Datbase Adapter: Spark SQL 1.6 Driver Class : org.apache.hive.jdbc.HiveDriver Database URI : jdbc:hive2://xyx.abc.com:10000 But while running queries;still the job is running on mapreduce. In yarn for the job...
Hi Team, We are looking for Connector for Spark SQL. when i go through the same question, i see one answer that we need to create the baseview from query instead import baseview. Also config change in hive datasource. These answers are when the versio...
Hi, I need to connect to Denodo platform vdp from spark sql? I have denodo 6. Where can I get the connector? Please advice. Thanks.