Re: TC access

2016-06-27 Thread Alexey Kuznetsov
Hmmm,... Seems NO. I searched over web site and wiki and not found anything. We could ask Anton as the most experienced person to add appropriate page to wiki. On Tue, Jun 28, 2016 at 12:02 PM, Dmitriy Setrakyan wrote: > Alexey, is this documented? > > > > On Jun 27,

Re: TC access

2016-06-27 Thread Dmitriy Setrakyan
Alexey, is this documented? > On Jun 27, 2016, at 9:33 PM, Alexey Kuznetsov wrote: > > Alexandre, > > If you need to test your PR with existing tests just: > 1. Go to http://ci.ignite.apache.org > 2. Register if needed / Loging. > 3. Select appropriate test / all

Re: Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-06-27 Thread hu...@neusoft.com
hi, Alexey First, thanks your reply. My oracle version is 12.1.0.1.0, the ddl script is the following: CREATE TABLE "UIGNITE"."KC21" ( "AKB020" VARCHAR2(20) NOT NULL ENABLE, "AKC190" VARCHAR2(24) NOT NULL ENABLE, "AAC001" NUMBER(20,0) NOT NULL ENABLE, "AAZ500" VARCHAR2(50),

Re: TC access

2016-06-27 Thread Alexey Kuznetsov
Alexandre, If you need to test your PR with existing tests just: 1. Go to http://ci.ignite.apache.org 2. Register if needed / Loging. 3. Select appropriate test / all tests and run them with specifying number of your PR. If you are going to add new tests you need admin privileges for that. I

ignite group indexing not work problem

2016-06-27 Thread Zhengqingzheng
Hi there, My ignite in-memory sql query is very slow. Anyone can help me to figure out what was wrong? I am using group indexing to speed up in-memory sql queries. I notice that my sql query took 2274ms (data set size: 10Million, return result:1). My query is executed as: String qryStr =

Re: argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-06-27 Thread Alexey Kuznetsov
Hi, Bob! Could post here a sample table script that help us to reproduce the problem? Something like "create table test ()". Also, just in case please specify your Oracle version. Thanks! -- Alexey Kuznetsov

Re: Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same ver

2016-06-27 Thread bintisepaha
Are our nodes running the same JDK version? -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Creating-cache-with-CacheLoaderFactory-on-client-node-brings-exception-org-apache-ignite-IgniteCheck-tp5915p5938.html Sent from the Apache Ignite Users mailing list

Re: Calling serviceDescriptiors after service deployment throws exception

2016-06-27 Thread vkulichenko
Hi, This happens because you save Ignite instance in the service and it then can't be deserialized in the user thread. Generally, I would recommend to avoid serialization of Ignite, IgniteCache and similar objects. To do this you can inject Ignite into the service like this: class MyService

Ignite work directory usage?

2016-06-27 Thread bintisepaha
Hi, Could someone explain the use of work directory? How does it work for client and server? Do they need to have access to the same directory? There is not much documentation on it. Thanks, Binti -- View this message in context:

argument type mismatch of oracle TIMESTAMP field when call loadCache

2016-06-27 Thread hu...@neusoft.com
hi, When I loaded the data from oracle through cache.loadData. The exception which is argument type mismatch of oracle TIMESTAMP happened. The detail: I produced the schema through the tool schema-import-tool. A pojo object is Kc21, and it has a property Bkc192, its type is

Re: TC access

2016-06-27 Thread Alexandre Boudnik
I don't need access to TC console, I need to have my pull requests tested. Take care, Alexandre "Sasha" Boudnik call me via Google Voice: 1(405) BUDNIKA 1(405) 283-6452 On Mon, Jun 27, 2016 at 2:07 PM, Dmitriy Setrakyan wrote: > I just realized that I don’t have a link

Re: TC access

2016-06-27 Thread Dmitriy Setrakyan
I just realized that I don’t have a link either. Anton, do you mind adding the link to TC to the community dropdown on the website? On Mon, Jun 27, 2016 at 10:28 AM, Alexandre Boudnik < alexander.boud...@gmail.com> wrote: > Hello, > > In order to use Ignite's TeamCity, could you provide myself

TC access

2016-06-27 Thread Alexandre Boudnik
Hello, In order to use Ignite's TeamCity, could you provide myself with access to it? Take care, Alexandre "Sasha" Boudnik call me via Google Voice: 1(405) BUDNIKA 1(405) 283-6452

Re: Performance issue on Ignite ODBC API

2016-06-27 Thread Agneeswaran
Hi Igor, Thanks for the information. Will try to implement as suggested. Will reach out to you if we have any queries. With regards, Agneeswaran -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Performance-issue-on-Ignite-ODBC-API-tp5908p5927.html Sent from

Re: How to use rest api to put an object into cache?

2016-06-27 Thread Alexey Kuznetsov
Hi Kevin. >> 1. Does Rest API only support String as key and value? When I try to use Integer as key, and gives null result. See: https://issues.apache.org/jira/browse/IGNITE-3345 >> 2. Assume I have a key object and value object, If I want to store this object in server side cache,

Re: Strange collocated distributed set behavior

2016-06-27 Thread AndreyVel
It is magic, now DistributedSetDemo for new node shows size() == 0. Since there is no backup configured for the set it’s a normal situation when the set is empty after all the nodes that held its data had left the topology. Please note, that the set as a data structure is not removed in such a

Re: System.exit() not exiting cleanly (locked on IgnitionEx$IgniteNamedInstance)

2016-06-27 Thread bintisepaha
bearrito, in 1.6 we saw streamer hung on flush() or close() and would never return. We do not see that issue in 1.5.0.final. Igniters, could you please look at the earlier attached log files and thread dumps to help with the original issue. Thanks, Binti -- View this message in context:

Re: Ignite.Net not successfully connecting

2016-06-27 Thread Pavel Tupitsyn
> Pavel, tried the following and still the same: You have to clean NuGet caches (nuget locals all -clear in command line) and reinstall the package. It'll work. > How do I work out the second option? i.e. the following Not sure I understand the question. Basically, you download the binary

Re: Ignite.Net not successfully connecting

2016-06-27 Thread baburaj.james
Pavel, tried the following and still the same: * Use unofficial .NET feed: Install-Package Apache.Ignite -Source https://www.myget.org/f/apache-ignite-staging How do I work out the second option? i.e. the following * Run .NET from the binary distribution:

Re: Problem with installing ODBC Driver

2016-06-27 Thread Igor Sapego
Also, please properly subscribe to the user list (this way we will not have to manually approve your emails). All you need to do is send an email to “ user-subscr...@ignite.apache.org” and follow simple instructions in the reply. Best Regards, Igor On Mon, Jun 27, 2016 at 3:06 PM, Igor Sapego

Re: Performance issue on Ignite ODBC API

2016-06-27 Thread Igor Sapego
Agneeswaran, Here you can find details on how to use SQL queries from Java at [1]. Also, do you really have 7 string columns? Try using the matching types, this way you can avoid type cast overhead. [1] - https://apacheignite.readme.io/docs/sql-queries Best Regards, Igor On Mon, Jun 27, 2016

Re: Problem with installing ODBC Driver

2016-06-27 Thread Igor Sapego
Hello, Currently, our ODBC driver do not support creating of the system DSN. This feature is something we are going to add in future, though only for Windows. Best Regards, Igor -- View this message in context:

subscration

2016-06-27 Thread Razmik Mkrtchyan

Creating cache with CacheLoaderFactory on client node brings exception org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same version

2016-06-27 Thread daniel07
Hi, I saw other questions related org.apache.ignite.IgniteCheckedException: Failed to find class with given class loader for unmarshalling (make sure same versions of all classes are available on all nodes or enable peer-class-loading) exception,but not find my answer. I have one remote server

Re: Ignite.Net not successfully connecting

2016-06-27 Thread Pavel Tupitsyn
Hi, this is a known issue (NuGet package has a difference in Java version number). It will be fixed in the next release. For 1.6, your options are: * Use unofficial .NET feed: Install-Package Apache.Ignite -Source https://www.myget.org/f/apache-ignite-staging * Run .NET from the binary

Ignite.Net not successfully connecting

2016-06-27 Thread baburaj.james
I have an Ignite node running on a separate machine. The node was started using bin/ignite.sh command. On my local machine (Windows), I have a C# console application that use Ignite Nuget package to connect to the remote node. Following is the code: var igniteConfiguration = new

Re: Performance issue on Ignite ODBC API

2016-06-27 Thread Agneeswaran
Hi Igor, Yes, it takes more than 15 minutes for ~70 thousand rows. We are running on C++ with Linux. We never tried with java API. Could you please pass us some links to use Java API. Thanks in advance, With regards, Agneeswaran -- View this message in context:

Re: Performance issue on Ignite ODBC API

2016-06-27 Thread Igor Sapego
Hi, Agneeswaran, So, what is the problem? Does this code work slow? Can you compare to the same query performed using Java API and say the difference? Best Regards, Igor On Mon, Jun 27, 2016 at 11:55 AM, Agneeswaran < agneeswaran.ponnuraman...@nielsen.com> wrote: > Hi Team, > > We are facing

Re: Strange collocated distributed set behavior

2016-06-27 Thread AndreyVel
Hello zshamrock, I cannot reproduce you issue Scenario#1 on Ignite 1.6.0. It is strange why instance 2-3-4 prints: [local] Size of the numbers distributed set is 0, and items are [] Should be [local] Size of the numbers distributed set is 1, and items are [42] To be honest I

Performance issue on Ignite ODBC API

2016-06-27 Thread Agneeswaran
Hi Team, We are facing performance issue on ignite ODBC API, please find the details as follows, Our table contains for example 10 thousands row with 7 column( it contains string ,double and int). The while loops runs according to the row size in our example it is 10 thousand time. Please let

Re: Jetty configuration for adding new Handler

2016-06-27 Thread Andrey Novikov
Hi Saurabh, I've investigated ignite-rest-http module and found that handler from configuration will be overrided by default handler (org/apache/ignite/internal/processors/rest/protocols/http/jetty/GridJettyRestProtocol.java:332) I've created issue for fix this problem