Re: Ignite with hive as 3rdparty persistence

2018-04-06 Thread Venkata Bhagavatula
Hi Andrei,

Thanks , we will try and get back to you.

Regards,
Chalapathi.

On Fri, Apr 6, 2018 at 2:16 PM, aealexsandrov 
wrote:

> Hi,
>
> You can describe your own cacheConfiguration as follow:
>
> 
>
>  class="org.apache.ignite.configuration.IgniteConfiguration">
>   ...
> 
>   
> 
>   ...
> 
>class="org.apache.ignite.cache.store.jdbc.CacheJdbcPojoStoreFactory">
>  />
>   
> 
> 
>   
> 
> 
>
> %HIVE_JDBC_DRIVER% you can find here:
>
> https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/
> bk_data-access/content/hive-jdbc-odbc-drivers.html
>
> For more information read next:
>
> https://apacheignite.readme.io/docs/3rd-party-store
>
> Best Regards,
> Andrei
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>


Re: Ignite with hive as 3rdparty persistence

2018-04-06 Thread aealexsandrov
Hi,

You can describe your own cacheConfiguration as follow:


  

  ...

  

  ...

  

  


  



%HIVE_JDBC_DRIVER% you can find here:

https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.4/bk_data-access/content/hive-jdbc-odbc-drivers.html

For more information read next:

https://apacheignite.readme.io/docs/3rd-party-store

Best Regards,
Andrei



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Ignite with hive as 3rdparty persistence

2018-04-05 Thread Venkata Bhagavatula
Hi,

We want to use hive as a 3rd party persistence for ignite. To achieve this
can you let us know how to take it forward. From the documentation, i
understand that we need to implement the CacheStore interface for achieving
this.

How can we make it generic enough irrespective of any schema?
We came to know that Hadoop accelerator is not to be used.

A quick response is highly appreciated.

Thanks n Regards,
Chalapathi.