Skip to content

Commit 4c4f771

Browse files
JeffreySmithdishtikundraharshith-212
authored
ODP-2718: Use ambari-python-wrap instead of python (#5)
* ODP-2781: Refactor kudu to use ambari-python-wrap * ODP-2781 Suspected ambari-python-wrap refractor changes * ODP-2781 : Possibly needed refactoring for ambari-wrap * ODP-2781: Additional ambari-python-wrap changes * ODP-2718: Set PYTHON_EXECUTABLE to ambari-python-wrap, if found --------- Co-authored-by: dishtikundra <dishti@acceldata.io> Co-authored-by: harshith gandhe <harshith@acceldata.io>
1 parent 26acf48 commit 4c4f771

36 files changed

Lines changed: 42 additions & 40 deletions

build-support/build_source_release.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
# Licensed to the Apache Software Foundation (ASF) under one
44
# or more contributor license agreements. See the NOTICE file

build-support/check_compatibility.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
# Licensed to the Apache Software Foundation (ASF) under one
44
# or more contributor license agreements. See the NOTICE file

build-support/clang_tidy_gerrit.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
# Licensed to the Apache Software Foundation (ASF) under one
44
# or more contributor license agreements. See the NOTICE file

build-support/dep_extract.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
# Licensed to the Apache Software Foundation (ASF) under one
44
# or more contributor license agreements. See the NOTICE file

build-support/dist_test.py

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

build-support/gen_version_info.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
# Licensed to the Apache Software Foundation (ASF) under one
44
# or more contributor license agreements. See the NOTICE file

build-support/iwyu.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
# Licensed to the Apache Software Foundation (ASF) under one
44
# or more contributor license agreements. See the NOTICE file

build-support/iwyu/fix_includes.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
##===--- fix_includes.py - rewrite source files based on iwyu output ------===##
44
#

build-support/iwyu/iwyu_tool.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
# This file has been imported into the Kudu source tree from
44
# the IWYU source tree as of version 0.8

build-support/kudu_util.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
# Licensed to the Apache Software Foundation (ASF) under one
44
# or more contributor license agreements. See the NOTICE file

0 commit comments

Comments
 (0)