-
Metrics captures only local reads and remote reads. Add a metric to also capture non-local reads.
-
In beeline:
```
0: jdbc:hive2://localhost:10000> create table ts_acid (ts TIMESTAMP) stored as orc TBLPROPERTIES ('transactional' = 'true');
No rows affected (0.132 seconds)
0: jdbc:hive2://localh…
-
Hello, I have created a pl/python function in a database that Presto is pointing to.
Presto however, doesn't recognize the created function. Getting "Function Not Registered Error".
I realized, wi…
-
We had an incident where the waggledance tasks stopped working properly.
We had a custom ELB set up on top of those tasks, which caught the fact that the tasks were unhealthy from the health check …
-
There is a chance of reading wrong data in following case:
1. First block of `read` was handled by DirectReadRequestChain
2. Other ReadRequestChains are also involved in this read
3. One of the Rea…
-
-
Hi @itsvikramagr,
Thanks again for writing this library and providing constant support to community.
Our spark structure streaming code doesn't need to be stateful. We are ok with cluster or ex…
-
Hello,
I followed this article to install Airflow on our EC2 instance.
https://www.qubole.com/tech-blog/how-to-install-apache-airflow-to-run-different-executors/
I have built the container wi…
-
Hi,
I am encountering this issue in amazon s3 (emr hive-1.0.0) using the json-serde 1.3.6 snapshot jar. I have done add jar in the hive console.
``
CREATE EXTERNAL TABLE `transactions_json`(
`n…
-
Hi
I would like to write parquet directly on S3 my events are only JSON string.
Do you know if what I'm trying to do can work ?
In fact I've already tried with this config
> {
> "name": "…