You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2018/10/31 05:58:08 UTC

[GitHub] kramasamy closed pull request #3094: Update pidhandler.py

kramasamy closed pull request #3094: Update pidhandler.py
URL: https://github.com/apache/incubator-heron/pull/3094
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/heron/shell/src/python/handlers/pidhandler.py b/heron/shell/src/python/handlers/pidhandler.py
index b374cdcad5..da1c5c3e16 100644
--- a/heron/shell/src/python/handlers/pidhandler.py
+++ b/heron/shell/src/python/handlers/pidhandler.py
@@ -39,5 +39,5 @@ def get(self, instance_id):
         ['ps', 'auxwwww'],
         ['grep', instance_id],
         ['grep', 'java'],
-        ['awk', '{print $2}']])).strip())
+        ['awk', '\'{print $2}\'']])).strip())
     self.finish()


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services