exasol / virtual-schemas

Entry point repository for the EXASOL Virtual Schemas
http://www.exasol.com
MIT License
24 stars 23 forks source link

Fix documentation for UDF debugging #481

Closed ckunki closed 1 year ago

ckunki commented 1 year ago

See also https://github.com/exasol/impala-virtual-schema/issues/13 and https://github.com/exasol/hive-virtual-schema/issues/31

Logging mechanisms

Documentation on docs.exasol.com

Currently docs.exasol.com describes three different approaches for UDF logging.

allipatev commented 1 year ago
Microsoft Windows [Version 10.0.22000.1219]
(c) Microsoft Corporation. All rights reserved.

C:\Users\<my user name>>nc
'nc' is not recognized as an internal or external command,
operable program or batch file.
ckunki commented 1 year ago

On windows one could potentially use https://nmap.org/ncat/

ckunki commented 1 year ago

https://github.com/exasol/exasol-python-test-framework/blob/master/exasol_python_test_framework/udf/udf_debug.py

ckunki commented 1 year ago

See https://github.com/exasol/exasol-python-test-framework/issues/42 for follow up