[GitHub] incubator-trafodion pull request #978: [TRAFODION-2496] pyinstaller - better...

2017-03-01 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #978: [TRAFODION-2496] pyinstaller - better...

2017-02-23 Thread mkby
GitHub user mkby opened a pull request:

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

[TRAFODION-2496] pyinstaller - better handle constants

Put constants together into a new constants.py file. It will be easy to 
modify them to fit new Hadoop environment.

along with some minor fixes:
1. kill krb5service and delete status file in uninstall script
2. fix hbase_lib_path issue while install trafodion on apache hadoop
3. typo in db_config_default

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

$ git pull https://github.com/mkby/incubator-trafodion r21-2496

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

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


commit dc58c85d3b0c7364461129ac7973c5f97b6576a8
Author: Eason 
Date:   2017-02-23T08:04:48Z

[TRAFODION-2496] pyinstaller - better handle constants




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