colossal-furniture-76714
05/25/2021, 10:41 AMhttp.client.BadStatusLine: Invalid status 80
I'm not sure where to look for the error as I do not know what causes the error. Do you have any hints? I've configured a yml for acryl-datahub...colossal-furniture-76714
05/25/2021, 10:45 AMgray-shoe-75895
05/25/2021, 6:58 PMdatahub --debug
) + the recipe that you’re using + the pyhive connection code that works for youcolossal-furniture-76714
05/26/2021, 10:55 AMcolossal-furniture-76714
05/26/2021, 10:58 AMsudo datahub --debug ingest -c hive_to_datahub.yml
[2021-05-26 12:47:15,684] INFO {datahub.entrypoints:68} - Using config: {'source': {'type': 'hive', 'config': {'scheme': 'hive', 'username': 'username', 'host_port': 'hostname' 'database': 'db1', 'table_pattern': {'deny': ['table1, 'table2'], 'allow': ['table3']}}}, 'sink': {'type': 'console'}}
[2021-05-26 12:47:15,685] DEBUG {datahub.ingestion.run.pipeline:74} - Source type:hive,<class 'datahub.ingestion.source.hive.HiveSource'> configured
[2021-05-26 12:47:15,685] DEBUG {datahub.ingestion.run.pipeline:80} - Sink type:console,<class 'datahub.ingestion.sink.console.ConsoleSink'> configured
[2021-05-26 12:47:15,685] DEBUG {datahub.ingestion.source.sql_common:206} - sql_alchemy_url=<hive://username@hostname1/db1>
[2021-05-26 12:47:15,731] INFO {pyhive.hive:473} - USE `db1`
[2021-05-26 12:47:15,744] INFO {pyhive.hive:473} - SHOW SCHEMAS
[2021-05-26 12:47:15,851] INFO {pyhive.hive:473} - SHOW TABLES IN db2
db2 db2
colossal-furniture-76714
05/26/2021, 10:59 AMcolossal-furniture-76714
05/26/2021, 10:59 AMcolossal-furniture-76714
05/26/2021, 3:38 PM