Skip to content

Commit b9b30bd

Browse files
ODP-2718|ODP-2730 Refactor shebangs for python scripts to ambari-python-wrap (#7)
* ODP-2730 : Refactor shebangs for python scripts to ambari-python-wrap * ODP-2730 : Refactor shebangs for python scripts to ambari-python-wrap (2) --------- Co-authored-by: harshith gandhe <[email protected]>
1 parent 889ab35 commit b9b30bd

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

bin/daemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env ambari-python-wrap
22
# -*- coding: utf-8 -*-
33
############################################################################
44
#

bin/end2endTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env ambari-python-wrap
22
############################################################################
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one

bin/performance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env ambari-python-wrap
22
############################################################################
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one

bin/pherf-standalone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env ambari-python-wrap
22
############################################################################
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one

bin/phoenix_sandbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env ambari-python-wrap
22
############################################################################
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one

bin/phoenix_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env ambari-python-wrap
22
############################################################################
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one

bin/psql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env ambari-python-wrap
22
############################################################################
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one

bin/sqlline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env ambari-python-wrap
22
############################################################################
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one

bin/traceserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env ambari-python-wrap
22
############################################################################
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one

dev/misc_utils/git_jira_fix_version_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env ambari-python-wrap
22
############################################################################
33
#
44
# Licensed to the Apache Software Foundation (ASF) under one

0 commit comments

Comments
 (0)