-
I run the following command to start a spark thrift server:
```bash
./sbin/start-thriftserver.sh \
--packages io.delta:delta-core_2.13:2.0.0 \
--conf "spark.sql.extensions=io.delta.sql.DeltaSparkS…
-
Due to issue #237 ,
I removed sasl 0.2.1 and replaced it with pure-sasl 0.3.0
based on this commit by @nonsleepr : https://github.com/cloudera/impyla/commit/5e386d6495b580ae88efd81dd0f8927af5157bb8
…
-
Thriftpy also has a Cythonized binary protocol which is significantly faster according to the benchmarks. If we're serious about Python 3 support I think we should have one thrift code path.
-
Hi ufukomer,
Here ais my es5 codes, it always return the first row of results
i think it may caused by the 'pending' state, but how can i get all 50 rows after the pending finished?
> var sql = …
-
I'm seeing this error for the first time:
```
---------------------------------------------------------------------------
AttributeError Traceback (most recent call las…
-
The rhive.export() is unable to store the RUDF in hdfs path /rhive/udf/username, instead it is being saved in /rhive/udf/username in file system; if I copy the RUDF in hdfs the query is functioning or…
-
I am using this driver for couple of weeks now and am really happy with its overall stability and performance. I am curious to know if there are any load tests done as part of your test suites.
Few…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issue…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](http…
-
```python
conn = connect(host=‘example.com', port=21050, database=‘default’, auth_mechanism='LDAP', user=‘xxxxx’, password=‘xxxxx’, use_ssl=True, ca_cert='truststore.pem')
```
Log:
```
…