Skip to content

Commit d003d12

Browse files
committed
switched shebang lines to python3 since there is no python2 on new M1 Macs
1 parent f7a96e2 commit d003d12

File tree

116 files changed

+116
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+116
-116
lines changed

ambari_blueprints.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

ambari_trigger_service_checks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

anonymize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# coding=utf-8
33
# vim:ts=4:sts=4:sw=4:et
44
#

aws_s3_presign.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

aws_users_access_key_age.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

aws_users_last_used.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

aws_users_pw_last_used.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

aws_users_unused_access_keys.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

center.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
# args: -s <<< "Auth & Config"
44
# args: -s <<< "GKE Clusters"

cloudera_navigator_tables_used.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

cloudera_navigator_tables_used_postgres.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

crunch_accounting_csv_statement_converter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# coding=utf-8
33
# vim:ts=4:sts=4:sw=4:et
44
#

docker_registry_show_tags.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

dockerfiles_check_git_branches.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

dockerfiles_check_git_tags.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

dockerhub_search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
# args: harisekhon
44
#

dockerhub_show_tags.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_apache_drill.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_apache_drill2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_cassandra.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_elasticsearch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_hadoop2_namenode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_hadoop_namenode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_hadoop_yarn_resource_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_hbase_master.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_hbase_stargate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_hbase_thrift.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_impala.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_impala_catalog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_impala_statestore.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_kubernetes_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_oozie.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_presto_coordinator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_active_solrcloud.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_duplicate_files.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

find_missing_files_in_sequence.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# coding=utf-8
33
# vim:ts=4:sts=4:sw=4:et
44
#

gcp_service_account_credential_keys.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# coding=utf-8
33
# vim:ts=4:sts=4:sw=4:et
44
#

getent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

git_check_branches_upstream.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hbase_compact_tables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hbase_flush_tables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hbase_generate_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hbase_region_requests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hbase_regions_by_memstore_size.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hbase_regions_by_size.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hbase_regions_least_used.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hbase_regionserver_requests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hbase_show_table_region_ranges.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hbase_table_region_row_distribution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hbase_table_row_key_distribution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hdfs_find_replication_factor_1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# coding=utf-8
33
# vim:ts=4:sts=4:sw=4:et
44
#

headtail.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hexanonymize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hive_compute_table_stats.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hive_foreach_table.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hive_schemas_csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hive_tables_column_counts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hive_tables_list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hive_tables_locations.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hive_tables_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hive_tables_null_columns.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hive_tables_null_rows.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hive_tables_row_column_counts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hive_tables_row_counts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

hive_tables_row_counts_any_nulls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# vim:ts=4:sts=4:sw=4:et
33
#
44
# Author: Hari Sekhon

0 commit comments

Comments
 (0)