You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2023/03/13 18:33:51 UTC

[incubator-sdap-in-situ-data-services] branch SDAP-445-asf-compliance updated (64f992c -> 06eab1b)

This is an automated email from the ASF dual-hosted git repository.

rkk pushed a change to branch SDAP-445-asf-compliance
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-in-situ-data-services.git


    from 64f992c  Initial drafts of ASF legal files.
     new 601c2a4  Pass of adding ASF header comments
     new 06eab1b  Removed some files

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ci.cd/Makefile                                     |   15 +
 ci.cd/create_s3_zip.sh                             |   15 +
 ci.cd/lambda_docker_upload.sh                      |   15 +
 ci.cd/local_upload.sh                              |   16 +
 docker/parquet.lambda.Dockerfile                   |   15 +
 docker/parquet.spark.3.1.2.r70.Dockerfile          |   15 +
 docker/parquet.spark.3.2.0.r44.Dockerfile          |   15 +
 etc/lambda-spark/spark-class                       |   17 +
 k8s_spark/k8s_spark/org.alues.yaml                 |   15 +
 k8s_spark/nohup.out                                |    4 -
 k8s_spark/parquet.spark.helm/Chart.yaml            |   15 +
 k8s_spark/parquet.spark.helm/nohup.out             | 1973 --------------------
 .../parquet.spark.helm/templates/_helpers.tpl      |   17 +
 .../parquet.spark.helm/templates/deployment.yaml   |   15 +
 k8s_spark/parquet.spark.helm/templates/hpa.yaml    |   15 +
 .../parquet.spark.helm/templates/ingress.yaml      |   15 +
 k8s_spark/parquet.spark.helm/templates/secret.yaml |   15 +
 .../parquet.spark.helm/templates/service.yaml      |   15 +
 .../templates/serviceaccount.yaml                  |   15 +
 .../templates/tests/test-connection.yaml           |   15 +
 k8s_spark/parquet.spark.helm/values.yaml           |   15 +
 local.spark.cluster/build.sh                       |   15 +
 local.spark.cluster/cluster-base.Dockerfile        |   15 +
 local.spark.cluster/docker-compose.yml             |   15 +
 local.spark.cluster/jupyterlab.Dockerfile          |   15 +
 local.spark.cluster/parquet-flask.Dockerfile       |   15 +
 local.spark.cluster/spark-base.Dockerfile          |   15 +
 local.spark.cluster/spark-master.Dockerfile        |   15 +
 local.spark.cluster/spark-worker.Dockerfile        |   15 +
 nohup.out                                          |    4 -
 one_offs/local_flask.py                            |   15 +
 one_offs/py_geo_hash_test.py                       |   15 +
 one_offs/trigger.s3.ingest.py                      |   15 +
 parquet_cli/__init__.py                            |   15 +
 parquet_cli/ingest_s3/__init__.py                  |   15 +
 parquet_cli/ingest_s3/__main__.py                  |   15 +
 parquet_flask/authenticator/__init__.py            |   15 +
 .../authenticator/authenticator_abstract.py        |   15 +
 .../authenticator_aws_secret_manager.py            |   15 +
 .../authenticator/authenticator_factory.py         |   15 +
 .../authenticator/authenticator_filebased.py       |   15 +
 .../authenticator/authenticator_pass_through.py    |   15 +
 parquet_flask/aws/aws_secret_manager.py            |   15 +
 parquet_flask/aws/es_abstract.py                   |   15 +
 parquet_flask/aws/es_factory.py                    |   15 +
 parquet_flask/aws/es_middleware.py                 |   15 +
 parquet_flask/aws/es_middleware_aws.py             |   15 +
 parquet_flask/cdms_lambda_func/__init__.py         |   15 +
 .../cdms_lambda_func/cdms_lambda_constants.py      |   15 +
 .../cdms_lambda_func/index_to_es/__init__.py       |   15 +
 .../cdms_lambda_func/index_to_es/execute_lambda.py |   15 +
 .../index_to_es/parquet_file_es_indexer.py         |   15 +
 .../index_to_es/parquet_stat_extractor.py          |   15 +
 .../index_to_es/s3_stat_extractor.py               |   15 +
 .../cdms_lambda_func/ingest_s3_to_cdms/__init__.py |   15 +
 .../ingest_s3_to_cdms/execute_lambda.py            |   15 +
 .../ingest_s3_to_cdms/ingest_s3_to_cdms.py         |   15 +
 parquet_flask/cdms_lambda_func/lambda_func_env.py  |   15 +
 .../cdms_lambda_func/lambda_logger_generator.py    |   15 +
 .../cdms_lambda_func/s3_records/__init__.py        |   15 +
 .../cdms_lambda_func/s3_records/s3_2_sqs.py        |   15 +
 .../s3_records/s3_event_validator_abstract.py      |   15 +
 parquet_flask/io_logic/cdms_schema.py              |   15 +
 .../io_logic/parquet_paths_es_retriever.py         |   15 +
 .../parquet_query_condition_management_v3.py       |   15 +
 .../parquet_query_condition_management_v4.py       |   15 +
 parquet_flask/io_logic/partitioned_parquet_path.py |   15 +
 parquet_flask/io_logic/spark_constants.py          |   15 +
 .../io_logic/sub_collection_statistics.py          |   15 +
 parquet_flask/parquet_stat_extractor/__init__.py   |   15 +
 .../parquet_stat_extractor/local_spark_session.py  |   15 +
 .../local_statistics_retriever.py                  |   15 +
 .../parquet_stat_extractor/statistics_retriever.py |   15 +
 .../statistics_retriever_wrapper.py                |   15 +
 parquet_flask/utils/factory_abstract.py            |   15 +
 parquet_flask/utils/spatial_utils.py               |   15 +
 parquet_flask/v1/__init__.py                       |    1 +
 parquet_flask/v1/authenticator_decorator.py        |   15 +
 parquet_flask/v1/cdms_schema.py                    |   15 +
 .../v1/insitu_query_swagger/insitu-spec-0.0.1.yml  |   15 +
 rotate_keys.bash                                   |   15 +
 tests/__init__.py                                  |   15 +
 tests/back_to_basis/Test1/._SUCCESS.crc            |  Bin 8 -> 0 bytes
 tests/back_to_basis/Test1/_SUCCESS                 |    0
 tests/back_to_basis/__init__.py                    |   15 +
 tests/back_to_basis/local_spark.py                 |   15 +
 tests/back_to_basis/s3_read.py                     |   15 +
 tests/back_to_basis/s3_spark.py                    |   15 +
 tests/bench_mark/__init__.py                       |   15 +
 tests/bench_mark/bench_mark.py                     |   15 +
 tests/bench_mark/bench_parallel_process.py         |   15 +
 tests/bench_mark/func_exec_time_decorator.py       |   15 +
 tests/get_aws_creds.py                             |   15 +
 tests/parquet_flask/__init__.py                    |   15 +
 tests/parquet_flask/aws/__init__.py                |   15 +
 .../aws/manual_test_es_middleware_aws.py           |   15 +
 tests/parquet_flask/cdms_lambda_func/__init__.py   |   15 +
 .../cdms_lambda_func/index_to_es/__init__.py       |   15 +
 .../manual_test_parquet_file_es_indexer.py         |   15 +
 .../index_to_es/test_parquet_stat_extractor.py     |   15 +
 .../index_to_es/test_s3_stat_extractor.py          |   15 +
 .../cdms_lambda_func/s3_records/__init__.py        |   15 +
 .../cdms_lambda_func/s3_records/test_s3_s2_sqs.py  |   15 +
 tests/parquet_flask/io_logic/__init__.py           |   15 +
 .../manual_test_parquet_paths_es_retriever.py      |   15 +
 tests/parquet_flask/io_logic/test_cdms_schema.py   |   15 +
 .../parquet_flask/io_logic/test_ingest_new_file.py |   15 +
 .../parquet_flask/io_logic/test_metadata_tbl_es.py |   15 +
 .../test_parquet_query_condition_management_v3.py  |   15 +
 .../io_logic/test_partitioned_parquet_path.py      |   15 +
 .../parquet_stat_extractor/__init__.py             |   15 +
 .../test_local_statistics_retriever.py             |   15 +
 .../test_statistics_retriever.py                   |   15 +
 tests/parquet_flask/utils/__init__.py              |   15 +
 tests/parquet_flask/utils/test_general_utils.py    |   15 +
 tests/parquet_flask/utils/test_spatial_utils.py    |   15 +
 116 files changed, 1656 insertions(+), 1981 deletions(-)
 delete mode 100644 k8s_spark/nohup.out
 delete mode 100644 k8s_spark/parquet.spark.helm/nohup.out
 delete mode 100644 nohup.out
 delete mode 100644 tests/back_to_basis/Test1/._SUCCESS.crc
 delete mode 100644 tests/back_to_basis/Test1/_SUCCESS


[incubator-sdap-in-situ-data-services] 01/02: Pass of adding ASF header comments

Posted by rk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch SDAP-445-asf-compliance
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-in-situ-data-services.git

commit 601c2a4415fc7cf7f763590ddb665921a374e770
Author: rileykk <ri...@jpl.nasa.gov>
AuthorDate: Mon Mar 13 11:28:36 2023 -0700

    Pass of adding ASF header comments
---
 ci.cd/Makefile                                          | 15 +++++++++++++++
 ci.cd/create_s3_zip.sh                                  | 15 +++++++++++++++
 ci.cd/lambda_docker_upload.sh                           | 15 +++++++++++++++
 ci.cd/local_upload.sh                                   | 16 ++++++++++++++++
 docker/parquet.lambda.Dockerfile                        | 15 +++++++++++++++
 docker/parquet.spark.3.1.2.r70.Dockerfile               | 15 +++++++++++++++
 docker/parquet.spark.3.2.0.r44.Dockerfile               | 15 +++++++++++++++
 etc/lambda-spark/spark-class                            | 17 +++++++++++++++++
 k8s_spark/k8s_spark/org.alues.yaml                      | 15 +++++++++++++++
 k8s_spark/parquet.spark.helm/Chart.yaml                 | 15 +++++++++++++++
 k8s_spark/parquet.spark.helm/templates/_helpers.tpl     | 17 +++++++++++++++++
 k8s_spark/parquet.spark.helm/templates/deployment.yaml  | 15 +++++++++++++++
 k8s_spark/parquet.spark.helm/templates/hpa.yaml         | 15 +++++++++++++++
 k8s_spark/parquet.spark.helm/templates/ingress.yaml     | 15 +++++++++++++++
 k8s_spark/parquet.spark.helm/templates/secret.yaml      | 15 +++++++++++++++
 k8s_spark/parquet.spark.helm/templates/service.yaml     | 15 +++++++++++++++
 .../parquet.spark.helm/templates/serviceaccount.yaml    | 15 +++++++++++++++
 .../templates/tests/test-connection.yaml                | 15 +++++++++++++++
 k8s_spark/parquet.spark.helm/values.yaml                | 15 +++++++++++++++
 local.spark.cluster/build.sh                            | 15 +++++++++++++++
 local.spark.cluster/cluster-base.Dockerfile             | 15 +++++++++++++++
 local.spark.cluster/docker-compose.yml                  | 15 +++++++++++++++
 local.spark.cluster/jupyterlab.Dockerfile               | 15 +++++++++++++++
 local.spark.cluster/parquet-flask.Dockerfile            | 15 +++++++++++++++
 local.spark.cluster/spark-base.Dockerfile               | 15 +++++++++++++++
 local.spark.cluster/spark-master.Dockerfile             | 15 +++++++++++++++
 local.spark.cluster/spark-worker.Dockerfile             | 15 +++++++++++++++
 one_offs/local_flask.py                                 | 15 +++++++++++++++
 one_offs/py_geo_hash_test.py                            | 15 +++++++++++++++
 one_offs/trigger.s3.ingest.py                           | 15 +++++++++++++++
 parquet_cli/__init__.py                                 | 15 +++++++++++++++
 parquet_cli/ingest_s3/__init__.py                       | 15 +++++++++++++++
 parquet_cli/ingest_s3/__main__.py                       | 15 +++++++++++++++
 parquet_flask/authenticator/__init__.py                 | 15 +++++++++++++++
 parquet_flask/authenticator/authenticator_abstract.py   | 15 +++++++++++++++
 .../authenticator/authenticator_aws_secret_manager.py   | 15 +++++++++++++++
 parquet_flask/authenticator/authenticator_factory.py    | 15 +++++++++++++++
 parquet_flask/authenticator/authenticator_filebased.py  | 15 +++++++++++++++
 .../authenticator/authenticator_pass_through.py         | 15 +++++++++++++++
 parquet_flask/aws/aws_secret_manager.py                 | 15 +++++++++++++++
 parquet_flask/aws/es_abstract.py                        | 15 +++++++++++++++
 parquet_flask/aws/es_factory.py                         | 15 +++++++++++++++
 parquet_flask/aws/es_middleware.py                      | 15 +++++++++++++++
 parquet_flask/aws/es_middleware_aws.py                  | 15 +++++++++++++++
 parquet_flask/cdms_lambda_func/__init__.py              | 15 +++++++++++++++
 parquet_flask/cdms_lambda_func/cdms_lambda_constants.py | 15 +++++++++++++++
 parquet_flask/cdms_lambda_func/index_to_es/__init__.py  | 15 +++++++++++++++
 .../cdms_lambda_func/index_to_es/execute_lambda.py      | 15 +++++++++++++++
 .../index_to_es/parquet_file_es_indexer.py              | 15 +++++++++++++++
 .../index_to_es/parquet_stat_extractor.py               | 15 +++++++++++++++
 .../cdms_lambda_func/index_to_es/s3_stat_extractor.py   | 15 +++++++++++++++
 .../cdms_lambda_func/ingest_s3_to_cdms/__init__.py      | 15 +++++++++++++++
 .../ingest_s3_to_cdms/execute_lambda.py                 | 15 +++++++++++++++
 .../ingest_s3_to_cdms/ingest_s3_to_cdms.py              | 15 +++++++++++++++
 parquet_flask/cdms_lambda_func/lambda_func_env.py       | 15 +++++++++++++++
 .../cdms_lambda_func/lambda_logger_generator.py         | 15 +++++++++++++++
 parquet_flask/cdms_lambda_func/s3_records/__init__.py   | 15 +++++++++++++++
 parquet_flask/cdms_lambda_func/s3_records/s3_2_sqs.py   | 15 +++++++++++++++
 .../s3_records/s3_event_validator_abstract.py           | 15 +++++++++++++++
 parquet_flask/io_logic/cdms_schema.py                   | 15 +++++++++++++++
 parquet_flask/io_logic/parquet_paths_es_retriever.py    | 15 +++++++++++++++
 .../io_logic/parquet_query_condition_management_v3.py   | 15 +++++++++++++++
 .../io_logic/parquet_query_condition_management_v4.py   | 15 +++++++++++++++
 parquet_flask/io_logic/partitioned_parquet_path.py      | 15 +++++++++++++++
 parquet_flask/io_logic/spark_constants.py               | 15 +++++++++++++++
 parquet_flask/io_logic/sub_collection_statistics.py     | 15 +++++++++++++++
 parquet_flask/parquet_stat_extractor/__init__.py        | 15 +++++++++++++++
 .../parquet_stat_extractor/local_spark_session.py       | 15 +++++++++++++++
 .../local_statistics_retriever.py                       | 15 +++++++++++++++
 .../parquet_stat_extractor/statistics_retriever.py      | 15 +++++++++++++++
 .../statistics_retriever_wrapper.py                     | 15 +++++++++++++++
 parquet_flask/utils/factory_abstract.py                 | 15 +++++++++++++++
 parquet_flask/utils/spatial_utils.py                    | 15 +++++++++++++++
 parquet_flask/v1/__init__.py                            |  1 +
 parquet_flask/v1/authenticator_decorator.py             | 15 +++++++++++++++
 parquet_flask/v1/cdms_schema.py                         | 15 +++++++++++++++
 .../v1/insitu_query_swagger/insitu-spec-0.0.1.yml       | 15 +++++++++++++++
 rotate_keys.bash                                        | 15 +++++++++++++++
 tests/__init__.py                                       | 15 +++++++++++++++
 tests/back_to_basis/__init__.py                         | 15 +++++++++++++++
 tests/back_to_basis/local_spark.py                      | 15 +++++++++++++++
 tests/back_to_basis/s3_read.py                          | 15 +++++++++++++++
 tests/back_to_basis/s3_spark.py                         | 15 +++++++++++++++
 tests/bench_mark/__init__.py                            | 15 +++++++++++++++
 tests/bench_mark/bench_mark.py                          | 15 +++++++++++++++
 tests/bench_mark/bench_parallel_process.py              | 15 +++++++++++++++
 tests/bench_mark/func_exec_time_decorator.py            | 15 +++++++++++++++
 tests/get_aws_creds.py                                  | 15 +++++++++++++++
 tests/parquet_flask/__init__.py                         | 15 +++++++++++++++
 tests/parquet_flask/aws/__init__.py                     | 15 +++++++++++++++
 .../parquet_flask/aws/manual_test_es_middleware_aws.py  | 15 +++++++++++++++
 tests/parquet_flask/cdms_lambda_func/__init__.py        | 15 +++++++++++++++
 .../cdms_lambda_func/index_to_es/__init__.py            | 15 +++++++++++++++
 .../index_to_es/manual_test_parquet_file_es_indexer.py  | 15 +++++++++++++++
 .../index_to_es/test_parquet_stat_extractor.py          | 15 +++++++++++++++
 .../index_to_es/test_s3_stat_extractor.py               | 15 +++++++++++++++
 .../cdms_lambda_func/s3_records/__init__.py             | 15 +++++++++++++++
 .../cdms_lambda_func/s3_records/test_s3_s2_sqs.py       | 15 +++++++++++++++
 tests/parquet_flask/io_logic/__init__.py                | 15 +++++++++++++++
 .../io_logic/manual_test_parquet_paths_es_retriever.py  | 15 +++++++++++++++
 tests/parquet_flask/io_logic/test_cdms_schema.py        | 15 +++++++++++++++
 tests/parquet_flask/io_logic/test_ingest_new_file.py    | 15 +++++++++++++++
 tests/parquet_flask/io_logic/test_metadata_tbl_es.py    | 15 +++++++++++++++
 .../test_parquet_query_condition_management_v3.py       | 15 +++++++++++++++
 .../io_logic/test_partitioned_parquet_path.py           | 15 +++++++++++++++
 tests/parquet_flask/parquet_stat_extractor/__init__.py  | 15 +++++++++++++++
 .../test_local_statistics_retriever.py                  | 15 +++++++++++++++
 .../parquet_stat_extractor/test_statistics_retriever.py | 15 +++++++++++++++
 tests/parquet_flask/utils/__init__.py                   | 15 +++++++++++++++
 tests/parquet_flask/utils/test_general_utils.py         | 15 +++++++++++++++
 tests/parquet_flask/utils/test_spatial_utils.py         | 15 +++++++++++++++
 111 files changed, 1656 insertions(+)

diff --git a/ci.cd/Makefile b/ci.cd/Makefile
index 1903e04..7b0d697 100644
--- a/ci.cd/Makefile
+++ b/ci.cd/Makefile
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 export IMAGE_PREFIX ?= waiphyojpl
 export NAME ?= uds
 export LAMBDA_NAME ?= parquet_lambda
diff --git a/ci.cd/create_s3_zip.sh b/ci.cd/create_s3_zip.sh
index 4bdb9fc..9b198c6 100755
--- a/ci.cd/create_s3_zip.sh
+++ b/ci.cd/create_s3_zip.sh
@@ -1,5 +1,20 @@
 #!/usr/bin/env bash
 
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 apt-get update -y && apt-get install zip -y
 
 ZIP_NAME='cdms_lambda_functions'
diff --git a/ci.cd/lambda_docker_upload.sh b/ci.cd/lambda_docker_upload.sh
index 38d1a9c..e463a6b 100644
--- a/ci.cd/lambda_docker_upload.sh
+++ b/ci.cd/lambda_docker_upload.sh
@@ -1,5 +1,20 @@
 #!/bin/bash
 
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 
 aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 848373852523.dkr.ecr.us-west-2.amazonaws.com
 docker tag ${DOCKER_IMAGE}:${DOCKER_TAG} 848373852523.dkr.ecr.us-west-2.amazonaws.com/cdms:${DOCKER_TAG}
diff --git a/ci.cd/local_upload.sh b/ci.cd/local_upload.sh
index 0a95db3..b6e6b63 100755
--- a/ci.cd/local_upload.sh
+++ b/ci.cd/local_upload.sh
@@ -1,4 +1,20 @@
 #!/usr/bin/env bash
+
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 ZIP_NAME='cdms_lambda_functions'
 software_version=`python3 setup.py --version`
 zip_file="${PWD}/${ZIP_NAME}__${software_version}.zip"
diff --git a/docker/parquet.lambda.Dockerfile b/docker/parquet.lambda.Dockerfile
index b96102e..83c8984 100644
--- a/docker/parquet.lambda.Dockerfile
+++ b/docker/parquet.lambda.Dockerfile
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 FROM public.ecr.aws/lambda/python:3.7
 
 # Reference: https://aws.plainenglish.io/spark-on-aws-lambda-c65877c0ac96
diff --git a/docker/parquet.spark.3.1.2.r70.Dockerfile b/docker/parquet.spark.3.1.2.r70.Dockerfile
index cdedccc..13176a2 100644
--- a/docker/parquet.spark.3.1.2.r70.Dockerfile
+++ b/docker/parquet.spark.3.1.2.r70.Dockerfile
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 FROM bitnami/spark:3.1.2-debian-10-r70
 
 USER root
diff --git a/docker/parquet.spark.3.2.0.r44.Dockerfile b/docker/parquet.spark.3.2.0.r44.Dockerfile
index ac58f2a..a15a756 100644
--- a/docker/parquet.spark.3.2.0.r44.Dockerfile
+++ b/docker/parquet.spark.3.2.0.r44.Dockerfile
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 FROM bitnami/spark:3.2.0-debian-10-r44
 
 USER root
diff --git a/etc/lambda-spark/spark-class b/etc/lambda-spark/spark-class
index f711d4b..1780a26 100644
--- a/etc/lambda-spark/spark-class
+++ b/etc/lambda-spark/spark-class
@@ -1,4 +1,21 @@
 #!/usr/bin/env bash
+
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
 SPARK_ENV_SH=${SPARK_HOME}/spark-env.sh
 if [[ -f "${SPARK_ENV_SH}" ]]; then
     set -a
diff --git a/k8s_spark/k8s_spark/org.alues.yaml b/k8s_spark/k8s_spark/org.alues.yaml
index 1db3e20..f9d1efd 100644
--- a/k8s_spark/k8s_spark/org.alues.yaml
+++ b/k8s_spark/k8s_spark/org.alues.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 ## @section Global parameters
 ## Global Docker image parameters
 ## Please, note that this will override the image parameters, including dependencies, configured to use the global value
diff --git a/k8s_spark/parquet.spark.helm/Chart.yaml b/k8s_spark/parquet.spark.helm/Chart.yaml
index 7fc85df..58ae0fd 100644
--- a/k8s_spark/parquet.spark.helm/Chart.yaml
+++ b/k8s_spark/parquet.spark.helm/Chart.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 apiVersion: v2
 name: parquet-spark-helm
 description: A Helm chart for Kubernetes
diff --git a/k8s_spark/parquet.spark.helm/templates/_helpers.tpl b/k8s_spark/parquet.spark.helm/templates/_helpers.tpl
index c94b8c7..3da5340 100644
--- a/k8s_spark/parquet.spark.helm/templates/_helpers.tpl
+++ b/k8s_spark/parquet.spark.helm/templates/_helpers.tpl
@@ -1,3 +1,20 @@
+{{/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/}}
+
 {{/*
 Expand the name of the chart.
 */}}
diff --git a/k8s_spark/parquet.spark.helm/templates/deployment.yaml b/k8s_spark/parquet.spark.helm/templates/deployment.yaml
index 8896e6a..8571ab9 100644
--- a/k8s_spark/parquet.spark.helm/templates/deployment.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/deployment.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 apiVersion: apps/v1
 kind: Deployment
 metadata:
diff --git a/k8s_spark/parquet.spark.helm/templates/hpa.yaml b/k8s_spark/parquet.spark.helm/templates/hpa.yaml
index feef8f1..d784f61 100644
--- a/k8s_spark/parquet.spark.helm/templates/hpa.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/hpa.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 {{- if .Values.autoscaling.enabled }}
 apiVersion: autoscaling/v2beta1
 kind: HorizontalPodAutoscaler
diff --git a/k8s_spark/parquet.spark.helm/templates/ingress.yaml b/k8s_spark/parquet.spark.helm/templates/ingress.yaml
index ac58a0a..a97bfdb 100644
--- a/k8s_spark/parquet.spark.helm/templates/ingress.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/ingress.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 {{- if .Values.ingress.enabled -}}
 
 {{- $fullName := include "parquet.spark.helm.fullname" . -}}
diff --git a/k8s_spark/parquet.spark.helm/templates/secret.yaml b/k8s_spark/parquet.spark.helm/templates/secret.yaml
index ba953bb..880e0a4 100644
--- a/k8s_spark/parquet.spark.helm/templates/secret.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/secret.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 {{ with .Values.aws_creds }}
 apiVersion: v1
 kind: Secret
diff --git a/k8s_spark/parquet.spark.helm/templates/service.yaml b/k8s_spark/parquet.spark.helm/templates/service.yaml
index f78df71..6677139 100644
--- a/k8s_spark/parquet.spark.helm/templates/service.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/service.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 apiVersion: v1
 kind: Service
 metadata:
diff --git a/k8s_spark/parquet.spark.helm/templates/serviceaccount.yaml b/k8s_spark/parquet.spark.helm/templates/serviceaccount.yaml
index dbb2c21..8cd2d2c 100644
--- a/k8s_spark/parquet.spark.helm/templates/serviceaccount.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/serviceaccount.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 {{- if .Values.serviceAccount.create -}}
 apiVersion: v1
 kind: ServiceAccount
diff --git a/k8s_spark/parquet.spark.helm/templates/tests/test-connection.yaml b/k8s_spark/parquet.spark.helm/templates/tests/test-connection.yaml
index e9fbcd5..d9fe0c8 100644
--- a/k8s_spark/parquet.spark.helm/templates/tests/test-connection.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/tests/test-connection.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 apiVersion: v1
 kind: Pod
 metadata:
diff --git a/k8s_spark/parquet.spark.helm/values.yaml b/k8s_spark/parquet.spark.helm/values.yaml
index f9be60c..e7098fc 100644
--- a/k8s_spark/parquet.spark.helm/values.yaml
+++ b/k8s_spark/parquet.spark.helm/values.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 # Default values for parquet.spark.helm.
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.
diff --git a/local.spark.cluster/build.sh b/local.spark.cluster/build.sh
index b83eb01..8fb5dab 100755
--- a/local.spark.cluster/build.sh
+++ b/local.spark.cluster/build.sh
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 # -- Software Stack Version
 
 SPARK_VERSION="3.0.0"
diff --git a/local.spark.cluster/cluster-base.Dockerfile b/local.spark.cluster/cluster-base.Dockerfile
index 3e62afb..83b229d 100644
--- a/local.spark.cluster/cluster-base.Dockerfile
+++ b/local.spark.cluster/cluster-base.Dockerfile
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 ARG debian_buster_image_tag=8-jre-slim
 FROM openjdk:${debian_buster_image_tag}
 
diff --git a/local.spark.cluster/docker-compose.yml b/local.spark.cluster/docker-compose.yml
index 188634a..bcdf4d0 100644
--- a/local.spark.cluster/docker-compose.yml
+++ b/local.spark.cluster/docker-compose.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 version: "3.6"
 x-services-volume:
   &shared-workspace
diff --git a/local.spark.cluster/jupyterlab.Dockerfile b/local.spark.cluster/jupyterlab.Dockerfile
index aaf805c..501cde0 100644
--- a/local.spark.cluster/jupyterlab.Dockerfile
+++ b/local.spark.cluster/jupyterlab.Dockerfile
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 FROM cluster-base
 
 # -- Layer: JupyterLab
diff --git a/local.spark.cluster/parquet-flask.Dockerfile b/local.spark.cluster/parquet-flask.Dockerfile
index c74e6f3..e038ab4 100644
--- a/local.spark.cluster/parquet-flask.Dockerfile
+++ b/local.spark.cluster/parquet-flask.Dockerfile
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 FROM spark-base
 
 RUN mkdir /usr/app
diff --git a/local.spark.cluster/spark-base.Dockerfile b/local.spark.cluster/spark-base.Dockerfile
index ba4a405..90d3623 100644
--- a/local.spark.cluster/spark-base.Dockerfile
+++ b/local.spark.cluster/spark-base.Dockerfile
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 FROM cluster-base
 
 # -- Layer: Apache Spark
diff --git a/local.spark.cluster/spark-master.Dockerfile b/local.spark.cluster/spark-master.Dockerfile
index 05d37a5..2ad2526 100644
--- a/local.spark.cluster/spark-master.Dockerfile
+++ b/local.spark.cluster/spark-master.Dockerfile
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 FROM spark-base
 
 # -- Runtime
diff --git a/local.spark.cluster/spark-worker.Dockerfile b/local.spark.cluster/spark-worker.Dockerfile
index a56a048..ae09a3c 100644
--- a/local.spark.cluster/spark-worker.Dockerfile
+++ b/local.spark.cluster/spark-worker.Dockerfile
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 FROM spark-base
 
 # -- Runtime
diff --git a/one_offs/local_flask.py b/one_offs/local_flask.py
index 7553cdf..70670f9 100644
--- a/one_offs/local_flask.py
+++ b/one_offs/local_flask.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import os
 
 from parquet_flask.__main__ import flask_me
diff --git a/one_offs/py_geo_hash_test.py b/one_offs/py_geo_hash_test.py
index d59bc21..3c63625 100644
--- a/one_offs/py_geo_hash_test.py
+++ b/one_offs/py_geo_hash_test.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from collections import defaultdict
 
 import pygeohash
diff --git a/one_offs/trigger.s3.ingest.py b/one_offs/trigger.s3.ingest.py
index acc0fbb..e081f29 100644
--- a/one_offs/trigger.s3.ingest.py
+++ b/one_offs/trigger.s3.ingest.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import os
 
 from flask import Flask
diff --git a/parquet_cli/__init__.py b/parquet_cli/__init__.py
index e69de29..8afd240 100644
--- a/parquet_cli/__init__.py
+++ b/parquet_cli/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/parquet_cli/ingest_s3/__init__.py b/parquet_cli/ingest_s3/__init__.py
index e69de29..8afd240 100644
--- a/parquet_cli/ingest_s3/__init__.py
+++ b/parquet_cli/ingest_s3/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/parquet_cli/ingest_s3/__main__.py b/parquet_cli/ingest_s3/__main__.py
index c4a2948..205f0ac 100644
--- a/parquet_cli/ingest_s3/__main__.py
+++ b/parquet_cli/ingest_s3/__main__.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import argparse
 import base64
 import logging
diff --git a/parquet_flask/authenticator/__init__.py b/parquet_flask/authenticator/__init__.py
index e69de29..8afd240 100644
--- a/parquet_flask/authenticator/__init__.py
+++ b/parquet_flask/authenticator/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/parquet_flask/authenticator/authenticator_abstract.py b/parquet_flask/authenticator/authenticator_abstract.py
index e1e3be0..9a9693b 100644
--- a/parquet_flask/authenticator/authenticator_abstract.py
+++ b/parquet_flask/authenticator/authenticator_abstract.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from abc import ABC, abstractmethod
 from typing import Union
 
diff --git a/parquet_flask/authenticator/authenticator_aws_secret_manager.py b/parquet_flask/authenticator/authenticator_aws_secret_manager.py
index 73d92d6..80932f1 100644
--- a/parquet_flask/authenticator/authenticator_aws_secret_manager.py
+++ b/parquet_flask/authenticator/authenticator_aws_secret_manager.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import base64
 import json
 from typing import Union
diff --git a/parquet_flask/authenticator/authenticator_factory.py b/parquet_flask/authenticator/authenticator_factory.py
index c624250..7baec63 100644
--- a/parquet_flask/authenticator/authenticator_factory.py
+++ b/parquet_flask/authenticator/authenticator_factory.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from parquet_flask.authenticator.authenticator_aws_secret_manager import AuthenticatorAwsSecretManager
 from parquet_flask.authenticator.authenticator_filebased import AuthenticatorFileBased
 from parquet_flask.authenticator.authenticator_pass_through import AuthenticatorPassThrough
diff --git a/parquet_flask/authenticator/authenticator_filebased.py b/parquet_flask/authenticator/authenticator_filebased.py
index 2560ffb..0444e61 100644
--- a/parquet_flask/authenticator/authenticator_filebased.py
+++ b/parquet_flask/authenticator/authenticator_filebased.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import base64
 from typing import Union
 
diff --git a/parquet_flask/authenticator/authenticator_pass_through.py b/parquet_flask/authenticator/authenticator_pass_through.py
index 77f7590..f662967 100644
--- a/parquet_flask/authenticator/authenticator_pass_through.py
+++ b/parquet_flask/authenticator/authenticator_pass_through.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from typing import Union
 
 from parquet_flask.authenticator.authenticator_abstract import AuthenticatorAbstract
diff --git a/parquet_flask/aws/aws_secret_manager.py b/parquet_flask/aws/aws_secret_manager.py
index 642106a..a300698 100644
--- a/parquet_flask/aws/aws_secret_manager.py
+++ b/parquet_flask/aws/aws_secret_manager.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import base64
 
 from botocore.exceptions import ClientError
diff --git a/parquet_flask/aws/es_abstract.py b/parquet_flask/aws/es_abstract.py
index 701a022..532537a 100644
--- a/parquet_flask/aws/es_abstract.py
+++ b/parquet_flask/aws/es_abstract.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from abc import ABC, abstractmethod
 from typing import Any, Union, Callable
 
diff --git a/parquet_flask/aws/es_factory.py b/parquet_flask/aws/es_factory.py
index 62cc418..7ba3a26 100644
--- a/parquet_flask/aws/es_factory.py
+++ b/parquet_flask/aws/es_factory.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from parquet_flask.utils.factory_abstract import FactoryAbstract
 
 
diff --git a/parquet_flask/aws/es_middleware.py b/parquet_flask/aws/es_middleware.py
index ede243b..0d4e34b 100644
--- a/parquet_flask/aws/es_middleware.py
+++ b/parquet_flask/aws/es_middleware.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import logging
 
 from elasticsearch import Elasticsearch
diff --git a/parquet_flask/aws/es_middleware_aws.py b/parquet_flask/aws/es_middleware_aws.py
index abf018d..30187bb 100644
--- a/parquet_flask/aws/es_middleware_aws.py
+++ b/parquet_flask/aws/es_middleware_aws.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import logging
 
 from elasticsearch import Elasticsearch, RequestsHttpConnection
diff --git a/parquet_flask/cdms_lambda_func/__init__.py b/parquet_flask/cdms_lambda_func/__init__.py
index e69de29..8afd240 100644
--- a/parquet_flask/cdms_lambda_func/__init__.py
+++ b/parquet_flask/cdms_lambda_func/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/parquet_flask/cdms_lambda_func/cdms_lambda_constants.py b/parquet_flask/cdms_lambda_func/cdms_lambda_constants.py
index 4109966..a37b8e8 100644
--- a/parquet_flask/cdms_lambda_func/cdms_lambda_constants.py
+++ b/parquet_flask/cdms_lambda_func/cdms_lambda_constants.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 class CdmsLambdaConstants:
     es_url = 'es_url'
     es_index = 'es_index'
diff --git a/parquet_flask/cdms_lambda_func/index_to_es/__init__.py b/parquet_flask/cdms_lambda_func/index_to_es/__init__.py
index e69de29..8afd240 100644
--- a/parquet_flask/cdms_lambda_func/index_to_es/__init__.py
+++ b/parquet_flask/cdms_lambda_func/index_to_es/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/parquet_flask/cdms_lambda_func/index_to_es/execute_lambda.py b/parquet_flask/cdms_lambda_func/index_to_es/execute_lambda.py
index ce32edf..67d14e5 100644
--- a/parquet_flask/cdms_lambda_func/index_to_es/execute_lambda.py
+++ b/parquet_flask/cdms_lambda_func/index_to_es/execute_lambda.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import os
 
 from parquet_flask.cdms_lambda_func.lambda_logger_generator import LambdaLoggerGenerator
diff --git a/parquet_flask/cdms_lambda_func/index_to_es/parquet_file_es_indexer.py b/parquet_flask/cdms_lambda_func/index_to_es/parquet_file_es_indexer.py
index 6075ffd..523adfa 100644
--- a/parquet_flask/cdms_lambda_func/index_to_es/parquet_file_es_indexer.py
+++ b/parquet_flask/cdms_lambda_func/index_to_es/parquet_file_es_indexer.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import os
 
 from parquet_flask.parquet_stat_extractor.local_statistics_retriever import LocalStatisticsRetriever
diff --git a/parquet_flask/cdms_lambda_func/index_to_es/parquet_stat_extractor.py b/parquet_flask/cdms_lambda_func/index_to_es/parquet_stat_extractor.py
index c96b945..5255be1 100644
--- a/parquet_flask/cdms_lambda_func/index_to_es/parquet_stat_extractor.py
+++ b/parquet_flask/cdms_lambda_func/index_to_es/parquet_stat_extractor.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import json
 import os
 
diff --git a/parquet_flask/cdms_lambda_func/index_to_es/s3_stat_extractor.py b/parquet_flask/cdms_lambda_func/index_to_es/s3_stat_extractor.py
index 6cd9615..9c7c6d4 100644
--- a/parquet_flask/cdms_lambda_func/index_to_es/s3_stat_extractor.py
+++ b/parquet_flask/cdms_lambda_func/index_to_es/s3_stat_extractor.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from parquet_flask.io_logic.cdms_constants import CDMSConstants
 
 
diff --git a/parquet_flask/cdms_lambda_func/ingest_s3_to_cdms/__init__.py b/parquet_flask/cdms_lambda_func/ingest_s3_to_cdms/__init__.py
index e69de29..8afd240 100644
--- a/parquet_flask/cdms_lambda_func/ingest_s3_to_cdms/__init__.py
+++ b/parquet_flask/cdms_lambda_func/ingest_s3_to_cdms/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/parquet_flask/cdms_lambda_func/ingest_s3_to_cdms/execute_lambda.py b/parquet_flask/cdms_lambda_func/ingest_s3_to_cdms/execute_lambda.py
index 85c2c92..c272272 100644
--- a/parquet_flask/cdms_lambda_func/ingest_s3_to_cdms/execute_lambda.py
+++ b/parquet_flask/cdms_lambda_func/ingest_s3_to_cdms/execute_lambda.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from parquet_flask.cdms_lambda_func.ingest_s3_to_cdms.ingest_s3_to_cdms import IngestS3ToCdms
 
 
diff --git a/parquet_flask/cdms_lambda_func/ingest_s3_to_cdms/ingest_s3_to_cdms.py b/parquet_flask/cdms_lambda_func/ingest_s3_to_cdms/ingest_s3_to_cdms.py
index 8188564..3c9d88b 100644
--- a/parquet_flask/cdms_lambda_func/ingest_s3_to_cdms/ingest_s3_to_cdms.py
+++ b/parquet_flask/cdms_lambda_func/ingest_s3_to_cdms/ingest_s3_to_cdms.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import base64
 import json
 import os
diff --git a/parquet_flask/cdms_lambda_func/lambda_func_env.py b/parquet_flask/cdms_lambda_func/lambda_func_env.py
index c67d167..e5e246d 100644
--- a/parquet_flask/cdms_lambda_func/lambda_func_env.py
+++ b/parquet_flask/cdms_lambda_func/lambda_func_env.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 class LambdaFuncEnv:
     LOG_LEVEL = 'LOG_LEVEL'
     PARQUET_META_TBL_NAME = 'PARQUET_META_TBL_NAME'
diff --git a/parquet_flask/cdms_lambda_func/lambda_logger_generator.py b/parquet_flask/cdms_lambda_func/lambda_logger_generator.py
index e00c10d..239df9d 100644
--- a/parquet_flask/cdms_lambda_func/lambda_logger_generator.py
+++ b/parquet_flask/cdms_lambda_func/lambda_logger_generator.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import logging
 import os
 import sys
diff --git a/parquet_flask/cdms_lambda_func/s3_records/__init__.py b/parquet_flask/cdms_lambda_func/s3_records/__init__.py
index e69de29..8afd240 100644
--- a/parquet_flask/cdms_lambda_func/s3_records/__init__.py
+++ b/parquet_flask/cdms_lambda_func/s3_records/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/parquet_flask/cdms_lambda_func/s3_records/s3_2_sqs.py b/parquet_flask/cdms_lambda_func/s3_records/s3_2_sqs.py
index c2ca16b..09c9c1d 100644
--- a/parquet_flask/cdms_lambda_func/s3_records/s3_2_sqs.py
+++ b/parquet_flask/cdms_lambda_func/s3_records/s3_2_sqs.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 """
 {
   "Records": [
diff --git a/parquet_flask/cdms_lambda_func/s3_records/s3_event_validator_abstract.py b/parquet_flask/cdms_lambda_func/s3_records/s3_event_validator_abstract.py
index 27fc98a..24152dc 100644
--- a/parquet_flask/cdms_lambda_func/s3_records/s3_event_validator_abstract.py
+++ b/parquet_flask/cdms_lambda_func/s3_records/s3_event_validator_abstract.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from abc import ABC, abstractmethod
 
 
diff --git a/parquet_flask/io_logic/cdms_schema.py b/parquet_flask/io_logic/cdms_schema.py
index 8b98556..810546a 100644
--- a/parquet_flask/io_logic/cdms_schema.py
+++ b/parquet_flask/io_logic/cdms_schema.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from pyspark.sql.types import StructType, StructField, DoubleType, StringType, MapType, LongType, TimestampType, \
     IntegerType
 
diff --git a/parquet_flask/io_logic/parquet_paths_es_retriever.py b/parquet_flask/io_logic/parquet_paths_es_retriever.py
index 8302226..33e05fc 100644
--- a/parquet_flask/io_logic/parquet_paths_es_retriever.py
+++ b/parquet_flask/io_logic/parquet_paths_es_retriever.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import logging
 from collections import defaultdict
 
diff --git a/parquet_flask/io_logic/parquet_query_condition_management_v3.py b/parquet_flask/io_logic/parquet_query_condition_management_v3.py
index d6212b3..17e9b05 100644
--- a/parquet_flask/io_logic/parquet_query_condition_management_v3.py
+++ b/parquet_flask/io_logic/parquet_query_condition_management_v3.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import logging
 
 from parquet_flask.io_logic.ingest_new_file import GEOSPATIAL_INTERVAL
diff --git a/parquet_flask/io_logic/parquet_query_condition_management_v4.py b/parquet_flask/io_logic/parquet_query_condition_management_v4.py
index fd6d669..4d55825 100644
--- a/parquet_flask/io_logic/parquet_query_condition_management_v4.py
+++ b/parquet_flask/io_logic/parquet_query_condition_management_v4.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import logging
 
 from parquet_flask.io_logic.parquet_paths_es_retriever import ParquetPathsEsRetriever
diff --git a/parquet_flask/io_logic/partitioned_parquet_path.py b/parquet_flask/io_logic/partitioned_parquet_path.py
index e7ef4e8..2bf9d3d 100644
--- a/parquet_flask/io_logic/partitioned_parquet_path.py
+++ b/parquet_flask/io_logic/partitioned_parquet_path.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from copy import copy
 
 from parquet_flask.io_logic.cdms_constants import CDMSConstants
diff --git a/parquet_flask/io_logic/spark_constants.py b/parquet_flask/io_logic/spark_constants.py
index f4e9495..5b7ef57 100644
--- a/parquet_flask/io_logic/spark_constants.py
+++ b/parquet_flask/io_logic/spark_constants.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 class SparkConstants:
     SIMPLE_CRED = 'org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider'
     TEMP_CRED = 'org.apache.hadoop.fs.s3a.TemporaryAWSCredentialsProvider'
diff --git a/parquet_flask/io_logic/sub_collection_statistics.py b/parquet_flask/io_logic/sub_collection_statistics.py
index 5b63375..9c08cfa 100644
--- a/parquet_flask/io_logic/sub_collection_statistics.py
+++ b/parquet_flask/io_logic/sub_collection_statistics.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import json
 import logging
 
diff --git a/parquet_flask/parquet_stat_extractor/__init__.py b/parquet_flask/parquet_stat_extractor/__init__.py
index e69de29..8afd240 100644
--- a/parquet_flask/parquet_stat_extractor/__init__.py
+++ b/parquet_flask/parquet_stat_extractor/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/parquet_flask/parquet_stat_extractor/local_spark_session.py b/parquet_flask/parquet_stat_extractor/local_spark_session.py
index a2cafea..ef8d276 100644
--- a/parquet_flask/parquet_stat_extractor/local_spark_session.py
+++ b/parquet_flask/parquet_stat_extractor/local_spark_session.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from pyspark.sql import SparkSession
 
 from parquet_flask.utils.singleton import Singleton
diff --git a/parquet_flask/parquet_stat_extractor/local_statistics_retriever.py b/parquet_flask/parquet_stat_extractor/local_statistics_retriever.py
index 6e384f7..bdce588 100644
--- a/parquet_flask/parquet_stat_extractor/local_statistics_retriever.py
+++ b/parquet_flask/parquet_stat_extractor/local_statistics_retriever.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import logging
 
 from parquet_flask.parquet_stat_extractor.local_spark_session import LocalSparkSession
diff --git a/parquet_flask/parquet_stat_extractor/statistics_retriever.py b/parquet_flask/parquet_stat_extractor/statistics_retriever.py
index 2b1eceb..44f46df 100644
--- a/parquet_flask/parquet_stat_extractor/statistics_retriever.py
+++ b/parquet_flask/parquet_stat_extractor/statistics_retriever.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import logging
 
 from pyspark.sql.dataframe import DataFrame
diff --git a/parquet_flask/parquet_stat_extractor/statistics_retriever_wrapper.py b/parquet_flask/parquet_stat_extractor/statistics_retriever_wrapper.py
index df8d1b8..5d773c6 100644
--- a/parquet_flask/parquet_stat_extractor/statistics_retriever_wrapper.py
+++ b/parquet_flask/parquet_stat_extractor/statistics_retriever_wrapper.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import logging
 
 from parquet_flask.utils.file_utils import FileUtils
diff --git a/parquet_flask/utils/factory_abstract.py b/parquet_flask/utils/factory_abstract.py
index 16de81c..46a1df4 100644
--- a/parquet_flask/utils/factory_abstract.py
+++ b/parquet_flask/utils/factory_abstract.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from abc import ABC, abstractmethod
 
 
diff --git a/parquet_flask/utils/spatial_utils.py b/parquet_flask/utils/spatial_utils.py
index d4b5a4f..340f428 100644
--- a/parquet_flask/utils/spatial_utils.py
+++ b/parquet_flask/utils/spatial_utils.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import math
 
 
diff --git a/parquet_flask/v1/__init__.py b/parquet_flask/v1/__init__.py
index 7b0ab50..0dd7851 100644
--- a/parquet_flask/v1/__init__.py
+++ b/parquet_flask/v1/__init__.py
@@ -12,6 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
+
 import os
 
 from flask import Blueprint
diff --git a/parquet_flask/v1/authenticator_decorator.py b/parquet_flask/v1/authenticator_decorator.py
index 65328fa..3dd3f77 100644
--- a/parquet_flask/v1/authenticator_decorator.py
+++ b/parquet_flask/v1/authenticator_decorator.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from functools import wraps
 
 from flask import request
diff --git a/parquet_flask/v1/cdms_schema.py b/parquet_flask/v1/cdms_schema.py
index 5a6ded2..5705d56 100644
--- a/parquet_flask/v1/cdms_schema.py
+++ b/parquet_flask/v1/cdms_schema.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import logging
 
 from flask_restx import Resource, Namespace, fields
diff --git a/parquet_flask/v1/insitu_query_swagger/insitu-spec-0.0.1.yml b/parquet_flask/v1/insitu_query_swagger/insitu-spec-0.0.1.yml
index 6d171fb..16b1252 100644
--- a/parquet_flask/v1/insitu_query_swagger/insitu-spec-0.0.1.yml
+++ b/parquet_flask/v1/insitu_query_swagger/insitu-spec-0.0.1.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 openapi: 3.0.3
 info:
   title: in-situ-data-services
diff --git a/rotate_keys.bash b/rotate_keys.bash
index f48c1ac..c723fe9 100755
--- a/rotate_keys.bash
+++ b/rotate_keys.bash
@@ -1,5 +1,20 @@
 #!/bin/bash
 
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 # Replace old_access_key with the current access key that will expire.
 # Replace old_secret_key with the current secret key that will expire.
 # Then run the script.
diff --git a/tests/__init__.py b/tests/__init__.py
index e69de29..8afd240 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/tests/back_to_basis/__init__.py b/tests/back_to_basis/__init__.py
index e69de29..8afd240 100644
--- a/tests/back_to_basis/__init__.py
+++ b/tests/back_to_basis/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/tests/back_to_basis/local_spark.py b/tests/back_to_basis/local_spark.py
index cab229c..deff824 100644
--- a/tests/back_to_basis/local_spark.py
+++ b/tests/back_to_basis/local_spark.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import os
 
 
diff --git a/tests/back_to_basis/s3_read.py b/tests/back_to_basis/s3_read.py
index 7b366ea..d0b75db 100644
--- a/tests/back_to_basis/s3_read.py
+++ b/tests/back_to_basis/s3_read.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from datetime import datetime
 
 import findspark
diff --git a/tests/back_to_basis/s3_spark.py b/tests/back_to_basis/s3_spark.py
index db126a1..0ed81f5 100644
--- a/tests/back_to_basis/s3_spark.py
+++ b/tests/back_to_basis/s3_spark.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import json
 
 import findspark
diff --git a/tests/bench_mark/__init__.py b/tests/bench_mark/__init__.py
index e69de29..8afd240 100644
--- a/tests/bench_mark/__init__.py
+++ b/tests/bench_mark/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/tests/bench_mark/bench_mark.py b/tests/bench_mark/bench_mark.py
index 240dcd8..5f5bd4d 100644
--- a/tests/bench_mark/bench_mark.py
+++ b/tests/bench_mark/bench_mark.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import json
 
 import requests
diff --git a/tests/bench_mark/bench_parallel_process.py b/tests/bench_mark/bench_parallel_process.py
index 9dc6c8d..c9bb0b4 100644
--- a/tests/bench_mark/bench_parallel_process.py
+++ b/tests/bench_mark/bench_parallel_process.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import json
 from datetime import datetime
 from multiprocessing.context import Process
diff --git a/tests/bench_mark/func_exec_time_decorator.py b/tests/bench_mark/func_exec_time_decorator.py
index 78499cb..e574a36 100644
--- a/tests/bench_mark/func_exec_time_decorator.py
+++ b/tests/bench_mark/func_exec_time_decorator.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import logging
 from datetime import datetime
 from functools import wraps
diff --git a/tests/get_aws_creds.py b/tests/get_aws_creds.py
index 53bca0b..8d0e8f9 100644
--- a/tests/get_aws_creds.py
+++ b/tests/get_aws_creds.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import configparser
 
 cred_file_path = '/Users/wphyo/.aws/credentials'
diff --git a/tests/parquet_flask/__init__.py b/tests/parquet_flask/__init__.py
index e69de29..8afd240 100644
--- a/tests/parquet_flask/__init__.py
+++ b/tests/parquet_flask/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/tests/parquet_flask/aws/__init__.py b/tests/parquet_flask/aws/__init__.py
index e69de29..8afd240 100644
--- a/tests/parquet_flask/aws/__init__.py
+++ b/tests/parquet_flask/aws/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/tests/parquet_flask/aws/manual_test_es_middleware_aws.py b/tests/parquet_flask/aws/manual_test_es_middleware_aws.py
index a88cea8..7fa01bc 100644
--- a/tests/parquet_flask/aws/manual_test_es_middleware_aws.py
+++ b/tests/parquet_flask/aws/manual_test_es_middleware_aws.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import os
 
 from tests.get_aws_creds import export_as_env
diff --git a/tests/parquet_flask/cdms_lambda_func/__init__.py b/tests/parquet_flask/cdms_lambda_func/__init__.py
index e69de29..8afd240 100644
--- a/tests/parquet_flask/cdms_lambda_func/__init__.py
+++ b/tests/parquet_flask/cdms_lambda_func/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/tests/parquet_flask/cdms_lambda_func/index_to_es/__init__.py b/tests/parquet_flask/cdms_lambda_func/index_to_es/__init__.py
index e69de29..8afd240 100644
--- a/tests/parquet_flask/cdms_lambda_func/index_to_es/__init__.py
+++ b/tests/parquet_flask/cdms_lambda_func/index_to_es/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/tests/parquet_flask/cdms_lambda_func/index_to_es/manual_test_parquet_file_es_indexer.py b/tests/parquet_flask/cdms_lambda_func/index_to_es/manual_test_parquet_file_es_indexer.py
index daca856..04b41a8 100644
--- a/tests/parquet_flask/cdms_lambda_func/index_to_es/manual_test_parquet_file_es_indexer.py
+++ b/tests/parquet_flask/cdms_lambda_func/index_to_es/manual_test_parquet_file_es_indexer.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import json
 import os
 
diff --git a/tests/parquet_flask/cdms_lambda_func/index_to_es/test_parquet_stat_extractor.py b/tests/parquet_flask/cdms_lambda_func/index_to_es/test_parquet_stat_extractor.py
index de96b2e..ccd96e8 100644
--- a/tests/parquet_flask/cdms_lambda_func/index_to_es/test_parquet_stat_extractor.py
+++ b/tests/parquet_flask/cdms_lambda_func/index_to_es/test_parquet_stat_extractor.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import os
 from unittest import TestCase
 
diff --git a/tests/parquet_flask/cdms_lambda_func/index_to_es/test_s3_stat_extractor.py b/tests/parquet_flask/cdms_lambda_func/index_to_es/test_s3_stat_extractor.py
index 06ae0ae..3585a7f 100644
--- a/tests/parquet_flask/cdms_lambda_func/index_to_es/test_s3_stat_extractor.py
+++ b/tests/parquet_flask/cdms_lambda_func/index_to_es/test_s3_stat_extractor.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import json
 from unittest import TestCase
 
diff --git a/tests/parquet_flask/cdms_lambda_func/s3_records/__init__.py b/tests/parquet_flask/cdms_lambda_func/s3_records/__init__.py
index e69de29..8afd240 100644
--- a/tests/parquet_flask/cdms_lambda_func/s3_records/__init__.py
+++ b/tests/parquet_flask/cdms_lambda_func/s3_records/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/tests/parquet_flask/cdms_lambda_func/s3_records/test_s3_s2_sqs.py b/tests/parquet_flask/cdms_lambda_func/s3_records/test_s3_s2_sqs.py
index 69f69fc..7b91bf8 100644
--- a/tests/parquet_flask/cdms_lambda_func/s3_records/test_s3_s2_sqs.py
+++ b/tests/parquet_flask/cdms_lambda_func/s3_records/test_s3_s2_sqs.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from unittest import TestCase
 
 from parquet_flask.cdms_lambda_func.s3_records.s3_2_sqs import S3ToSqs
diff --git a/tests/parquet_flask/io_logic/__init__.py b/tests/parquet_flask/io_logic/__init__.py
index e69de29..8afd240 100644
--- a/tests/parquet_flask/io_logic/__init__.py
+++ b/tests/parquet_flask/io_logic/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/tests/parquet_flask/io_logic/manual_test_parquet_paths_es_retriever.py b/tests/parquet_flask/io_logic/manual_test_parquet_paths_es_retriever.py
index f727a81..59749e5 100644
--- a/tests/parquet_flask/io_logic/manual_test_parquet_paths_es_retriever.py
+++ b/tests/parquet_flask/io_logic/manual_test_parquet_paths_es_retriever.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import os
 
 os.environ['master_spark_url'] = ''
diff --git a/tests/parquet_flask/io_logic/test_cdms_schema.py b/tests/parquet_flask/io_logic/test_cdms_schema.py
index 9d2557c..ba8360b 100644
--- a/tests/parquet_flask/io_logic/test_cdms_schema.py
+++ b/tests/parquet_flask/io_logic/test_cdms_schema.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import unittest
 import os
 
diff --git a/tests/parquet_flask/io_logic/test_ingest_new_file.py b/tests/parquet_flask/io_logic/test_ingest_new_file.py
index 39a293b..7aa5bd5 100644
--- a/tests/parquet_flask/io_logic/test_ingest_new_file.py
+++ b/tests/parquet_flask/io_logic/test_ingest_new_file.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import json
 import os
 from unittest import TestCase
diff --git a/tests/parquet_flask/io_logic/test_metadata_tbl_es.py b/tests/parquet_flask/io_logic/test_metadata_tbl_es.py
index 8248035..33e2af5 100644
--- a/tests/parquet_flask/io_logic/test_metadata_tbl_es.py
+++ b/tests/parquet_flask/io_logic/test_metadata_tbl_es.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from time import sleep
 from unittest import TestCase
 
diff --git a/tests/parquet_flask/io_logic/test_parquet_query_condition_management_v3.py b/tests/parquet_flask/io_logic/test_parquet_query_condition_management_v3.py
index be83550..8de1c20 100644
--- a/tests/parquet_flask/io_logic/test_parquet_query_condition_management_v3.py
+++ b/tests/parquet_flask/io_logic/test_parquet_query_condition_management_v3.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import unittest
 
 from parquet_flask.io_logic.parquet_query_condition_management_v3 import ParquetQueryConditionManagementV3
diff --git a/tests/parquet_flask/io_logic/test_partitioned_parquet_path.py b/tests/parquet_flask/io_logic/test_partitioned_parquet_path.py
index 3a553e3..5301250 100644
--- a/tests/parquet_flask/io_logic/test_partitioned_parquet_path.py
+++ b/tests/parquet_flask/io_logic/test_partitioned_parquet_path.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import unittest
 
 from parquet_flask.io_logic.partitioned_parquet_path import PartitionedParquetPath
diff --git a/tests/parquet_flask/parquet_stat_extractor/__init__.py b/tests/parquet_flask/parquet_stat_extractor/__init__.py
index e69de29..8afd240 100644
--- a/tests/parquet_flask/parquet_stat_extractor/__init__.py
+++ b/tests/parquet_flask/parquet_stat_extractor/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/tests/parquet_flask/parquet_stat_extractor/test_local_statistics_retriever.py b/tests/parquet_flask/parquet_stat_extractor/test_local_statistics_retriever.py
index 3681647..d2c8d6a 100644
--- a/tests/parquet_flask/parquet_stat_extractor/test_local_statistics_retriever.py
+++ b/tests/parquet_flask/parquet_stat_extractor/test_local_statistics_retriever.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import unittest
 
 from parquet_flask.parquet_stat_extractor.local_statistics_retriever import LocalStatisticsRetriever
diff --git a/tests/parquet_flask/parquet_stat_extractor/test_statistics_retriever.py b/tests/parquet_flask/parquet_stat_extractor/test_statistics_retriever.py
index 57f0640..c649bd0 100644
--- a/tests/parquet_flask/parquet_stat_extractor/test_statistics_retriever.py
+++ b/tests/parquet_flask/parquet_stat_extractor/test_statistics_retriever.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 from unittest import TestCase
 
 from pyspark.sql import SparkSession
diff --git a/tests/parquet_flask/utils/__init__.py b/tests/parquet_flask/utils/__init__.py
index e69de29..8afd240 100644
--- a/tests/parquet_flask/utils/__init__.py
+++ b/tests/parquet_flask/utils/__init__.py
@@ -0,0 +1,15 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
diff --git a/tests/parquet_flask/utils/test_general_utils.py b/tests/parquet_flask/utils/test_general_utils.py
index 90c65e6..513a326 100644
--- a/tests/parquet_flask/utils/test_general_utils.py
+++ b/tests/parquet_flask/utils/test_general_utils.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import unittest
 
 from parquet_flask.utils.general_utils import GeneralUtils
diff --git a/tests/parquet_flask/utils/test_spatial_utils.py b/tests/parquet_flask/utils/test_spatial_utils.py
index 7498d7a..c547431 100644
--- a/tests/parquet_flask/utils/test_spatial_utils.py
+++ b/tests/parquet_flask/utils/test_spatial_utils.py
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 import unittest
 
 from parquet_flask.utils.spatial_utils import SpatialUtils


[incubator-sdap-in-situ-data-services] 02/02: Removed some files

Posted by rk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch SDAP-445-asf-compliance
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-in-situ-data-services.git

commit 06eab1b25cb65f6ed830fb3ce7c3e0dc6314aa2b
Author: rileykk <ri...@jpl.nasa.gov>
AuthorDate: Mon Mar 13 11:33:24 2023 -0700

    Removed some files
    
    They seem to be some files from a test run and nohup that accidentally got committed
---
 k8s_spark/nohup.out                     |    4 -
 k8s_spark/parquet.spark.helm/nohup.out  | 1973 -------------------------------
 nohup.out                               |    4 -
 tests/back_to_basis/Test1/._SUCCESS.crc |  Bin 8 -> 0 bytes
 tests/back_to_basis/Test1/_SUCCESS      |    0
 5 files changed, 1981 deletions(-)

diff --git a/k8s_spark/nohup.out b/k8s_spark/nohup.out
deleted file mode 100644
index 5eb4593..0000000
--- a/k8s_spark/nohup.out
+++ /dev/null
@@ -1,4 +0,0 @@
-Traceback (most recent call last):
-  File "s.py", line 5, in <module>
-    from parquet_flask.cdms_lambda_func.lambda_func_env import LambdaFuncEnv
-ModuleNotFoundError: No module named 'parquet_flask.cdms_lambda_func'
diff --git a/k8s_spark/parquet.spark.helm/nohup.out b/k8s_spark/parquet.spark.helm/nohup.out
deleted file mode 100644
index 4c40fe1..0000000
--- a/k8s_spark/parquet.spark.helm/nohup.out
+++ /dev/null
@@ -1,1973 +0,0 @@
-Unable to listen on port 4043: Listeners failed to create with the following errors: [unable to create listener: Error listen tcp4 127.0.0.1:4043: bind: address already in use unable to create listener: Error listen tcp6 [::1]:4043: bind: address already in use]
-error: unable to listen on any of the requested ports: [{4043 4040}]
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0204 15:08:05.160349   17993 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:08:05 socat[38039] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:08:06.246671   17993 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:08:06 socat[38048] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:08:06.465492   17993 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:08:06 socat[38085] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:08:07.065891   17993 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:08:07 socat[38086] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:08:11.739379   17993 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:08:11 socat[38109] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:08:12.400256   17993 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:08:12 socat[38110] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:08:12.930301   17993 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:08:12 socat[38111] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:08:13.117651   17993 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:08:13 socat[38112] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:08:13.287199   17993 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:08:13 socat[38113] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:08:18.342378   17993 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:08:18 socat[38170] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0204 15:09:04.136957   18189 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:09:04 socat[38559] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:09:04.870607   18189 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:09:04 socat[38560] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:09:05.418868   18189 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:09:05 socat[38561] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:09:05.680287   18189 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:09:05 socat[38569] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:09:05.967876   18189 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:09:05 socat[38570] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:09:06.232902   18189 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:09:06 socat[38571] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:09:06.482498   18189 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:09:06 socat[38573] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:09:06.669460   18189 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:09:06 socat[38574] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:09:06.865119   18189 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:09:06 socat[38575] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:09:07.047590   18189 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:09:07 socat[38586] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:09:07.187849   18189 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:09:07 socat[38616] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:09:08.234778   18189 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 863c66420fe0609bb852ce4a9e6a3ebbb665fb96dfe635953c0f326e33363c7a, uid : exit status 1: 2022/02/04 23:09:08 socat[38620] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0204 15:19:58.431445   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:19:58 socat[46876] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:19:59.488602   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:19:59 socat[46885] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:03.666917   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:03 socat[46900] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:08.731237   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:08 socat[46964] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:13.534722   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:13 socat[46978] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:19.588123   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:19 socat[47043] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:20.238386   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:20 socat[47056] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:20.903981   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:20 socat[47083] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:23.902313   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:23 socat[47096] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:24.800395   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:24 socat[47097] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:25.269546   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:25 socat[47110] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:25.713756   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:25 socat[47111] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:25.921591   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:25 socat[47112] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:26.098605   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:26 socat[47113] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:26.290964   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:26 socat[47114] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:26.592607   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:26 socat[47115] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:26.790651   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:26 socat[47116] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:33.230848   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:33 socat[47172] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:33.870172   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:33 socat[47182] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:34.372825   19991 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:34 socat[47183] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0204 15:20:56.480668   20109 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:56 socat[47373] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:57.087100   20109 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:57 socat[47374] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:58.087936   20109 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:58 socat[47411] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:58.376063   20109 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:58 socat[47412] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:58.576777   20109 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:58 socat[47413] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:20:58.794832   20109 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:20:58 socat[47414] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:21:01.755867   20109 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:21:01 socat[47435] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:21:02.810960   20109 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:21:02 socat[47436] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:21:11.417894   20109 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:21:11 socat[47514] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:21:12.484119   20109 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:21:12 socat[47515] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:21:17.538704   20109 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod cc6e3659c84cf471b528cd8b54c18328aef82c9c712705ba4eea88d79b39bb48, uid : exit status 1: 2022/02/04 23:21:17 socat[47536] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0204 15:41:22.378110   23642 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743, uid : exit status 1: 2022/02/04 23:41:22 socat[60898] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:41:23.450784   23642 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743, uid : exit status 1: 2022/02/04 23:41:23 socat[60899] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:41:23.543864   23642 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743, uid : exit status 1: 2022/02/04 23:41:23 socat[60900] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:41:28.601978   23642 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743, uid : exit status 1: 2022/02/04 23:41:28 socat[60920] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:41:58.695251   23642 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743, uid : exit status 1: 2022/02/04 23:41:58 socat[61175] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:42:35.898479   23642 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743, uid : exit status 1: 2022/02/04 23:42:35 socat[61493] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-E0204 15:47:19.643498   23642 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743, uid : Error: No such container: 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743
-Handling connection for 4043
-E0204 15:47:20.697468   23642 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743, uid : Error: No such container: 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743
-Handling connection for 4043
-E0204 15:47:25.725603   23642 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743, uid : Error: No such container: 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743
-Handling connection for 4043
-E0204 15:47:56.762828   23642 portforward.go:340] error creating error stream for port 4043 -> 4040: Timeout occurred
-Handling connection for 4043
-E0204 15:48:31.783048   23642 portforward.go:362] error creating forwarding stream for port 4043 -> 4040: Timeout occurred
-Handling connection for 4043
-E0204 15:49:01.811209   23642 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743, uid : Error: No such container: 32233a01972787f1fba5ecf34b9e3264cddfe5c00ee6e9effee93f4eff38a743
-Handling connection for 4043
-E0204 15:49:32.839974   23642 portforward.go:340] error creating error stream for port 4043 -> 4040: Timeout occurred
-Handling connection for 4043
-E0204 15:50:03.867312   23642 portforward.go:362] error creating forwarding stream for port 4043 -> 4040: Timeout occurred
-Handling connection for 4043
-E0204 15:50:38.883441   23642 portforward.go:362] error creating forwarding stream for port 4043 -> 4040: Timeout occurred
-Handling connection for 4043
-E0204 15:51:38.905003   23642 portforward.go:340] error creating error stream for port 4043 -> 4040: Timeout occurred
-Handling connection for 4043
-E0204 15:53:08.930401   23642 portforward.go:362] error creating forwarding stream for port 4043 -> 4040: Timeout occurred
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0204 15:58:06.082535   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:06 socat[71804] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:06.901924   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:06 socat[71805] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:07.511201   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:07 socat[71818] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:08.214320   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:08 socat[71819] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:08.940220   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:08 socat[71828] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:09.989187   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:09 socat[71829] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:15.021873   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:15 socat[71890] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:22.469587   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:22 socat[72040] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:23.025769   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:23 socat[72047] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:23.597980   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:23 socat[72064] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:24.357372   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:24 socat[72073] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:25.007628   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:25 socat[72074] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:25.416981   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:25 socat[72075] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:25.671566   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:25 socat[72076] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:26.283174   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:26 socat[72077] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:33.416465   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:33 socat[72147] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:34.325871   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:34 socat[72156] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:34.793088   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:34 socat[72157] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:58:35.359716   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:58:35 socat[72158] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:59:05.476292   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:59:05 socat[72412] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:59:17.783370   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:59:17 socat[72506] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 15:59:18.636072   26872 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5ec16125a19585f469bb075a7ea02a6ecfaa9df4ffcb84b1c12a249fe252a0c, uid : exit status 1: 2022/02/04 23:59:18 socat[72513] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0204 16:18:16.109110   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:18:16 socat[86321] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:18:16.909951   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:18:16 socat[86324] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:18:17.527149   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:18:17 socat[86325] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:18:17.740955   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:18:17 socat[86326] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:18:17.984063   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:18:17 socat[86334] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:18:18.099149   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:18:18 socat[86335] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:18:18.317143   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:18:18 socat[86348] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:18:18.425543   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:18:18 socat[86349] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:18:19.475997   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:18:19 socat[86358] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:18:24.514017   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:18:24 socat[86438] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:18:49.266283   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:18:49 socat[86611] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:18:50.776608   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:18:50 socat[86612] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:19:20.826483   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:19:20 socat[86871] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:19:22.320223   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:19:22 socat[86872] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:19:23.860295   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:19:23 socat[86893] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:19:24.808452   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:19:24 socat[86952] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:19:25.241481   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:19:25 socat[86953] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:19:25.461069   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:19:25 socat[86954] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0204 16:19:25.628923   30290 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod f8f33b6e927aa676b4b6162e4434a239cd59da107315fa31abb1197753d43703, uid : exit status 1: 2022/02/05 00:19:25 socat[86955] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-E0204 18:32:04.368735   30290 portforward.go:233] lost connection to pod
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-lmj8j' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-zqws7'
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-E0209 15:47:59.562895   11334 portforward.go:233] lost connection to pod
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0209 16:11:28.824264    5424 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 40b096d62192781b806d6035fd35a1c8f85fa1913fbd7e96b5f72b3eb1960224, uid : exit status 1: 2022/02/10 00:11:28 socat[9583] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0209 16:11:30.012936    5424 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 40b096d62192781b806d6035fd35a1c8f85fa1913fbd7e96b5f72b3eb1960224, uid : exit status 1: 2022/02/10 00:11:30 socat[9584] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0209 16:11:35.042054    5424 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 40b096d62192781b806d6035fd35a1c8f85fa1913fbd7e96b5f72b3eb1960224, uid : exit status 1: 2022/02/10 00:11:35 socat[9634] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0209 16:11:36.957052    5424 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 40b096d62192781b806d6035fd35a1c8f85fa1913fbd7e96b5f72b3eb1960224, uid : exit status 1: 2022/02/10 00:11:36 socat[9664] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0209 16:11:37.558283    5424 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 40b096d62192781b806d6035fd35a1c8f85fa1913fbd7e96b5f72b3eb1960224, uid : exit status 1: 2022/02/10 00:11:37 socat[9688] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-E0209 19:31:27.465621    5424 portforward.go:233] lost connection to pod
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 07:28:45.149996   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:45 socat[16671] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:46.198627   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:46 socat[16672] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:51.226606   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:51 socat[16731] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:53.217428   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:53 socat[16762] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:54.144444   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:54 socat[16766] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:54.653960   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:54 socat[16779] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:55.195253   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:55 socat[16780] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:55.667306   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:55 socat[16781] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:56.073202   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:56 socat[16782] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:56.563766   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:56 socat[16783] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:56.836736   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:56 socat[16784] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:57.397946   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:57 socat[16829] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:57.698759   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:57 socat[16830] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:57.948097   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:57 socat[16831] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:58.149236   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:58 socat[16832] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:58.350629   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:58 socat[16833] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:58.585428   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:58 socat[16834] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:58.743851   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:58 socat[16835] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:58.952676   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:58 socat[16836] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:28:59.761396   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:28:59 socat[16849] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:00.026600   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:00 socat[16872] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:00.226558   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:00 socat[16873] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:00.420192   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:00 socat[16874] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:00.612109   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:00 socat[16875] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:00.821786   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:00 socat[16876] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:01.014117   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:01 socat[16877] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:01.225008   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:01 socat[16878] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:02.012082   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:02 socat[16881] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:02.261823   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:02 socat[16890] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:02.463925   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:02 socat[16891] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:02.666362   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:02 socat[16892] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:02.866394   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:02 socat[16893] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:03.063166   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:03 socat[16894] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:03.272851   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:03 socat[16895] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:03.464639   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:03 socat[16896] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:04.153072   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:04 socat[16897] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:04.419232   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:04 socat[16898] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:04.602670   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:04 socat[16911] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:04.801155   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:04 socat[16912] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:05.001357   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:05 socat[16913] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:05.204598   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:05 socat[16914] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:05.745843   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:05 socat[16916] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:05.994211   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:05 socat[16920] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:06.201180   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:06 socat[16922] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:06.396342   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:06 socat[16926] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:06.592449   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:06 socat[16927] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:06.789798   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:06 socat[16928] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:06.987252   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:06 socat[16929] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:07.198098   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:07 socat[16984] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:07.399070   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:07 socat[16990] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 07:29:07.595892   22215 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 75d3090c76b439b8dd4a75266f332eef838e67c72b9900c170b8f7220698eb8c, uid : exit status 1: 2022/02/10 15:29:07 socat[16999] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-qvsfk' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-wcgdv'
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 08:26:12.579735   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:12 socat[46386] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:13.301559   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:13 socat[46399] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:13.784485   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:13 socat[46400] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:14.186635   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:14 socat[46401] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:14.384485   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:14 socat[46402] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:14.923738   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:14 socat[46439] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:15.372005   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:15 socat[46440] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:15.762937   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:15 socat[46441] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:16.809742   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:16 socat[46449] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:17.411958   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:17 socat[46452] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:17.774503   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:17 socat[46453] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:18.201250   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:18 socat[46466] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:18.583764   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:18 socat[46467] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:19.050136   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:19 socat[46468] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:19.337737   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:19 socat[46469] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:19.590131   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:19 socat[46470] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:19.951851   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:19 socat[46471] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:20.266087   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:20 socat[46472] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:20.510631   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:20 socat[46473] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:20.895961   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:20 socat[46475] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:21.183615   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:21 socat[46483] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:21.616423   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:21 socat[46487] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:21.927242   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:21 socat[46489] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:22.592292   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:22 socat[46504] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 08:26:22.809036   33320 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 0c2880e2fb522a1352c04b313726b2e39bcc52ea1a1e4710a2584cbeb203e627, uid : exit status 1: 2022/02/10 16:26:22 socat[46508] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 09:04:50.690901   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:50 socat[67600] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:51.327770   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:51 socat[67601] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:51.793096   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:51 socat[67612] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:52.071362   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:52 socat[67613] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:52.335964   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:52 socat[67614] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:52.570088   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:52 socat[67615] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:52.801947   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:52 socat[67617] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:53.032350   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:53 socat[67618] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:53.221099   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:53 socat[67619] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:53.407673   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:53 socat[67620] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:53.588355   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:53 socat[67621] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:53.753088   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:53 socat[67622] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:54.085980   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:54 socat[67623] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:54.317222   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:54 socat[67624] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:54.512438   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:54 socat[67625] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:54.699059   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:54 socat[67626] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:54.972424   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:54 socat[67627] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:55.216841   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:55 socat[67628] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:55.687328   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:55 socat[67677] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:56.103187   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:56 socat[67678] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:56.496254   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:56 socat[67679] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:56.850385   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:56 socat[67688] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:57.237931   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:57 socat[67689] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:57.718507   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:57 socat[67690] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:58.053376   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:58 socat[67693] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:58.502679   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:58 socat[67694] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:58.915956   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:58 socat[67695] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:59.179875   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:59 socat[67696] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:59.369914   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:59 socat[67697] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:59.569460   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:59 socat[67698] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:59.766265   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:59 socat[67699] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:04:59.967451   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:04:59 socat[67700] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:00.179662   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:00 socat[67701] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:00.371481   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:00 socat[67702] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:00.573163   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:00 socat[67715] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:00.772695   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:00 socat[67716] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:00.962917   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:00 socat[67717] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:01.165881   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:01 socat[67718] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:01.381199   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:01 socat[67719] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:01.565439   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:01 socat[67720] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:01.762496   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:01 socat[67729] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:01.964568   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:01 socat[67730] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:02.163652   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:02 socat[67731] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:02.363959   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:02 socat[67732] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:02.563707   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:02 socat[67733] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:02.764883   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:02 socat[67734] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:03.502355   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:03 socat[67735] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:04.197206   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:04 socat[67736] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:04.382449   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:04 socat[67737] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:05.022199   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:05 socat[67738] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:05.189948   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:05 socat[67739] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:05.632515   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:05 socat[67788] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:05.789926   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:05 socat[67789] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:06.340159   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:06 socat[67790] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:06.613086   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:06 socat[67804] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:07.256407   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:07 socat[67825] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:07.486988   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:07 socat[67826] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:07.789390   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:07 socat[67827] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:08.006551   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:08 socat[67828] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:08.478471   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:08 socat[67829] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:08.699857   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:08 socat[67830] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:09.740746   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:09 socat[67832] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:10.554758   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:10 socat[67849] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:05:11.090300   39360 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod d746031d75ddbd0ba1af7ab4df8626bce257401c7b2ae4f1a360a4253499382a, uid : exit status 1: 2022/02/10 17:05:11 socat[67853] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 09:07:45.087438   40208 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a26fe9c83a7596cc8de67262b720021c23ff8f34352c2e61698265542a660747, uid : exit status 1: 2022/02/10 17:07:45 socat[70513] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:07:45.720075   40208 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a26fe9c83a7596cc8de67262b720021c23ff8f34352c2e61698265542a660747, uid : exit status 1: 2022/02/10 17:07:45 socat[70530] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:07:46.135673   40208 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a26fe9c83a7596cc8de67262b720021c23ff8f34352c2e61698265542a660747, uid : exit status 1: 2022/02/10 17:07:46 socat[70531] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:07:46.325622   40208 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a26fe9c83a7596cc8de67262b720021c23ff8f34352c2e61698265542a660747, uid : exit status 1: 2022/02/10 17:07:46 socat[70532] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:07:46.528431   40208 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a26fe9c83a7596cc8de67262b720021c23ff8f34352c2e61698265542a660747, uid : exit status 1: 2022/02/10 17:07:46 socat[70533] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:07:46.974840   40208 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a26fe9c83a7596cc8de67262b720021c23ff8f34352c2e61698265542a660747, uid : exit status 1: 2022/02/10 17:07:46 socat[70534] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:07:47.548302   40208 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a26fe9c83a7596cc8de67262b720021c23ff8f34352c2e61698265542a660747, uid : exit status 1: 2022/02/10 17:07:47 socat[70579] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:07:48.606171   40208 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a26fe9c83a7596cc8de67262b720021c23ff8f34352c2e61698265542a660747, uid : exit status 1: 2022/02/10 17:07:48 socat[70580] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:07:53.649712   40208 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a26fe9c83a7596cc8de67262b720021c23ff8f34352c2e61698265542a660747, uid : exit status 1: 2022/02/10 17:07:53 socat[70619] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-49w7k' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-z5jxw'
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-49w7k' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-z5jxw'
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-49w7k' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-z5jxw'
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 09:29:35.559955   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:35 socat[83048] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:36.276798   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:36 socat[83050] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:36.688193   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:36 socat[83051] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:36.936178   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:36 socat[83064] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:37.205840   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:37 socat[83065] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:37.437814   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:37 socat[83066] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:37.850649   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:37 socat[83067] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:38.208090   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:38 socat[83068] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:38.586257   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:38 socat[83091] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:38.949724   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:38 socat[83092] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:39.230036   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:39 socat[83093] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:39.501073   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:39 socat[83094] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:39.953941   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:39 socat[83131] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:40.199152   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:40 socat[83132] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:40.367335   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:40 socat[83140] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:40.606875   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:40 socat[83141] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:41.008396   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:41 socat[83142] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:41.476870   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:41 socat[83143] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:41.675890   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:41 socat[83144] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:42.725071   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:42 socat[83156] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:42.990553   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:42 socat[83157] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:43.363673   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:43 socat[83158] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:44.214904   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:44 socat[83159] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:44.385037   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:44 socat[83160] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:45.271297   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:45 socat[83172] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:45.417547   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:45 socat[83173] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:46.070642   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:46 socat[83174] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:46.229274   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:46 socat[83175] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:46.801964   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:46 socat[83176] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:47.150958   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:47 socat[83189] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:47.692643   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:47 socat[83190] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:48.149848   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:48 socat[83191] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:49.004793   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:49 socat[83193] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:49.589435   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:49 socat[83194] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:49.956748   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:49 socat[83203] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:50.339794   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:50 socat[83243] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:50.826490   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:50 socat[83247] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:29:51.254316   44212 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 7fb300f46a7474b0e49cbcb5b82853bebd623a0247160baeb31a8ede1817bba9, uid : exit status 1: 2022/02/10 17:29:51 socat[83263] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 09:35:04.611596   45170 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 8fd43004a77b573ff74217f240fe543ce57edcdf75738476e5b3cdd3269f4d15, uid : exit status 1: 2022/02/10 17:35:04 socat[87184] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:35:05.671449   45170 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 8fd43004a77b573ff74217f240fe543ce57edcdf75738476e5b3cdd3269f4d15, uid : exit status 1: 2022/02/10 17:35:05 socat[87185] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:35:10.703979   45170 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 8fd43004a77b573ff74217f240fe543ce57edcdf75738476e5b3cdd3269f4d15, uid : exit status 1: 2022/02/10 17:35:10 socat[87248] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:35:13.742149   45170 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 8fd43004a77b573ff74217f240fe543ce57edcdf75738476e5b3cdd3269f4d15, uid : exit status 1: 2022/02/10 17:35:13 socat[87308] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:35:14.651882   45170 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 8fd43004a77b573ff74217f240fe543ce57edcdf75738476e5b3cdd3269f4d15, uid : exit status 1: 2022/02/10 17:35:14 socat[87309] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:35:15.613814   45170 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 8fd43004a77b573ff74217f240fe543ce57edcdf75738476e5b3cdd3269f4d15, uid : exit status 1: 2022/02/10 17:35:15 socat[87310] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:35:16.127041   45170 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 8fd43004a77b573ff74217f240fe543ce57edcdf75738476e5b3cdd3269f4d15, uid : exit status 1: 2022/02/10 17:35:16 socat[87311] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:35:16.735059   45170 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 8fd43004a77b573ff74217f240fe543ce57edcdf75738476e5b3cdd3269f4d15, uid : exit status 1: 2022/02/10 17:35:16 socat[87320] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:35:17.331489   45170 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 8fd43004a77b573ff74217f240fe543ce57edcdf75738476e5b3cdd3269f4d15, uid : exit status 1: 2022/02/10 17:35:17 socat[87333] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:35:27.550876   45170 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 8fd43004a77b573ff74217f240fe543ce57edcdf75738476e5b3cdd3269f4d15, uid : exit status 1: 2022/02/10 17:35:27 socat[87413] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:35:28.390316   45170 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 8fd43004a77b573ff74217f240fe543ce57edcdf75738476e5b3cdd3269f4d15, uid : exit status 1: 2022/02/10 17:35:28 socat[87420] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:35:28.845632   45170 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 8fd43004a77b573ff74217f240fe543ce57edcdf75738476e5b3cdd3269f4d15, uid : exit status 1: 2022/02/10 17:35:28 socat[87444] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-djt6d' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-w7dkg'
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 09:37:57.234357   45798 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c05babeb087cb05e4d49ecc85cae3b2c38c825da408d72db9c411a8adc0d897d, uid : exit status 1: 2022/02/10 17:37:57 socat[90064] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:37:58.263011   45798 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c05babeb087cb05e4d49ecc85cae3b2c38c825da408d72db9c411a8adc0d897d, uid : exit status 1: 2022/02/10 17:37:58 socat[90077] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:37:58.908244   45798 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c05babeb087cb05e4d49ecc85cae3b2c38c825da408d72db9c411a8adc0d897d, uid : exit status 1: 2022/02/10 17:37:58 socat[90078] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:37:59.798877   45798 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c05babeb087cb05e4d49ecc85cae3b2c38c825da408d72db9c411a8adc0d897d, uid : exit status 1: 2022/02/10 17:37:59 socat[90079] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:38:00.855870   45798 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c05babeb087cb05e4d49ecc85cae3b2c38c825da408d72db9c411a8adc0d897d, uid : exit status 1: 2022/02/10 17:38:00 socat[90080] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:38:01.093114   45798 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c05babeb087cb05e4d49ecc85cae3b2c38c825da408d72db9c411a8adc0d897d, uid : exit status 1: 2022/02/10 17:38:01 socat[90081] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:38:02.634159   45798 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c05babeb087cb05e4d49ecc85cae3b2c38c825da408d72db9c411a8adc0d897d, uid : exit status 1: 2022/02/10 17:38:02 socat[90101] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:38:04.833061   45798 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c05babeb087cb05e4d49ecc85cae3b2c38c825da408d72db9c411a8adc0d897d, uid : exit status 1: 2022/02/10 17:38:04 socat[90102] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 09:39:57.118946   46008 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 40cf4a7115144f4abdd989db42779f89598d7d932cac666ab3d2eb793463cbb1, uid : exit status 1: 2022/02/10 17:39:57 socat[92781] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:39:58.173297   46008 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 40cf4a7115144f4abdd989db42779f89598d7d932cac666ab3d2eb793463cbb1, uid : exit status 1: 2022/02/10 17:39:58 socat[92803] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:39:58.372877   46008 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 40cf4a7115144f4abdd989db42779f89598d7d932cac666ab3d2eb793463cbb1, uid : exit status 1: 2022/02/10 17:39:58 socat[92805] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:39:59.224511   46008 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 40cf4a7115144f4abdd989db42779f89598d7d932cac666ab3d2eb793463cbb1, uid : exit status 1: 2022/02/10 17:39:59 socat[92806] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 09:40:04.273423   46008 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 40cf4a7115144f4abdd989db42779f89598d7d932cac666ab3d2eb793463cbb1, uid : exit status 1: 2022/02/10 17:40:04 socat[92829] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-6r22g' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-9cwdg'
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-6r22g' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-9cwdg'
-Error from server (NotFound): pods "parquet-t1-parquet-spark-helm-7768895bd9-6r22g" not found
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 10:18:49.635856   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:49 socat[16231] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:50.279749   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:50 socat[16280] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:50.699821   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:50 socat[16281] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:50.971195   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:50 socat[16282] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:51.167859   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:51 socat[16283] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:51.600858   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:51 socat[16286] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:52.112299   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:52 socat[16288] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:52.501712   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:52 socat[16289] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:52.848235   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:52 socat[16290] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:53.181783   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:53 socat[16291] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:53.357157   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:53 socat[16299] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:53.559319   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:53 socat[16300] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:54.011008   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:54 socat[16301] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:54.457019   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:54 socat[16302] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:55.269080   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:55 socat[16317] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:55.513086   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:55 socat[16318] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:55.745165   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:55 socat[16319] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:56.191995   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:56 socat[16320] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:57.234465   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:57 socat[16321] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:57.576524   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:57 socat[16322] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:57.957246   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:57 socat[16323] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:58.318576   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:58 socat[16332] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:58.807052   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:58 socat[16333] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:59.221346   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:59 socat[16334] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:59.396223   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:59 socat[16335] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:59.604785   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:59 socat[16338] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:18:59.891707   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:18:59 socat[16351] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:00.226270   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:00 socat[16352] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:01.216903   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:01 socat[16389] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:01.584801   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:01 socat[16390] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:02.024655   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:02 socat[16391] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:02.503247   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:02 socat[16392] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:03.132264   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:03 socat[16393] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:03.470243   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:03 socat[16401] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:03.762056   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:03 socat[16402] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:04.123352   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:04 socat[16403] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:04.594224   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:04 socat[16404] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:04.842077   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:04 socat[16417] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:05.295320   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:05 socat[16418] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:05.742412   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:05 socat[16419] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:06.309643   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:06 socat[16420] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:06.528819   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:06 socat[16421] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:06.683302   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:06 socat[16422] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:06.833543   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:06 socat[16423] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:07.316908   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:07 socat[16424] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:08.218682   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:08 socat[16425] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:08.445831   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:08 socat[16433] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:08.625552   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:08 socat[16434] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:09.208793   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:09 socat[16435] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:09.707069   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:09 socat[16436] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:09.906226   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:09 socat[16449] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:10.345138   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:10 socat[16450] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:10.547071   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:10 socat[16488] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:10.991686   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:10 socat[16489] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:11.156926   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:11 socat[16490] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:11.560250   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:11 socat[16491] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:11.750699   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:11 socat[16492] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:12.166457   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:12 socat[16518] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:12.684684   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:12 socat[16519] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:13.114738   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:13 socat[16521] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:13.496815   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:13 socat[16529] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:13.742963   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:13 socat[16530] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:14.216678   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:14 socat[16531] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:14.419551   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:14 socat[16532] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:14.574049   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:14 socat[16533] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:14.753631   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:14 socat[16534] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:14.914016   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:14 socat[16547] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:15.081955   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:15 socat[16548] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:15.261517   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:15 socat[16549] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:19:16.296241   52407 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod fa1dbcb1b9e44401a9578ac809d8c2cf5271a8735accc22ffbaa7b3d8300803c, uid : exit status 1: 2022/02/10 18:19:16 socat[16557] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 10:56:09.894806   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:09 socat[41131] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:10.801971   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:10 socat[41132] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:14.047260   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:14 socat[41189] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:14.625298   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:14 socat[41206] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:15.079233   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:15 socat[41215] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:15.258347   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:15 socat[41217] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:15.432468   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:15 socat[41218] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:15.842576   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:15 socat[41219] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:16.022949   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:16 socat[41220] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:16.302117   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:16 socat[41221] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:16.766537   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:16 socat[41222] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:16.982407   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:16 socat[41223] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:17.433080   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:17 socat[41237] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:17.856652   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:17 socat[41238] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:18.050798   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:18 socat[41239] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:18.320054   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:18 socat[41240] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:18.648884   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:18 socat[41241] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:18.869277   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:18 socat[41242] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:19.086993   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:19 socat[41250] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:19.441941   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:19 socat[41251] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:19.660622   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:19 socat[41252] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:19.853062   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:19 socat[41253] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:20.052428   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:20 socat[41254] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:20.388906   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:20 socat[41255] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:20.795079   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:20 socat[41256] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:21.249725   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:21 socat[41257] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:21.772515   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:21 socat[41294] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:21.990330   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:22 socat[41295] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:22.266003   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:22 socat[41308] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:22.504444   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:22 socat[41309] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:22.921522   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:22 socat[41310] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:23.227040   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:23 socat[41311] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:23.536640   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:23 socat[41314] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:23.942663   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:23 socat[41315] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:24.302691   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:24 socat[41324] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:24.545926   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:24 socat[41325] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:25.592693   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:25 socat[41326] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:26.536981   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:26 socat[41327] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:27.205801   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:27 socat[41340] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:27.635208   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:27 socat[41341] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:27.950424   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:27 socat[41342] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:28.309977   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:28 socat[41343] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:29.209748   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:29 socat[41351] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:29.526563   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:29 socat[41352] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:29.767403   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:29 socat[41354] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:30.486829   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:30 socat[41361] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 10:56:30.897035   58432 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod c0c01b028399f935f87f8adfa444d8899c377759dd6f8abbdea8e0215810198e, uid : exit status 1: 2022/02/10 18:56:30 socat[41363] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-m22h2' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-xbpdr'
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-m22h2' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-xbpdr'
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-m22h2' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-xbpdr'
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-m22h2' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-xbpdr'
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 11:08:01.313379   60638 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 15f1bac36b80307c0bc079e65c980f1f8e3457ab0fccfd517f5e57bfea47f84e, uid : exit status 1: 2022/02/10 19:08:01 socat[51386] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 11:08:01.968418   60638 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 15f1bac36b80307c0bc079e65c980f1f8e3457ab0fccfd517f5e57bfea47f84e, uid : exit status 1: 2022/02/10 19:08:01 socat[51387] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 11:08:02.142542   60638 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 15f1bac36b80307c0bc079e65c980f1f8e3457ab0fccfd517f5e57bfea47f84e, uid : exit status 1: 2022/02/10 19:08:02 socat[51388] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 11:08:02.315241   60638 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 15f1bac36b80307c0bc079e65c980f1f8e3457ab0fccfd517f5e57bfea47f84e, uid : exit status 1: 2022/02/10 19:08:02 socat[51389] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 11:08:02.474172   60638 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 15f1bac36b80307c0bc079e65c980f1f8e3457ab0fccfd517f5e57bfea47f84e, uid : exit status 1: 2022/02/10 19:08:02 socat[51390] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 11:08:02.641220   60638 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 15f1bac36b80307c0bc079e65c980f1f8e3457ab0fccfd517f5e57bfea47f84e, uid : exit status 1: 2022/02/10 19:08:02 socat[51391] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 11:08:03.684288   60638 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 15f1bac36b80307c0bc079e65c980f1f8e3457ab0fccfd517f5e57bfea47f84e, uid : exit status 1: 2022/02/10 19:08:03 socat[51404] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 11:08:08.716854   60638 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 15f1bac36b80307c0bc079e65c980f1f8e3457ab0fccfd517f5e57bfea47f84e, uid : exit status 1: 2022/02/10 19:08:08 socat[51445] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 14:17:47.745701   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:47 socat[55162] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:48.794663   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:48 socat[55204] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:53.434984   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:53 socat[55249] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:53.999736   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:54 socat[55262] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:54.480563   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:54 socat[55263] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:54.958027   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:54 socat[55264] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:55.225376   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:55 socat[55265] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:55.413139   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:55 socat[55268] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:55.936211   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:55 socat[55269] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:56.265557   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:56 socat[55271] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:56.508883   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:56 socat[55272] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:56.732797   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:56 socat[55273] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:57.039116   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:57 socat[55274] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:57.248116   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:57 socat[55275] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:57.554061   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:57 socat[55276] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:57.844863   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:57 socat[55277] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:58.101588   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:58 socat[55278] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:58.326120   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:58 socat[55286] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:58.539618   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:58 socat[55309] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:58.780744   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:58 socat[55310] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:59.073751   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:59 socat[55359] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:59.365960   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:59 socat[55360] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:59.597102   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:59 socat[55361] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:17:59.912042   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:17:59 socat[55362] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:00.200365   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:00 socat[55363] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:01.184004   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:01 socat[55364] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:01.491191   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:01 socat[55365] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:01.686721   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:01 socat[55366] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:01.953303   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:01 socat[55367] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:02.530386   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:02 socat[55368] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:03.112830   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:03 socat[55371] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:03.589936   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:03 socat[55380] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:04.105588   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:04 socat[55393] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:04.794720   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:04 socat[55394] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:05.332993   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:05 socat[55395] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:05.535910   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:05 socat[55396] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:05.714358   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:05 socat[55397] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:06.164779   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:06 socat[55398] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:18:06.789053   91631 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 2e9e97b2b365758fabc72b766820ca0fb6cc13d489ca0864b14bbed559152bf6, uid : exit status 1: 2022/02/10 22:18:06 socat[55399] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-E0210 14:18:11.980312   91631 portforward.go:385] error copying from local connection to remote stream: read tcp6 [::1]:4043->[::1]:59728: read: connection reset by peer
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-2j98g' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-fqgdg'
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 14:59:50.763905   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:50 socat[79048] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:51.817405   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:51 socat[79063] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:52.033136   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:52 socat[79065] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:54.664401   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:54 socat[79109] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:55.714300   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:55 socat[79110] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:55.808924   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:55 socat[79111] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:56.264990   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:56 socat[79124] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:56.476430   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:56 socat[79125] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:56.723938   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:56 socat[79126] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:56.924772   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:56 socat[79127] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:57.529289   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:57 socat[79128] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:58.020712   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:58 socat[79129] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:58.250714   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:58 socat[79130] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 14:59:58.459024   98110 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 22d21626f933c5429caebaa8a9abc71422b1fdf7ea3eba4df0cc48a0aa78cd1d, uid : exit status 1: 2022/02/10 22:59:58 socat[79131] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 15:23:24.938024    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:24 socat[93682] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-E0210 15:23:25.988102    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:25 socat[93683] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-E0210 15:23:26.003318    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:26 socat[93684] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:26.487477    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:26 socat[93685] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:26.757834    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:26 socat[93686] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:27.074170    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:27 socat[93687] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:27.496206    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:27 socat[93743] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:27.786059    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:27 socat[93744] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:28.004387    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:28 socat[93745] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:28.458909    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:28 socat[93746] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:28.700630    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:28 socat[93747] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:28.935543    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:28 socat[93748] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:29.521761    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:29 socat[93749] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:29.806795    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:29 socat[93752] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:30.076641    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:30 socat[93755] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:30.461303    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:30 socat[93756] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:30.783400    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:30 socat[93757] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:31.084217    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:31 socat[93758] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:31.418216    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:31 socat[93759] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:31.617245    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:31 socat[93760] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:31.867511    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:31 socat[93761] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:32.065272    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:32 socat[93762] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:32.256943    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:32 socat[93763] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:32.476449    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:32 socat[93784] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:32.679702    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:32 socat[93806] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:32.869695    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:32 socat[93808] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:33.069249    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:33 socat[93809] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:33.257260    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:33 socat[93810] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:33.479492    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:33 socat[93811] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:33.676971    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:33 socat[93812] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:33.871027    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:33 socat[93813] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:34.061729    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:34 socat[93814] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:34.258401    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:34 socat[93815] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:34.466154    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:34 socat[93816] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:34.675024    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:34 socat[93817] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:34.864029    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:34 socat[93818] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:35.064523    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:35 socat[93819] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:35.258917    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:35 socat[93822] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:35.459522    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:35 socat[93823] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:35.659868    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:35 socat[93824] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:35.859952    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:35 socat[93825] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:36.059821    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:36 socat[93826] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:36.260275    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:36 socat[93827] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:36.460412    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:36 socat[93828] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:36.659647    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:36 socat[93829] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:36.862384    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:36 socat[93830] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:37.061605    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:37 socat[93831] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:37.267018    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:37 socat[93864] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:37.463563    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:37 socat[93881] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:37.665012    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:37 socat[93890] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:37.867716    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:37 socat[93894] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:38.068038    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:38 socat[93896] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:38.269060    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:38 socat[93899] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:38.471166    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:38 socat[93902] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:38.672948    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:38 socat[93903] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:23:38.871640    2169 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod a5df3778b58c919430fe15b2ac942f20dfb1e2df4bcb4588821014eaf338e5ea, uid : exit status 1: 2022/02/10 23:23:38 socat[93919] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-bkj9h' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-jwxf9'
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-bkj9h' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-jwxf9'
-error: Pod 'parquet-t1-parquet-spark-helm-7768895bd9-bkj9h' does not have a named port 'parquet-t1-parquet-spark-helm-7768895bd9-jwxf9'
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 15:46:17.199263    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:17 socat[8613] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:17.995404    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:17 socat[8615] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:18.179193    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:18 socat[8616] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:18.421994    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:18 socat[8617] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:18.627439    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:18 socat[8618] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:18.823298    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:18 socat[8631] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:19.029848    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:19 socat[8632] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:19.237547    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:19 socat[8633] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:19.426751    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:19 socat[8634] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:19.632718    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:19 socat[8635] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:19.823234    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:19 socat[8636] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:20.032889    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:20 socat[8637] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:20.231803    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:20 socat[8638] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:20.436398    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:20 socat[8639] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:20.639962    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:20 socat[8640] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:20.823435    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:20 socat[8685] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:21.034219    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:21 socat[8686] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:21.236556    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:21 socat[8687] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:21.432780    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:21 socat[8688] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:21.623714    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:21 socat[8689] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:21.818549    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:21 socat[8690] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:22.037770    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:22 socat[8691] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:22.233490    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:22 socat[8692] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:22.423605    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:22 socat[8693] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:22.623197    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:22 socat[8694] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:22.821119    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:22 socat[8695] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:23.042792    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:23 socat[8696] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:23.237952    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:23 socat[8697] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:23.427226    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:23 socat[8698] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:23.622926    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:23 socat[8699] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:23.821699    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:23 socat[8712] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:24.032573    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:24 socat[8713] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:24.239371    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:24 socat[8714] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:24.426806    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:24 socat[8715] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:24.627244    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:24 socat[8716] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:24.824316    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:24 socat[8717] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:25.856247    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:25 socat[8726] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:28.556074    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:28 socat[8727] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:28.734564    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:28 socat[8730] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:28.934617    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:28 socat[8746] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:29.136489    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:29 socat[8747] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:29.340848    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:29 socat[8748] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:29.535718    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:29 socat[8749] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:29.737978    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:29 socat[8750] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:29.939985    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:29 socat[8751] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:30.144659    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:30 socat[8752] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:30.352279    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:30 socat[8753] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:30.552580    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:30 socat[8754] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:30.754683    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:30 socat[8763] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:30.954931    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:30 socat[8800] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:31.151172    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:31 socat[8801] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:31.354682    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:31 socat[8802] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:31.543810    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:31 socat[8803] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:31.756648    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:31 socat[8804] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:31.947869    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:31 socat[8805] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:32.144641    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:32 socat[8806] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 15:46:32.867822    6024 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 1e203f683748cfee43aa5ed804e415c3adafef2ac34b032aeb60bc584ea6469c, uid : exit status 1: 2022/02/10 23:46:32 socat[8811] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 16:01:43.096008    8581 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 99266afcb4aa7da503d5c7bb4683bd03ecfa3d2b08a3da2748e223b61cd46b3c, uid : exit status 1: 2022/02/11 00:01:43 socat[18526] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 16:01:43.772636    8581 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 99266afcb4aa7da503d5c7bb4683bd03ecfa3d2b08a3da2748e223b61cd46b3c, uid : exit status 1: 2022/02/11 00:01:43 socat[18527] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 16:01:44.814875    8581 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 99266afcb4aa7da503d5c7bb4683bd03ecfa3d2b08a3da2748e223b61cd46b3c, uid : exit status 1: 2022/02/11 00:01:44 socat[18541] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 16:01:49.850372    8581 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod 99266afcb4aa7da503d5c7bb4683bd03ecfa3d2b08a3da2748e223b61cd46b3c, uid : exit status 1: 2022/02/11 00:01:49 socat[18562] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-E0210 16:05:38.166691    8581 portforward.go:233] lost connection to pod
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-E0210 16:20:41.347415    4518 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod affd787dbbdb2441e94481c47bfd29016ca79fb94ea5f372ca71b02d062b73e0, uid : exit status 1: 2022/02/11 00:20:41 socat[9957] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 16:20:42.518211    4518 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod affd787dbbdb2441e94481c47bfd29016ca79fb94ea5f372ca71b02d062b73e0, uid : exit status 1: 2022/02/11 00:20:42 socat[9995] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-E0210 16:20:43.249591    4518 portforward.go:400] an error occurred forwarding 4043 -> 4040: error forwarding port 4040 to pod affd787dbbdb2441e94481c47bfd29016ca79fb94ea5f372ca71b02d062b73e0, uid : exit status 1: 2022/02/11 00:20:43 socat[9996] E connect(16, AF=2 127.0.0.1:4040, 16): Connection refused
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-E0210 16:23:39.210572    4518 portforward.go:233] lost connection to pod
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Forwarding from 127.0.0.1:4043 -> 4040
-Forwarding from [::1]:4043 -> 4040
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
-Handling connection for 4043
diff --git a/nohup.out b/nohup.out
deleted file mode 100644
index a660d7a..0000000
--- a/nohup.out
+++ /dev/null
@@ -1,4 +0,0 @@
-error: Pod 'parquet-t1-parquet-spark-helm-5fddc6d565-lh87v' does not have a named port 'parquet-t1-spark-master-0'
-error: Pod 'parquet-t1-parquet-spark-helm-5fddc6d565-lh87v' does not have a named port 'parquet-t1-spark-master-0'
-error: Pod 'parquet-t1-parquet-spark-helm-5fddc6d565-lh87v' does not have a named port 'parquet-t1-spark-master-0'
-Error from server (NotFound): namespaces "nexus-sit" not found
diff --git a/tests/back_to_basis/Test1/._SUCCESS.crc b/tests/back_to_basis/Test1/._SUCCESS.crc
deleted file mode 100644
index 3b7b044..0000000
Binary files a/tests/back_to_basis/Test1/._SUCCESS.crc and /dev/null differ
diff --git a/tests/back_to_basis/Test1/_SUCCESS b/tests/back_to_basis/Test1/_SUCCESS
deleted file mode 100644
index e69de29..0000000