Re: IGNITE-7107 Apache Ignite RPM packages

2017-12-28 Thread Petr Ivanov
Hi, Denis. I was glad to contribute. Concerning DEB package — for 2.4 release I’m planning to introduce instructions and spec files for conversion RPM package to DEB, substantially reducing efforts for now because of file structure and install scripts inheritance. Later, of course, I’m going t

[jira] [Created] (IGNITE-7338) can get value by entry.getValue but cann't get value by entry.getKey

2017-12-28 Thread dean (JIRA)
dean created IGNITE-7338: Summary: can get value by entry.getValue but cann't get value by entry.getKey Key: IGNITE-7338 URL: https://issues.apache.org/jira/browse/IGNITE-7338 Project: Ignite Issue

[jira] [Created] (IGNITE-7337) Spark Data Frames: support saving a data frame in Ignite

2017-12-28 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-7337: --- Summary: Spark Data Frames: support saving a data frame in Ignite Key: IGNITE-7337 URL: https://issues.apache.org/jira/browse/IGNITE-7337 Project: Ignite

[jira] [Created] (IGNITE-7336) Improve peer class loading documentation

2017-12-28 Thread Valentin Kulichenko (JIRA)
Valentin Kulichenko created IGNITE-7336: --- Summary: Improve peer class loading documentation Key: IGNITE-7336 URL: https://issues.apache.org/jira/browse/IGNITE-7336 Project: Ignite Issue

Re: ATOMIC caches consistency - IEP-12

2017-12-28 Thread Dmitriy Setrakyan
On Thu, Dec 28, 2017 at 9:12 AM, Yakov Zhdanov wrote: > Dmitry, > > This will not solve the problem: > > 1. new primary election may be affinity function dependent > Yes, of course. > 2. If you want to introduce order in updating backup copies then you lose > parallelism. This will increase op

[jira] [Created] (IGNITE-7335) DatabaseMetaData getTables error

2017-12-28 Thread Maxwell Pettit (JIRA)
Maxwell Pettit created IGNITE-7335: -- Summary: DatabaseMetaData getTables error Key: IGNITE-7335 URL: https://issues.apache.org/jira/browse/IGNITE-7335 Project: Ignite Issue Type: Bug

Re: IGNITE-7107 Apache Ignite RPM packages

2017-12-28 Thread Denis Magda
Peter, thanks for this Christmas/New Year gift for the community! :) I’ll be back soon putting together a documentation for this capability. BTW, what’s the plan in regards DEB packages? https://issues.apache.org/jira/browse/IGNITE-7108 Do you

Re: Handling slashes in cache names

2017-12-28 Thread Dmitriy Setrakyan
On Thu, Dec 28, 2017 at 9:22 AM, Stanislav Lukyanov wrote: > Hi all , > > I’ve implemented an approach of encoding unsafe characters in the cache > names for persistent storage directories. You can find it at > https://github.com/gridgain/apache-ignite/tree/ignite-7264. > How it works now is: 1)

Re: Removing "fabric" from Ignite binary package name

2017-12-28 Thread Denis Magda
Petr, thanks for solving it! Hope that Anton V. or some other build master will double-check the changes and merge them. — Denis > On Dec 28, 2017, at 8:29 AM, Petr Ivanov wrote: > > IGNITE-7251 is done, needs review and some additional tests. See PR #3315 [1]. > > > [1] https://github.com/

[GitHub] ignite pull request #3318: IGNITE-7264: Caches with forward slash "/" in nam...

2017-12-28 Thread slukyano
GitHub user slukyano opened a pull request: https://github.com/apache/ignite/pull/3318 IGNITE-7264: Caches with forward slash "/" in names cause problems for PDS You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ign

[GitHub] ignite pull request #3317: IGNITE-7334: added escaping of special characters...

2017-12-28 Thread slukyano
GitHub user slukyano opened a pull request: https://github.com/apache/ignite/pull/3317 IGNITE-7334: added escaping of special characters to MBean registrati… …on code You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/ap

RE: Handling slashes in cache names

2017-12-28 Thread Stanislav Lukyanov
Hi all , I’ve implemented an approach of encoding unsafe characters in the cache names for persistent storage directories. You can find it at https://github.com/gridgain/apache-ignite/tree/ignite-7264. How it works now is: 1) all characters outside of the [a-zA-Z0-9_-] class are replaced with t

Re: ATOMIC caches consistency - IEP-12

2017-12-28 Thread Yakov Zhdanov
Dmitry, This will not solve the problem: 1. new primary election may be affinity function dependent 2. If you want to introduce order in updating backup copies then you lose parallelism. This will increase ops latency. My suggestion should not affect current performance on stable and on unstable

[jira] [Created] (IGNITE-7334) MBeans fail to be created for caches with special symbols in names

2017-12-28 Thread Stanislav Lukyanov (JIRA)
Stanislav Lukyanov created IGNITE-7334: -- Summary: MBeans fail to be created for caches with special symbols in names Key: IGNITE-7334 URL: https://issues.apache.org/jira/browse/IGNITE-7334 Projec

Re: Removing "fabric" from Ignite binary package name

2017-12-28 Thread Petr Ivanov
IGNITE-7251 is done, needs review and some additional tests. See PR #3315 [1]. [1] https://github.com/apache/ignite/pull/3315 > On 20 Dec 2017, at 23:15, Denis Magda wrote: > > Petr, thanks, such a swift turnaround! > > Have you found the one w

[GitHub] ignite pull request #3316: IGNITE-7332: Add test suite for ML examples

2017-12-28 Thread dmitrievanthony
GitHub user dmitrievanthony opened a pull request: https://github.com/apache/ignite/pull/3316 IGNITE-7332: Add test suite for ML examples You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite IGNITE-7332 Alterna

[GitHub] ignite pull request #3315: IGNITE-7251 Remove term "fabric" from Ignite deli...

2017-12-28 Thread vveider
GitHub user vveider opened a pull request: https://github.com/apache/ignite/pull/3315 IGNITE-7251 Remove term "fabric" from Ignite deliverables You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7251 A

[GitHub] ignite pull request #3308: IGNITE-5217: Add Gradient Descent and QR-based tr...

2017-12-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3308 ---

[jira] [Created] (IGNITE-7333) SQL: Documentation for ALTER TABLE DROP COLUMN statement

2017-12-28 Thread Sergey Kalashnikov (JIRA)
Sergey Kalashnikov created IGNITE-7333: -- Summary: SQL: Documentation for ALTER TABLE DROP COLUMN statement Key: IGNITE-7333 URL: https://issues.apache.org/jira/browse/IGNITE-7333 Project: Ignite

[GitHub] ignite pull request #3258: IGNITE-5949: Added limited support for DDL ALTER ...

2017-12-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3258 ---

[GitHub] ignite pull request #3314: IGNITE-7214 performance measurement for FCM and K...

2017-12-28 Thread oignatenko
GitHub user oignatenko opened a pull request: https://github.com/apache/ignite/pull/3314 IGNITE-7214 performance measurement for FCM and KNN algorithms You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite

[jira] [Created] (IGNITE-7332) Create selftest suite for ml examples

2017-12-28 Thread Yury Babak (JIRA)
Yury Babak created IGNITE-7332: -- Summary: Create selftest suite for ml examples Key: IGNITE-7332 URL: https://issues.apache.org/jira/browse/IGNITE-7332 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-7331) create MLP examples

2017-12-28 Thread Oleg Ignatenko (JIRA)
Oleg Ignatenko created IGNITE-7331: -- Summary: create MLP examples Key: IGNITE-7331 URL: https://issues.apache.org/jira/browse/IGNITE-7331 Project: Ignite Issue Type: Sub-task Compo

[GitHub] ignite pull request #3313: Ignite-2.4-java8

2017-12-28 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/3313 Ignite-2.4-java8 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.4-java8 Alternatively you can review and apply

[GitHub] ignite pull request #3312: Ignite-2.4-java8

2017-12-28 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/3312 Ignite-2.4-java8 You can merge this pull request into a Git repository by running: $ git pull https://github.com/agura/incubator-ignite ignite-2.4-java8 Alternatively you can review and apply

[GitHub] ignite pull request #3306: ignite-6736 Unsafe.monitorEnter/Exit usages are r...

2017-12-28 Thread agura
Github user agura closed the pull request at: https://github.com/apache/ignite/pull/3306 ---

[GitHub] ignite pull request #3311: Ignite-2.4-java8

2017-12-28 Thread agura
Github user agura closed the pull request at: https://github.com/apache/ignite/pull/3311 ---

[GitHub] ignite pull request #3311: Ignite-2.4-java8

2017-12-28 Thread agura
GitHub user agura opened a pull request: https://github.com/apache/ignite/pull/3311 Ignite-2.4-java8 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2.4-java8 Alternatively you can review and apply

[GitHub] ignite pull request #3303: IGNITE-7205: Dataset API

2017-12-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3303 ---

[GitHub] ignite pull request #3240: IGNITE-7203 Java 8 by default

2017-12-28 Thread vveider
GitHub user vveider reopened a pull request: https://github.com/apache/ignite/pull/3240 IGNITE-7203 Java 8 by default You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7203 Alternatively you can revie

[GitHub] ignite pull request #3171: IGNITE-7107 Apache Ignite RPM packages

2017-12-28 Thread vveider
Github user vveider closed the pull request at: https://github.com/apache/ignite/pull/3171 ---

[GitHub] ignite pull request #3240: IGNITE-7203 Java 8 by default

2017-12-28 Thread vveider
Github user vveider closed the pull request at: https://github.com/apache/ignite/pull/3240 ---

Re: IGNITE-7107 Apache Ignite RPM packages

2017-12-28 Thread Sergey Kozlov
Guys Thanks for your efforts to make it available in 2.4! On Thu, Dec 28, 2017 at 4:15 PM, Andrey Gura wrote: > Guys, > > I've merged change to master branch. Thanks a lot! > > On Thu, Dec 28, 2017 at 3:54 PM, Petr Ivanov wrote: > > Fixed remarks and nitpicks. > > > > Also, I purpose to delay

[GitHub] ignite pull request #3305: ignite-6745 URLClassLoader.getURLs() usages are r...

2017-12-28 Thread agura
Github user agura closed the pull request at: https://github.com/apache/ignite/pull/3305 ---

Re: IGNITE-7107 Apache Ignite RPM packages

2017-12-28 Thread Andrey Gura
Guys, I've merged change to master branch. Thanks a lot! On Thu, Dec 28, 2017 at 3:54 PM, Petr Ivanov wrote: > Fixed remarks and nitpicks. > > Also, I purpose to delay service autostart implementation until we’ll get > some first-hand usability feedback. > Added notes to DEVNOTES.txt about how

Re: IGNITE-7107 Apache Ignite RPM packages

2017-12-28 Thread Petr Ivanov
Fixed remarks and nitpicks. Also, I purpose to delay service autostart implementation until we’ll get some first-hand usability feedback. Added notes to DEVNOTES.txt about how to start service. > On 28 Dec 2017, at 14:32, Ilya Kasnacheev wrote: > > Hello once more! > > Two more nitpicks: >

[jira] [Created] (IGNITE-7329) .NET: Thin client: SSL

2017-12-28 Thread Pavel Tupitsyn (JIRA)
Pavel Tupitsyn created IGNITE-7329: -- Summary: .NET: Thin client: SSL Key: IGNITE-7329 URL: https://issues.apache.org/jira/browse/IGNITE-7329 Project: Ignite Issue Type: Improvement

[jira] [Created] (IGNITE-7330) When client connects during cluster activation process it hangs on obtaining cache proxy

2017-12-28 Thread Sergey Chugunov (JIRA)
Sergey Chugunov created IGNITE-7330: --- Summary: When client connects during cluster activation process it hangs on obtaining cache proxy Key: IGNITE-7330 URL: https://issues.apache.org/jira/browse/IGNITE-7330

[jira] [Created] (IGNITE-7328) Improve Labeled Dataset loading from txt file

2017-12-28 Thread Aleksey Zinoviev (JIRA)
Aleksey Zinoviev created IGNITE-7328: Summary: Improve Labeled Dataset loading from txt file Key: IGNITE-7328 URL: https://issues.apache.org/jira/browse/IGNITE-7328 Project: Ignite Issue

[jira] [Created] (IGNITE-7327) Add CSV loading to Labeled Dataset with Loader

2017-12-28 Thread Aleksey Zinoviev (JIRA)
Aleksey Zinoviev created IGNITE-7327: Summary: Add CSV loading to Labeled Dataset with Loader Key: IGNITE-7327 URL: https://issues.apache.org/jira/browse/IGNITE-7327 Project: Ignite Issu

[jira] [Created] (IGNITE-7326) Fix ignitevisorcmd | sqlline scripts to be able to run from /usr/bin installed as symbolic links

2017-12-28 Thread Peter Ivanov (JIRA)
Peter Ivanov created IGNITE-7326: Summary: Fix ignitevisorcmd | sqlline scripts to be able to run from /usr/bin installed as symbolic links Key: IGNITE-7326 URL: https://issues.apache.org/jira/browse/IGNITE-7326

[jira] [Created] (IGNITE-7325) Remove ExternalizeTest from all test and change on ExternalizableTest

2017-12-28 Thread Aleksey Zinoviev (JIRA)
Aleksey Zinoviev created IGNITE-7325: Summary: Remove ExternalizeTest from all test and change on ExternalizableTest Key: IGNITE-7325 URL: https://issues.apache.org/jira/browse/IGNITE-7325 Project

Re: How to handle CacheLocalStore on clients node?

2017-12-28 Thread ALEKSEY KUZNETSOV
CacheLocalStore annotation means CacheStore is not "global" database, but each node has its independent db. If CacheStore isn't annotated with CacheLocalStore, then you can observe situation when data is persisted by node, which is neither primary, nor backup for the key.(i.e. we have transactional

Re: IGNITE-7107 Apache Ignite RPM packages

2017-12-28 Thread Ilya Kasnacheev
Hello once more! Two more nitpicks: right now we install /usr/bin/ignitevisorcmd alternative, but it does't work since a) visor wants to write to /usr/share, and b) we moved it to examples for that. Please remove that alternative for now, create a ticket. rpm -ql apache-ignite | grep \\.java som

Re: IGNITE-7107 Apache Ignite RPM packages

2017-12-28 Thread Ilya Kasnacheev
Hello again! I have reviewed the modified patch. All the things in my critical list were fixed. I have just two minor remarks: - Please move sqlline.sh back from examples to /usr/share/a-i/bin. It works just as well from there as it was from our distribution. visor doesn't, hence it stays in exam

Re: Example for OP_PUT_BINARY_TYPE

2017-12-28 Thread Pavel Tupitsyn
Hi Prachi, 1) hash code of the field name 2) When "Is enum" is false, do not write anything, skip "Enum field count" and "Enum values" 3) Schema is a set of field name hashes. Typically objects have a single schema. Schema id is calculated as FNV1 hash, see BinaryUtils.updateSchemaId. On Thu, Dec

Re: Thin Client documentation: OP_QUERY_SQL_CURSOR_GET_PAGE

2017-12-28 Thread Pavel Tupitsyn
Hi Prachi, Code looks correct to me. - Can you try on the latest master branch? - Have you tried to debug the server side and see what's going on there? Thanks, Pavel On Thu, Dec 28, 2017 at 3:06 AM, Prachi Garg wrote: > Pavel, > > I have 2 records in my cache, and when I run an example for >

[jira] [Created] (IGNITE-7324) AssertionError Entry cannot become obsolete when DHT local candidate is added in deadlock detection suite

2017-12-28 Thread Alexey Goncharuk (JIRA)
Alexey Goncharuk created IGNITE-7324: Summary: AssertionError Entry cannot become obsolete when DHT local candidate is added in deadlock detection suite Key: IGNITE-7324 URL: https://issues.apache.org/jira/bro

Re: Create cache using thin protocol

2017-12-28 Thread Pavel Tupitsyn
Changes merged to master, doc updated: https://cwiki.apache.org/confluence/display/IGNITE/IEP-9+Thin+Client+Protocol Note that OP_CACHE_GET_CONFIGURATION still returns full config, but OP_CACHE_CREATE_WITH_CONFIGURATION now allows partial config in key-value form. Thanks, Pavel On Fri, Dec 22, 2

[GitHub] ignite pull request #3286: IGNITE-7288 Thin client: partial cache configurat...

2017-12-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/ignite/pull/3286 ---

[GitHub] ignite pull request #3310: IGNITE-7239 - In case of not serializable cache u...

2017-12-28 Thread dkarachentsev
GitHub user dkarachentsev opened a pull request: https://github.com/apache/ignite/pull/3310 IGNITE-7239 - In case of not serializable cache update response, futu… …re on node requester will never complete You can merge this pull request into a Git repository by running: $ g

[GitHub] ignite pull request #3309: IGNITE-6456: Added opportunity to enable/disable ...

2017-12-28 Thread dolphin1414
GitHub user dolphin1414 opened a pull request: https://github.com/apache/ignite/pull/3309 IGNITE-6456: Added opportunity to enable/disable different clients. Added flags to ClientConnectorConfiguration which enable/disable different clients. Tests implemented. You can merge this pu

[GitHub] ignite pull request #3308: IGNITE-5217: Add Gradient Descent and QR-based tr...

2017-12-28 Thread dmitrievanthony
GitHub user dmitrievanthony opened a pull request: https://github.com/apache/ignite/pull/3308 IGNITE-5217: Add Gradient Descent and QR-based trainers for Linear Regression You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain