[GitHub] incubator-trafodion pull request #785: [TRAFODION-2307] Documentation update...

2016-10-25 Thread hegdean
GitHub user hegdean opened a pull request:

https://github.com/apache/incubator-trafodion/pull/785

[TRAFODION-2307] Documentation update for REST and DCS [TRAFODION-2230] 
Reduce number of invocation for jps during dcscheck/sqcheck

Other minor fixes

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

$ git pull https://github.com/hegdean/incubator-trafodion wrkbrnch

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

https://github.com/apache/incubator-trafodion/pull/785.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 #785


commit 2f34aa7d458a0e370571e5859d42e58618c75c23
Author: Anuradha Hegde 
Date:   2016-10-03T16:33:48Z

Reduce the usage of jps in dcscheck script
some minor fixes

commit c3c47361ea50c2667283a4d433bf0adb82cc475e
Author: Anuradha Hegde 
Date:   2016-10-03T16:34:42Z

Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch

commit 1605595e6da911c379698a0b8ef8e1b79a2437cc
Author: Anuradha Hegde 
Date:   2016-10-06T19:08:03Z

Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch

commit d457ac0fb5b3d11e217959e0a6708f592b526881
Author: Anuradha Hegde 
Date:   2016-10-19T21:17:10Z

Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch

commit 449f48ae3935d87f1523af74613dff683e55be09
Author: Anuradha Hegde 
Date:   2016-10-24T18:15:55Z

Documenation update for DCS and REST server
Minor fixes in scripts

commit f5179a182b2029879a3110c2b71b7b5093c5d2d9
Author: Anuradha Hegde 
Date:   2016-10-24T18:33:44Z

Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch

commit f7f1ee957ae07bd2cfbd38d6984876bbdedd6fed
Author: Anuradha Hegde 
Date:   2016-10-25T20:16:48Z

Updates to documentation

commit adaa03a7b2bac5f773d80b0cef2bdf23690d7d52
Author: Anuradha Hegde 
Date:   2016-10-25T20:17:09Z

Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch




---
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] incubator-trafodion pull request #784: [TRAFODION-2293] add restrict in inst...

2016-10-25 Thread mashengchen
GitHub user mashengchen opened a pull request:

https://github.com/apache/incubator-trafodion/pull/784

[TRAFODION-2293] add restrict in install_local_hadoop



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

$ git pull https://github.com/mashengchen/incubator-trafodion trafodion-2293

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

https://github.com/apache/incubator-trafodion/pull/784.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 #784


commit 961e0afbc73df1eb8c97f517ad3019943c6a11cd
Author: mashengchen 
Date:   2016-10-26T04:20:56Z

[TRAFODION-2293] add restrict in install_local_hadoop




---
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] incubator-trafodion pull request #778: [TRAFODION-2293] remove minor version...

2016-10-25 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafodion/pull/778


---
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] incubator-trafodion pull request #783: [TRAFODION-2309] Memory leak observed...

2016-10-25 Thread arvind-narain
GitHub user arvind-narain opened a pull request:

https://github.com/apache/incubator-trafodion/pull/783

[TRAFODION-2309] Memory leak observed in Repository context

Following changes:

1. Use REALLOCSQLMXHDLS() after each execute.
2. Avoid missing stats message in repository context
3. Handle memory leak in reprepare (delete of tmpSqlString)

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

$ git pull https://github.com/arvind-narain/incubator-trafodion reposleak

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

https://github.com/apache/incubator-trafodion/pull/783.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 #783


commit 7f286d27d1a3f46df0ba1cf10e4624399208a50a
Author: Arvind Narain 
Date:   2016-10-25T22:07:04Z

[TRAFODION-2309] Memory leak observed in Repository context

Following changes:

1. Use REALLOCSQLMXHDLS() after each execute.
2. Avoid missing stats message in repository context
3. Handle memory leak in reprepare (delete of tmpSqlString




---
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] incubator-trafodion pull request #781: Added regression test privs2/TEST144

2016-10-25 Thread robertamarton
GitHub user robertamarton opened a pull request:

https://github.com/apache/incubator-trafodion/pull/781

Added regression test privs2/TEST144

Added regression test privs2/TEST144 and its helpers that contains grant and
revoke tests for functions and procedures.

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

$ git pull https://github.com/robertamarton/incubator-trafodion regress

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

https://github.com/apache/incubator-trafodion/pull/781.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 #781


commit 94d786486b8a4560e3c91ec48e8142f1944f573a
Author: Roberta Marton 
Date:   2016-10-25T16:59:19Z

Added regression test privs2/TEST144

Added regression test privs2/TEST144 and its helpers that contains grant and
revoke tests for functions and procedures.




---
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.
---