Hi Slava,
I have found a way around for this. Not sure about the performance
impediments though What I am doing is I am creating a
CachedStoreAdapter which takes in a Map and returns a
List>. So the implementation is something like this I
pass in a sql statement via map and also the necessary
Hi,
Do you know if there is mechanism to subscribe for to transaction events
(pre or post commit)?
My scenario is the following:
I have 2 caches (A and B) that are modified in the same transaction. On the
other hand, I have a third C cache whose entries are calculated based on A
and B values.
I wo
You should use continuous queries for this:
https://apacheignite.readme.io/docs/continuous-queries. They provide exactly
once notification semantics with ordering guarantees.
-Val
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Hi Ilya,
First of all thanks for your response!
I thought about increasing the resources to prevent more than one node on a
host but I believe that in this case it will be better to keep the cluster
running in standalone mode. Firstly because I won't make use of affinity
between Ignite and Spark
You understand it correctly. Currently you can not dynamically start
cache from thin client with expiry policy. Still, you can configure
static cache with whatever expiry policy you want, using Spring Config
and then get it from the thin client. Would that do for you?
Best Regards,
Igor
On Thu,
Hello all,
Is there a way to keep the order of events as they happen on the server, when
subscribing an Event Listener to Ignite? For example I want an Ignite client to
be notified if there is an update made on a specific cache (using
EVT_CACHE_OBJECT_PUT); in this case I'm interested to keep t
the console is warning on heap memory and i want to increase it but doing so
in sparks config doesn't have an affect. How can i set it for the client in
spark?
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Thanks Ivan for confirming my suspicions around the query support for Hive.
I did attempt the SQLServerDialect as well but had the same results.
I did get a success message for the load but no data was actually loaded
into the cache so it appears that was a false positive.
--
Sent from: http:/
Hello all,
I recently started using Ignite for benchmarking a research project on a
local multi-node cluster. Now I need to deploy the cluster on geographically
distributed nodes, but I am stuck at setting up the connection on EC2
machines.
I have closely followed the TCP-based discovery instruct
Hi,
I am facing below exception while executing query on cache. This exception
is not consistent.
I am starting transaction in optimistic mode. Could someone please advice.
try (Transaction transaction = igniteTx
.txStart(TransactionConcurrency.OPTIMISTIC,
TransactionIsolation.SERIALIZABLE)) {
I tried unfortunately I could not reproduce it again to save the logs. All I
remember is, step4 done immediately reproduced the issue. Anyways, if I see
anything again, will let know. Thanks.
From: Evgenii Zhuravlev [mailto:e.zhuravlev...@gmail.com]
Sent: Tuesday, July 03, 2018 2:43 AM
To: user@
Hi,
You can use nightly builds [1] as an option.
[1] -
https://ci.ignite.apache.org/project.html?projectId=Releases_NightlyRelease
Best Regards,
Igor
On Fri, Jul 13, 2018 at 11:58 AM Som Som <2av10...@gmail.com> wrote:
> hi. yes, that's it.
>
> when is the new release with the fix planned? or
this is all i am running
val df =
spark.read.format(FORMAT_IGNITE).option(OPTION_TABLE,"ComplianceSummaryCache.ComplianceSummary").option(OPTION_CONFIG_FILE,"stoxx-server.xml").load()
the intellij project hosting the server was downloaded from the web console.
I haven't changed anything there.
Can you please share the code?
On Fri, Jul 13, 2018 at 4:32 PM wt wrote:
> Hi
>
> I switched to spark 2.2 and now i am getting a different error:
>
> *on the server (intellij running) i have the following output:*
>
>
> [18:50:49]__
> [18:50:49] / _/ ___/ |/ / _
Hi
I switched to spark 2.2 and now i am getting a different error:
*on the server (intellij running) i have the following output:*
[18:50:49]__
[18:50:49] / _/ ___/ |/ / _/_ __/ __/
[18:50:49] _/ // (7 7// / / / / _/
[18:50:49] /___/\___/_/|_/___/ /
Hello!
I'm afraid you will have to debug it and fill and issue since there's not
much expertise in YARN deployments here.
One thing I see in the source that additional nodes might be brought up on
the same host if it has extra resources (as determined by YARN resource
management)
I suggest incre
hi. yes, that's it.
when is the new release with the fix planned? or how can get a fixed
version of driver?
13 июл. 2018 г. 10:20 ДП пользователь "Pavel Vinokurov" <
vinokurov.pa...@gmail.com> написал:
Hi,
Probably this issue relates to
https://issues.apache.org/jira/browse/IGNITE-8838
Thanks,
Hello!
I can see here that you are trying to destroy a cache:
at
org.apache.ignite.internal.util.future.GridFutureAdapter.get0(GridFutureAdapter.java:177)
at
org.apache.ignite.internal.util.future.GridFutureAdapter.get(GridFutureAdapter.java:140)
at
org.apache.ignite.inter
Please refer to this ticket for more information.
https://issues.apache.org/jira/browse/IGNITE-8534
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Hi,
Probably this issue relates to
https://issues.apache.org/jira/browse/IGNITE-8838
Thanks,
Pavel
2018-07-12 15:36 GMT+03:00 Som Som <2av10...@gmail.com>:
> 2.5.0
>
> чт, 12 июл. 2018 г., 12:47 Igor Sapego :
>
>> Hello,
>>
>> What is the Ignite version you are using?
>>
>> Best Regards,
>> Igo
thanks a million for that nugget. I tried to find that info and couldn't find
it, do you perhaps have a link to a resource i can digest as there seems to
be little documentation around the technicals.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
21 matches
Mail list logo