This example combines the code for remotefilter and locallistener.
Can you tell me how to run this example in detail?
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/How-to-avoid-the-event-lost-in-the-continuous-query-tp7904p7985.html
Sent from the Apache Ignite
Val,
Can we add this workaround to our documentation by creating an “attention”
block? The block can be removed once the issue is fixed for binary marshaller.
—
Denis
> On Sep 27, 2016, at 3:35 PM, vkulichenko
> wrote:
>
> BTW, as a workaround you can try switching to OptimizedMarshaller. Ad
Excellent, that did the trick! Thanks a lot for the help.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Configuring-ignite-distributed-hibernate-cache-tp7975p7982.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
Remote filter is on server nodes, local listener is on the client. Here is an
example:
https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/CacheContinuousQueryExample.java
-Val
--
View this message in context:
http://apache-ignite-users.70518
Hi,
What query are you executing? This should happen only if you do 'select *',
because this includes special pre-defined _key and _val fields that
represent whole key and value objects. If you specify the list of fields,
you should not get the exception.
-Val
--
View this message in context:
Hi,
Please properly subscribe to the mailing list so that the community can
receive email notifications for your messages. To subscribe, send empty
email to user-subscr...@ignite.apache.org and follow simple instructions in
the reply.
Bhavna Balani wrote
> Currently we have embedded Ignite into
Hi Josh,
Ignite uses Spring for configuration, so you can utilize Spring property
placeholder.You can find a nice example here:
https://www.mkyong.com/spring/spring-propertyplaceholderconfigurer-example/
You can also use one of the shared IP finders provided by Ignite. Shared
here means that each
BTW, as a workaround you can try switching to OptimizedMarshaller. Add this
to your Ignite config:
Let me know if it works.
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Configuring-ignite-distributed-hibernate-cache-tp7975p7977.html
Sent from th
Hi,
Most likely this is caused by this issue:
https://issues.apache.org/jira/browse/IGNITE-3429. Hopefully, someone in the
community will pick it up and fix.
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Configuring-ignite-distributed-hibernate-cache-tp7
I'm using the hibernate caching ignite provides (as documented here:
https://apacheignite.readme.io/docs/hibernate-l2-cache) and having some
difficulty getting the caching to work in a distributed manner. It works
fine when the object is cached locally, and it seems to be aware of the
other machin
Alexey,
Long time no see! :)
2016-08-24 12:03 GMT+03:00 exones :
> Pavel,
>
> Now it's absolutely clear, thank you very much. Looking forward to this
> feature
I would like to get an instance of a JCache CacheManager that is configured
to point at a remote Ignite cluster.
I understand that I can provide a location to a spring configuration file
with the correct discovery strategy, etc.; however, it appears that in that
strategy I must supply an IP addres
Hi,
Local listener need to present on side, where the CC will be invoked, and
remote listener need to be on all server nodes.
On Tue, Sep 27, 2016 at 9:59 AM, ght230 wrote:
> How to deployment ContinuousQuery?
>
> Does remoteFilter deploy on Server side and localListener deploy on Client
> side
Hi,
As I know you can configure CacheJdbcPojoStore in order to pairs of various
object save to different tables. But in the case types of key must be
different.
All nodes of cluster need to have value classes on classpath or to configure
About loading data from persistent store you can look
Ravi,
Could you give more details?
What version of Ignite? What cache store you are using? You grid and cache
configuration. How many nodes in your grid.
It is possible to prepare reproducer?
P.S. 170 rows in 10 minutes looks weird for me.
On Tue, Sep 27, 2016 at 5:33 PM, Ravi Puri
wrote:
> Ho
How to manage time issue when loading data using loadCache() method. It takes
10 mins to load 170 number of data's.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Loading-data-into-cache-timing-issue-tp7965.html
Sent from the Apache Ignite Users mailing list arc
Hi,
First of all we need to ensure that Ignite is really used in your case.
Please advise which Hadoop deployment you use and where mapred-site.xml and
core-site.xml files you mentioned are located?
Vladimir.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Hive
Hi,
Could you please provide more information on your use case?
By default we recommend to have a single Ignite node started on every HDFS
data node so that we can take advantage of data locality and minimize
network traffic. But this is not strict requirement and final cluster
deployment may va
Hi,
MapR support will be available in Apache Ignite 1.8.
Vladimir.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Is-ignite-supported-on-Mapr-File-system-mfs-tp7914p7962.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
19 matches
Mail list logo