Re: Maintaining documentation consistency on readme.io

2016-08-25 Thread Prachi Garg
Changes to the existing pages will still have to be copied manually; but
since we are not maintaining two versions (current and future) at the same
time, it may be a lesser overhead. Once a new version is released, we
hardly go back to the previous versions to fix anything.

-P

On Wed, Aug 24, 2016 at 9:42 PM, Dmitriy Setrakyan 
wrote:

> Prarchi, great idea. We should follow it.
>
> However, this addresses only new content. What about changes to the
> existing pages?
>
> D.
>
> On Wed, Aug 24, 2016 at 5:15 PM, Denis Magda  wrote:
>
> > Prachi,
> >
> > This is an excellent idea!
> >
> > Would you mind adding a new page to this [1] section?
> >
> > After the page is ready we also need to leave a reference to it under
> this
> > [2] section.
> >
> > [1] https://cwiki.apache.org/confluence/display/IGNITE/
> Development+Process
> > 
> > [2] https://cwiki.apache.org/confluence/display/IGNITE/How+
> > to+Contribute#HowtoContribute-Documentation <
> > https://cwiki.apache.org/confluence/display/IGNITE/How+
> > to+Contribute#HowtoContribute-Documentation>
> >
> > —
> > Denis
> >
> > > On Aug 24, 2016, at 10:58 AM, Prachi Garg  wrote:
> > >
> > > Igniters,
> > >
> > > Since readme.io does not automatically copy the changes from the
> current
> > > version to the subsequent version, I have the following suggestion:
> > >
> > > Create the document for future releases within the document for the
> > current
> > > version, and keep the pages hidden. After the new release, create the
> new
> > > version for the document and unhide the pages.
> > >
> > > This way we don't have to manually copy the document between the two
> > > versions.
> > >
> > > Thoughts?
> > >
> > > -Prachi
> >
> >
>


[GitHub] ignite pull request #984: IGNITE-3739: ODBC: Escape sequences: Support GUID ...

2016-08-25 Thread AMashenkov
Github user AMashenkov closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #987: IGNITE-3167 Hadoop: restore external execution.

2016-08-25 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-3167 Hadoop: restore external execution.



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

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

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

https://github.com/apache/ignite/pull/987.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 #987


commit 4e9e7b8ee1c990bacdc2d081b706ca315927fdce
Author: vozerov-gridgain 
Date:   2016-08-24T09:12:00Z

IGNITE-3716: ODBC: Added SQL escape sequence parsing.

commit 118db2fcffe3534aa1e5f4b97b8fbe23891752c4
Author: vozerov-gridgain 
Date:   2016-08-24T09:12:24Z

Merge remote-tracking branch 'upstream/ignite-1.6.6' into ignite-1.6.6

commit c02ad87f863bd730e60fb7052547fa0848e7eb77
Author: isapego 
Date:   2016-08-24T14:21:48Z

IGNITE-3736: ODBC: Added support for string scalar functions. This closes 
#979.

commit 13dfcbe03aca137ee70698f6083df27c10ecdaf9
Author: vozerov-gridgain 
Date:   2016-08-24T14:31:38Z

IGNITE-3736: ODBC: Reverted back removed "supported" futures.

commit d6449ffbc65acda6a2cf4484608188367837dd17
Author: sboikov 
Date:   2016-08-24T15:34:02Z

Fixed issues on node stop:
- in service processor need guard depExe access with busyLock
- do not error log IO errors in ClientImpl on stop

commit 12fd4976f482ebc43831754645e34042c9073b2d
Author: sboikov 
Date:   2016-08-25T09:29:04Z

Fixed GridQueryParsingTest.

commit 6eefceb98deed5d65f17cb327517dd1599bfe068
Author: tledkov-gridgain 
Date:   2016-08-25T15:34:01Z

IGNITE-3167 Hadoop: restore external execution.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] ignite pull request #986: IGNITE-3764: Added tests for SQL operators.

2016-08-25 Thread isapego
GitHub user isapego opened a pull request:

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

IGNITE-3764: Added tests for SQL operators.



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

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

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

https://github.com/apache/ignite/pull/986.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 #986


commit 4e9e7b8ee1c990bacdc2d081b706ca315927fdce
Author: vozerov-gridgain 
Date:   2016-08-24T09:12:00Z

IGNITE-3716: ODBC: Added SQL escape sequence parsing.

commit 118db2fcffe3534aa1e5f4b97b8fbe23891752c4
Author: vozerov-gridgain 
Date:   2016-08-24T09:12:24Z

Merge remote-tracking branch 'upstream/ignite-1.6.6' into ignite-1.6.6

commit c02ad87f863bd730e60fb7052547fa0848e7eb77
Author: isapego 
Date:   2016-08-24T14:21:48Z

IGNITE-3736: ODBC: Added support for string scalar functions. This closes 
#979.

commit 13dfcbe03aca137ee70698f6083df27c10ecdaf9
Author: vozerov-gridgain 
Date:   2016-08-24T14:31:38Z

IGNITE-3736: ODBC: Reverted back removed "supported" futures.

commit d6449ffbc65acda6a2cf4484608188367837dd17
Author: sboikov 
Date:   2016-08-24T15:34:02Z

Fixed issues on node stop:
- in service processor need guard depExe access with busyLock
- do not error log IO errors in ClientImpl on stop

commit 5a3b3e2c6ecb5d6c96513b79f21828526b4a98a0
Author: isapego 
Date:   2016-08-25T09:35:07Z

IGNITE-3749: ODBC: Added support for numeric scalar functions. This closes 
#981.

commit 0e3a6e2df8b42f255a5a4688d5827dccaabfd3a4
Author: isapego 
Date:   2016-08-25T11:34:31Z

IGNITE-3757: ODBC: Added aggregate functions support. This closes #983.

commit 08a6ddac26cfea72faf1865c7b1c5e714aa46368
Author: isapego 
Date:   2016-08-25T14:20:28Z

IGNITE-3764: Added tests for SQL operators. Removed too strict assert.

commit b755f4ff2976760cba9307640841b4651e60e836
Author: isapego 
Date:   2016-08-25T15:01:39Z

IGNITE-3764: Added more tests for operators.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: Contributor access

2016-08-25 Thread Anand Kumar Sankaran
Thanks Valentin.  


On 8/24/16, 10:19 PM, "Valentin Kulichenko"  
wrote:

Hi Anand,

Welcome to the Ignite community! I added you to the contributors list.

Please go through this page before starting:

https://urldefense.proofpoint.com/v2/url?u=http-3A__ignite.apache.org_community_contribute.html-23contribute=DQIBaQ=DS6PUFBBr_KiLo7Sjt3ljp5jaW5k2i9ijVXllEdOozc=qU_93SngJY3bPFd_cHFzZ8u3Owp9FHXx0iQE6zMz3jc=cVVaJ_pD-5zkS0YRiwQxksbR7Y2rpCNd_JqgMFaJSV8=WvCaTaXsNgyUQyZ_IB4xl4XWMgSwRkdV36P9DlPw9a4=
 

-Val

On Wed, Aug 24, 2016 at 7:33 PM, Anand Kumar Sankaran <
anand.sanka...@workday.com> wrote:

> Hi
>
> I currently work on a Data Fabric project using Apache Ignite.  I am
> interested in contributing to the Ignite project.  My JIRA handle for
> issues.apache.org 
url?u=http-3A__issues.apache.org_=DQMFaQ=DS6PUFBBr_
> KiLo7Sjt3ljp5jaW5k2i9ijVXllEdOozc=qU_93SngJY3bPFd_
> cHFzZ8u3Owp9FHXx0iQE6zMz3jc=N5Y6viinOlLO7d_aAlA9L_
> PQKdgqPEFY_pImeHAJOuo=d4gpupFvTVd6-h8-IZN_NzS6QUG-zQbnWeGjVaMP3LE=>
> is obelix1974.
>
> Can you please give me contributor access to the repository?
>
> --
> anand
>
>





[jira] [Created] (IGNITE-3769) Visor CMD: improve script execution in alert command

2016-08-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3769:


 Summary: Visor CMD: improve script execution in alert command
 Key: IGNITE-3769
 URL: https://issues.apache.org/jira/browse/IGNITE-3769
 Project: Ignite
  Issue Type: Task
  Components: visor
Affects Versions: 1.7
Reporter: Alexey Kuznetsov
 Fix For: 1.8


Current logic of executing custom scripts from alert command is not very usable 
and need to be improved.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (IGNITE-3768) SQL: implement collecting query metrics from map step to reduce step

2016-08-25 Thread Alexey Kuznetsov (JIRA)
Alexey Kuznetsov created IGNITE-3768:


 Summary: SQL: implement collecting query metrics from map step to 
reduce step
 Key: IGNITE-3768
 URL: https://issues.apache.org/jira/browse/IGNITE-3768
 Project: Ignite
  Issue Type: Task
  Components: SQL
Affects Versions: 1.6
Reporter: Alexey Kuznetsov
 Fix For: 1.8


Ignite SQL engine use a mapreduce to execute query on cluster.

Some node map queries over cluster and after they are completed and reduced on 
initial node.

In current implementation we measure duration on initial node and on all nodes 
where two-step queries are executed, but only overall duration is returned.

We also need to return duration from all two-step queries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)