Github user mkby commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/862#discussion_r90759767
  
    --- Diff: install/python-installer/traf_setup.py ---
    @@ -50,6 +50,9 @@ def run():
         ### kernel settings ###
         run_cmd('sysctl -w kernel.pid_max=65535 2>&1 > /dev/null')
         run_cmd('echo "kernel.pid_max=65535" >> /etc/sysctl.conf')
    +    run_cmd('cp $SQ_ROOT/sysinstall/etc/init.d/trafodion /etc/init.d')
    --- End diff --
    
    $SQ_ROOT should be SQ_ROOT, it's a local variable in this script.
    `run_cmd('cp %s/sysinstall/etc/init.d/trafodion /etc/init.d' % SQ_ROOT)`


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

Reply via email to