Is the Hive's port be exposed with the "docker run -p " parameter? check:
https://github.com/apache/kylin/blob/main/docker/README-standalone.md
Best regards,
Shaofeng Shi 史少锋
Apache Kylin PMC,
Apache Incubator PMC,
Email: shaofeng...@apache.org
Apache Kylin FAQ: https://kylin.apache.org/docs/ge
Hi Rodrigo, the Kylin connector for Python is the kylinpy,
https://github.com/kyligence/kylinpy. It also is an SQLAlchemy dialect and
is easy to integrate with Pandas. Please check out the document on the
kylinpy homepage. Feel free to ask questions in the future.
On Mon, Nov 21, 2022 at 9:35 PM R
Hello, how are you?
I am using Apache Kylin on a docker container, it's working normally, but I
am having some troubles connecting to Hive using pyhive. How does this
connection work on this image? Should I use another way to connect? I would
like to create new tables etc using python locally. Any