Assure DQ

Welcome to the Assure DQ community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Here are some useful links where you can find more information:

Product Announcements  Product Documentation  Ideas Portal

Discussions

Members

Resources

Events

 View Only
  • 1.  Zookeeper and Assure

    Posted 08-13-2020 11:10

    Can Infogix Assure use zookeeper to access hadoop related tables vs a jdbc hive driver?  



  • 2.  RE: Zookeeper and Assure

    Employee
    Posted 08-13-2020 14:00

    Assure has layouts that can be "database layouts", which means can connect to via jdbc and run sql queries. So, Hive can do sql queries that map-reduce over hadoop/hdfs data, and technically possible to use with Assure as just another jdbc driver and layout rule. We don't think ZooKeeper does anything like jdbc/sql. Hive may be configured to use ZooKeeper to find out what services and "stuff" are out there.

    It is possible for Assure to add "plugin layouts" that access other types of data; these are technically outside of the product proper.

    Its not clear to what you might want to obtain via ZooKeeper that we might expose as a kind of plugin layout. Whenever we start down this track, though, things usually end up in DQ+ instead.



  • 3.  RE: Zookeeper and Assure

    Posted 08-13-2020 14:29

    Correct,   we wanted to know if Infogix Assure can have similar setup to how Infogix Data 360 DQ+ is setup to read hive tables.  Wanted to stay away from JDBC connections as much as possible in Infogix Assure in reading hive.  But it sounds like if that is the route to take, users end up heading to DQ+ instead based on your answers.