alert-fall-82501
07/28/2022, 9:36 AMbig-carpet-38439
07/28/2022, 9:10 PMbig-carpet-38439
07/28/2022, 9:10 PMalert-fall-82501
08/01/2022, 5:43 AMgray-shoe-75895
08/01/2022, 11:52 PMalert-fall-82501
08/02/2022, 5:48 AMalert-fall-82501
08/02/2022, 5:49 AMgray-shoe-75895
08/02/2022, 6:02 AMBe sure to attach the logs from <file> , and I was hoping to see that filealert-fall-82501
08/02/2022, 7:42 AMalert-fall-82501
08/02/2022, 7:46 AMgray-shoe-75895
08/02/2022, 4:59 PMIllegal instruction (core dumped) line indicates that something at a low-level is wrong with your installation of python / other packages. Are you on an M1 machine by chance?gray-shoe-75895
08/02/2022, 5:00 PMalert-fall-82501
08/02/2022, 5:23 PMalert-fall-82501
08/02/2022, 5:23 PMgray-shoe-75895
08/02/2022, 5:23 PMgray-shoe-75895
08/02/2022, 5:24 PMalert-fall-82501
08/02/2022, 5:24 PMalert-fall-82501
08/02/2022, 5:25 PMgray-shoe-75895
08/02/2022, 5:25 PMalert-fall-82501
08/02/2022, 5:27 PMgray-shoe-75895
08/02/2022, 5:28 PMgray-shoe-75895
08/02/2022, 5:28 PMalert-fall-82501
08/02/2022, 5:31 PMalert-fall-82501
08/02/2022, 5:32 PMgray-shoe-75895
08/02/2022, 5:32 PMalert-fall-82501
08/02/2022, 5:53 PM~~~~ Execution Summary ~~~~
RUN_INGEST - {'errors': [],
'exec_id': '70ff9ca8-8f88-49f1-8568-e7724ab56b82',
'infos': ['2022-08-02 17:40:55.235920 [exec_id=70ff9ca8-8f88-49f1-8568-e7724ab56b82] INFO: Starting execution for task with name=RUN_INGEST',
'2022-08-02 17:41:13.562074 [exec_id=70ff9ca8-8f88-49f1-8568-e7724ab56b82] INFO: stdout=Elapsed seconds = 0\n'
'datahub ingest run -c /tmp/datahub/ingest/70ff9ca8-8f88-49f1-8568-e7724ab56b82/recipe.yml \n'
'[2022-08-02 17:40:59,836] INFO {datahub.cli.ingest_cli:99} - DataHub CLI version: 0.8.41\n'
'[2022-08-02 17:41:13,067] ERROR {datahub.entrypoints:167} - File '
'"/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn\n'
' 161 def _new_conn(self):\n'
' (...)\n'
' 170 if self.socket_options:\n'
' 171 extra_kw["socket_options"] = self.socket_options\n'
' 172 \n'
' 173 try:\n'
'--> 174 conn = connection.create_connection(\n'
' 175 (self._dns_host, self.port), self.timeout, **extra_kw\n'
'\n'
'File "/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/util/connection.py", line 95, in create_connection\n'
' 37 def create_connection(\n'
' 38 address,\n'
' 39 timeout=socket._GLOBAL_DEFAULT_TIMEOUT,\n'
' 40 source_address=None,\n'
' 41 socket_options=None,\n'
' 42 ):\n'
' (...)\n'
' 91 sock.close()\n'
' 92 sock = None\n'
' 93 \n'
' 94 if err is not None:\n'
'--> 95 raise err\n'
' 96 \n'
'\n'
'File "/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/util/connection.py", line 85, in create_connection\n'
' 37 def create_connection(\n'
' 38 address,\n'
' 39 timeout=socket._GLOBAL_DEFAULT_TIMEOUT,\n'
' 40 source_address=None,\n'
' 41 socket_options=None,\n'
' 42 ):\n'
' (...)\n'
' 81 if timeout is not socket._GLOBAL_DEFAULT_TIMEOUT:\n'
' 82 sock.settimeout(timeout)\n'
' 83 if source_address:\n'
' 84 sock.bind(source_address)\n'
'--> 85 sock.connect(sa)\n'
' 86 return sock\n'
'\n'
'ConnectionRefusedError: [Errno 111] Connection refused\n'
'\n'
'While handling the above exception, another exception occurred:\n'
'\n'
'File "/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen\n'
' 522 def urlopen(\n'
' 523 self,\n'
' 524 method,\n'
' 525 url,\n'
' 526 body=None,\n'
' 527 headers=None,\n'
' 528 retries=None,\n'
' 529 redirect=True,\n'
' 530 assert_same_host=True,\n'
' 531 timeout=_Default,\n'
' 532 pool_timeout=None,\n'
' 533 release_conn=None,\n'
' 534 chunked=False,\n'
' 535 body_pos=None,\n'
' 536 **response_kw\n'
' 537 ):\n'
' (...)\n'
' 699 if is_new_proxy_conn and http_tunnel_required:\n'
' 700 self._prepare_proxy(conn)\n'
' 701 \n'
' 702 # Make the request on the httplib connection object.\n'
'--> 703 httplib_response = self._make_request(\n'
' 704 conn,\n'
'\n'
'File "/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/connectionpool.py", line 398, in _make_request\n'
' 361 def _make_request(\n'
' 362 self, conn, method, url, timeout=_Default, chunked=False, **httplib_request_kw\n'
' 363 ):\n'
' (...)\n'
' 394 try:\n'
' 395 if chunked:\n'
' 396 conn.request_chunked(method, url, **httplib_request_kw)\n'
' 397 else:\n'
'--> 398 conn.request(method, url, **httplib_request_kw)\n'
' 399 \n'
'\n'
'File "/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/connection.py", line 239, in request\n'
' 231 def request(self, method, url, body=None, headers=None):\n'
' (...)\n'
' 235 # Avoid modifying the headers passed into .request()\n'
' 236 headers = headers.copy()\n'
' 237 if "user-agent" not in (six.ensure_str(k.lower()) for k in headers):\n'
' 238 headers["User-Agent"] = _get_default_user_agent()\n'
'--> 239 super(HTTPConnection, self).request(method, url, body=body, headers=headers)\n'
'\n'
'File "/usr/local/lib/python3.9/http/client.py", line 1285, in request\n'
' 1282 def request(self, method, url, body=None, headers={}, *,\n'
' 1283 encode_chunked=False):\n'
' 1284 """Send a complete request to the server."""\n'
'--> 1285 self._send_request(method, url, body, headers, encode_chunked)\n'
'\n'
'File "/usr/local/lib/python3.9/http/client.py", line 1331, in _send_request\n'
' 1287 def _send_request(self, method, url, body, headers, encode_chunked):\n'
' (...)\n'
' 1327 if isinstance(body, str):\n'
' 1328 # RFC 2616 Section 3.7.1 says that text default has a\n'
' 1329 # default charset of iso-8859-1.\n'
" 1330 body = _encode(body, 'body')\n"
'--> 1331 self.endheaders(body, encode_chunked=encode_chunked)\n'
'\n'
'File "/usr/local/lib/python3.9/http/client.py", line 1280, in endheaders\n'
' 1269 def endheaders(self, message_body=None, *, encode_chunked=False):\n'
' (...)\n'
' 1276 if self.__state == _CS_REQ_STARTED:\n'
' 1277 self.__state = _CS_REQ_SENT\n'
' 1278 else:\n'
' 1279 raise CannotSendHeader()\n'
'--> 1280 self._send_output(message_body, encode_chunked=encode_chunked)\n'
'\n'
'File "/usr/local/lib/python3.9/http/client.py", line 1040, in _send_output\n'
' 1031 def _send_output(self, message_body=None, encode_chunked=False):\n'
' (...)\n'
' 1036 """\n'
' 1037 self._buffer.extend((b"", b""))\n'
' 1038 msg = b"\\r\\n".join(self._buffer)\n'
' 1039 del self._buffer[:]\n'
'--> 1040 self.send(msg)\n'
' 1041 \n'
'\n'
'File "/usr/local/lib/python3.9/http/client.py", line 980, in send\n'
' 972 def send(self, data):\n'
' (...)\n'
' 976 """\n'
' 977 \n'
' 978 if self.sock is None:\n'
' 979 if self.auto_open:\n'
'--> 980 self.connect()\n'
' 981 else:\n'
'\n'
'File "/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/connection.py", line 205, in connect\n'
' 204 def connect(self):\n'
'--> 205 conn = self._new_conn()\n'
' 206 self._prepare_conn(conn)\n'
'\n'
'File "/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn\n'
' 161 def _new_conn(self):\n'
' (...)\n'
' 182 % (self.host, self.timeout),\n'
' 183 )\n'
' 184 \n'
' 185 except SocketError as e:\n'
'--> 186 raise NewConnectionError(\n'
' 187 self, "Failed to establish a new connection: %s" % e\n'
'\n'
'---- (full traceback above) ----\n'
'File "/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen\n'
' httplib_response = self._make_request(\n'
'File "/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/connectionpool.py", line 398, in _make_request\n'
' conn.request(method, url, **httplib_request_kw)\n'
'File "/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/connection.py", line 239, in request\n'
' super(HTTPConnection, self).request(method, url, body=body, headers=headers)\n'
'File "/usr/local/lib/python3.9/http/client.py", line 1285, in request\n'
' self._send_request(method, url, body, headers, encode_chunked)\n'
'File "/usr/local/lib/python3.9/http/client.py", line 1331, in _send_request\n'
' self.endheaders(body, encode_chunked=encode_chunked)\n'
'File "/usr/local/lib/python3.9/http/client.py", line 1280, in endheaders\n'
' self._send_output(message_body, encode_chunked=encode_chunked)\n'
'File "/usr/local/lib/python3.9/http/client.py", line 1040, in _send_output\n'
' self.send(msg)\n'
'File "/usr/local/lib/python3.9/http/client.py", line 980, in send\n'
' self.connect()\n'
'File "/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/connection.py", line 205, in connect\n'
' conn = self._new_conn()\n'
'File "/tmp/datahub/ingest/venv-delta-lake-0.8.41/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn\n'
' raise NewConnectionError(\n'
'\n'
'NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f8ed5a0a6a0>: Failed to establish a new connection: [Errno 111] '
'Connection refused\n'
'\n'
'While handling the above exception, another exception occurred:\n'
'\n'
'alert-fall-82501
08/02/2022, 5:55 PMalert-fall-82501
08/02/2022, 5:56 PMgray-shoe-75895
08/02/2022, 5:58 PMConnection refused - it’s unable to access something?alert-fall-82501
08/02/2022, 5:59 PMsource:
type: delta-lake
config:
env: "DEV"
base_path : "<s3a://dt.lakehouse.uevents.dev.eventsData.us-west-1>"
s3:
aws_config:
aws_config:
aws_access_key_id:
aws_secret_access_key:
sink:
type : "datahub-rest"
config :
server : "<http://localhost:8080>"alert-fall-82501
08/02/2022, 5:59 PMgray-shoe-75895
08/02/2022, 6:04 PMalert-fall-82501
08/02/2022, 6:07 PMalert-fall-82501
08/02/2022, 6:10 PMgray-shoe-75895
08/02/2022, 6:11 PMalert-fall-82501
08/02/2022, 6:16 PMalert-fall-82501
08/02/2022, 6:18 PMgray-shoe-75895
08/02/2022, 6:20 PMalert-fall-82501
08/02/2022, 6:21 PMalert-fall-82501
08/02/2022, 6:25 PM~~~~ Execution Summary ~~~~
RUN_INGEST - {'errors': [],
'exec_id': '44ea63ff-9eb2-4136-a22d-96779fc0bf91',
'infos': ['2022-08-02 18:24:03.484582 [exec_id=44ea63ff-9eb2-4136-a22d-96779fc0bf91] INFO: Starting execution for task with name=RUN_INGEST',
'2022-08-02 18:24:13.931576 [exec_id=44ea63ff-9eb2-4136-a22d-96779fc0bf91] INFO: stdout=Elapsed seconds = 0\n'
'datahub ingest run -c /tmp/datahub/ingest/44ea63ff-9eb2-4136-a22d-96779fc0bf91/recipe.yml \n'
'[2022-08-02 18:24:10,302] INFO {datahub.cli.ingest_cli:99} - DataHub CLI version: 0.8.41\n'
'No ~/.datahubenv file found, generating one for you...\n'
'[2022-08-02 18:24:10,517] INFO {datahub.ingestion.run.pipeline:160} - Sink configured successfully. DataHubRestEmitter: configured '
'to talk to <http://datahub-gms:8080>\n'
'/usr/local/bin/run_ingest.sh: line 33: 225 Illegal instruction (core dumped) ( datahub ingest run -c "${recipe_file}" '
'${report_option} )\n',
"2022-08-02 18:24:13.932065 [exec_id=44ea63ff-9eb2-4136-a22d-96779fc0bf91] INFO: Failed to execute 'datahub ingest'",
'2022-08-02 18:24:13.932540 [exec_id=44ea63ff-9eb2-4136-a22d-96779fc0bf91] INFO: Caught exception EXECUTING '
'task_id=44ea63ff-9eb2-4136-a22d-96779fc0bf91, name=RUN_INGEST, stacktrace=Traceback (most recent call last):\n'
' File "/usr/local/lib/python3.9/site-packages/acryl/executor/execution/default_executor.py", line 122, in execute_task\n'
' self.event_loop.run_until_complete(task_future)\n'
' File "/usr/local/lib/python3.9/site-packages/nest_asyncio.py", line 89, in run_until_complete\n'
' return f.result()\n'
' File "/usr/local/lib/python3.9/asyncio/futures.py", line 201, in result\n'
' raise self._exception\n'
' File "/usr/local/lib/python3.9/asyncio/tasks.py", line 256, in __step\n'
' result = coro.send(None)\n'
' File "/usr/local/lib/python3.9/site-packages/acryl/executor/execution/sub_process_ingestion_task.py", line 112, in execute\n'
' raise TaskError("Failed to execute \'datahub ingest\'")\n'
"acryl.executor.execution.task.TaskError: Failed to execute 'datahub ingest'\n"]}
Execution finished with errors.alert-fall-82501
08/02/2022, 6:25 PMalert-fall-82501
08/02/2022, 6:32 PMalert-fall-82501
08/02/2022, 6:32 PMalert-fall-82501
08/02/2022, 6:32 PMgray-shoe-75895
08/02/2022, 6:39 PMalert-fall-82501
08/02/2022, 6:46 PMalert-fall-82501
08/02/2022, 6:47 PMalert-fall-82501
08/02/2022, 7:51 PMalert-fall-82501
08/02/2022, 7:51 PMalert-fall-82501
08/02/2022, 7:59 PMalert-fall-82501
08/02/2022, 8:00 PMsource:
type: "mysql"
config:
username : "datahub"
password : "datahub"
host_port: "localhost:3306"alert-fall-82501
08/02/2022, 8:00 PMgray-shoe-75895
08/03/2022, 6:01 AMgray-shoe-75895
08/03/2022, 6:02 AM'OperationalError: (pymysql.err.OperationalError) (2003, "Can\'t connect to MySQL server on \'localhost\' ([Errno 99] Cannot assign '
'requested address)")\n'alert-fall-82501
08/03/2022, 6:33 AMgray-shoe-75895
08/03/2022, 6:50 AMgray-shoe-75895
08/03/2022, 6:50 AMgray-shoe-75895
08/03/2022, 6:50 AMalert-fall-82501
08/03/2022, 7:00 AMalert-fall-82501
08/03/2022, 7:00 AMgentle-hamburger-31302
08/03/2022, 8:12 AMgray-shoe-75895
08/03/2022, 7:03 PMalert-fall-82501
08/04/2022, 6:21 AM