pyhive Questions

2

I'm trying to get a table located in hive (hortonworks) ,to collect some twitter data to implement on a machine learning project, using pyhive since pyhs2 is not supported by python3.6. Here's my ...
Walkout asked 16/11, 2017 at 16:28

2

I am trying to install sasl3-0.2.11 python package on a windows 10 machine (64 bit). It is failing with a C1083 fatal error. Due to some proxies and me not being able to avoid them, I am installing...
Abernon asked 24/8, 2020 at 13:43

1

I am running multiple queries on the hive. I have a Hadoop cluster with 6 nodes. Total vcores in the cluster is 21. I need only 2 cores to be allocated to a python process so that the rest of the ...
Precisian asked 13/11, 2019 at 6:28

2

I have installed, pip install thrift pip install PyHive pip install thrift-sasl and since pip install sasl failed I downloaded sasl‑0.2.1‑cp27‑cp27m‑win_amd64.whl file and installed it in my Wi...
Biscay asked 13/2, 2017 at 18:23

1

Solved

Using pyhive, is it possible to execute multiple hql's like 'CREATE TABLE TABLE1 (ITEM_KEY BIGINT );CREATE TABLE TABLE2 (ITEM_NAME BIGINT );'. Sample code from pyhive import hive conn = hive.Conn...
Swayne asked 4/9, 2018 at 6:50

0

I'm trying to connect to Hive server-2 running inside docker container (from outside the container) via python (PyHive 0.5, python 2.7) using DB-API (asynchronous) example from pyhive import hive ...
Goshen asked 23/10, 2017 at 10:6
1

© 2022 - 2024 — McMap. All rights reserved.