You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by amandamoran <gi...@git.apache.org> on 2016/03/29 19:53:14 UTC

[GitHub] incubator-trafodion pull request: Changed permissions on bulkloadi...

GitHub user amandamoran opened a pull request:

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

    Changed permissions on bulkloading folder 

    

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

    $ git pull https://github.com/amandamoran/incubator-trafodion installbugfixes

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

    https://github.com/apache/incubator-trafodion/pull/404.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 #404
    
----
commit 0846d41a47f772e95b365281ff97bd5bdd820429
Author: Amanda Moran <am...@apache.com>
Date:   2016-03-23T22:12:36Z

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

commit f3f0179bb3739027267e206a818997ccdd0764bd
Author: Amanda Moran <am...@apache.com>
Date:   2016-03-29T17:47:12Z

    Changed permissions for bulkloading folder

----


---
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] incubator-trafodion pull request: Changed permissions on bulkloadi...

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

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


---
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] incubator-trafodion pull request: Changed permissions on bulkloadi...

Posted by amandamoran <gi...@git.apache.org>.
Github user amandamoran commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/404#discussion_r57792074
  
    --- Diff: install/installer/rest_installer ---
    @@ -76,7 +76,9 @@ while [[ $# -gt 0 ]]; do
       shift
     done
     
    +source 
     echo "***INFO: Start of REST Server install"
    +source $TRAF_CONFIG
    --- End diff --
    
    Yes. 


---
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] incubator-trafodion pull request: Changed permissions on bulkloadi...

Posted by DaveBirdsall <gi...@git.apache.org>.
Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/404#discussion_r57791463
  
    --- Diff: install/installer/rest_installer ---
    @@ -76,7 +76,9 @@ while [[ $# -gt 0 ]]; do
       shift
     done
     
    +source 
     echo "***INFO: Start of REST Server install"
    +source $TRAF_CONFIG
    --- End diff --
    
    I take it ZOOKEEPER_NODES will be set here now?


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