You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by devozerov <gi...@git.apache.org> on 2016/12/15 10:08:07 UTC

[GitHub] ignite pull request #1348: Ignite 1.8.2 hadoop

GitHub user devozerov opened a pull request:

    https://github.com/apache/ignite/pull/1348

    Ignite 1.8.2 hadoop

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-1.8.2-hadoop

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/1348.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1348
    
----
commit 3df412e7f25aac8227b68cffe1577593a05d1431
Author: sboikov <sb...@gridgain.com>
Date:   2016-12-07T09:25:32Z

    ignite-2545 Optimization for GridCompoundFuture's futures iteration

commit f3db74f782c68c7f73ef3ef4390e010976493634
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-12-07T10:15:37Z

    IGNITE-4238: Added geospatial queries example (nolgpl examples hotfix)

commit 56efb10c40fd4481d6a9dc00928e7beee1f164c5
Author: Anton Vinogradov <av...@apache.org>
Date:   2016-12-07T11:25:53Z

    IGNITE-4353 Parent Cassandra module deployed on maven repository (hotfix: deploy to custom maven repository)

commit 83710a9d1bb7379e5f3d891ed95c86096263740b
Author: Pavel Tupitsyn <pt...@apache.org>
Date:   2016-12-12T14:52:22Z

    IGNITE-4413 .NET: Fix DateTime argument handling in SqlQuery
    
    This closes #1341

commit bf1770bcebfb17d36ac90e157373901b5a181c05
Author: Igor Sapego <is...@gridgain.com>
Date:   2016-12-14T09:26:27Z

    IGNITE-4421: Added BinaryObject handling in ODBC. Added test.

commit 90d9058b44656bf6fdf89fcc16ee792e99069b86
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-05T11:57:25Z

    IGNITE-4276: Hadoop: added configurable throttle for shuffle message sending. Disabled by default.

commit bb6c85c84c403f6d8748b631901c0dc84e4830c5
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-05T12:28:54Z

    IGNITE-4274: Hadoop: added new property to control shuffle message size.

commit 0889a28d59a6b84019f35f03aa648696af05e164
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-05T12:42:24Z

    IGNITE-4295: Added specialized methods for memory copying, depending on their nature (heap/offheap). Heap->heap copying is now performed using System.arraycopy when possible. Also it is possible to fallback to byte-by-byte copying until certain threshold is reached (see IgniteSystemProperties.IGNITE_MEMORY_PER_BYTE_COPY_THRESHOLD); it could be useful on some JDK implementations with inefficient Unsafe copy routines. E.g. on OpenJDK 8 for PowerPC. This closes #1282.

commit c87754420c2ecab65c9b687bd3e58a1207c9e140
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-05T12:49:01Z

    IGNITE-4271: Hadoop: shuffle messages now use "direct-marshallable" path this avoiding unnecessary copying as opposed to user messages which were used previously. This closes #1266. This closes #1313.

commit d663049d4d352db2f7381df8a4046868c8c725ec
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-05T13:28:05Z

    IGNITE-4355: Hadoop: Implemented parallel task context initialization during shuffle. This closes #1310. This closes #1313.

commit a3df778e2f540c0419e5f03fe1ac3b25fdb8cd44
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-05T14:09:28Z

    IGNITE-4281: Hadoop: decoupled remote and local maps to simplify further optimizations. This closes #1264. This closes #1315.

commit ff055225349d908057eb65bca73ee3486ececaee
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-06T10:12:23Z

    IGNITE-4271: Hadoop: set proper message type IDs to avoid clashing with SQL messages.

commit 00ddbdb09bb9d74a448cd091413e9adcfe66d3b2
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-06T10:23:05Z

    IGNITE-4301: Hadoop: Optimized shuffle so that only one ack is needed when running in embedded mode. This closes #1319.

commit e80c389eae17acc4f71ded035f7abb0ae0aebbbd
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-09T09:01:40Z

    IGNITE-4270: Hadoop: implemented striped mapper output. This closes #1334.

commit da1f7db529acf808f3c67a0c339fc35b779a04cc
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-12T08:29:23Z

    IGNITE-4386: Hadoop: implemented client cleanup on protocol close. This closes #1327. This closes #1339.

commit e95fd2164f3c842a8c33d9b73a0ea933f8fd11f2
Author: iveselovskiy <iv...@gridgain.com>
Date:   2016-12-12T13:52:47Z

    IGNITE-4341: Hadoop: added Terasort to unit tests. This closes #1302. This closes #1321.

commit eb0fd099c345f1ec5c14457f028cb7ce979e4122
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-14T11:35:29Z

    IGNITE-4426: Hadoop: tasks can share the same classloader. This closes #1344.

commit 40388512a07b5790edecb847e9bd5d7968f293b5
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-15T08:58:28Z

    IGNITE-4277: Hadoop: implemented "partially raw" comparator. This closes #1345.

commit c116758cfe932f4770f191ff5c9c61b49e634122
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-15T09:13:10Z

    IGNITE-4277: Hadoop: better property naming for "partially raw" comparator.

commit 730b546b04e6569f5503494bddfae0fb8065dde1
Author: devozerov <vo...@gridgain.com>
Date:   2016-12-15T09:29:51Z

    IGNITE-4277: Hadoop: better property naming for "partially raw" comparator (2).

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] ignite pull request #1348: Ignite 1.8.2 hadoop

Posted by devozerov <gi...@git.apache.org>.
Github user devozerov closed the pull request at:

    https://github.com/apache/ignite/pull/1348


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---