#
hive
Here are 1,281 public repositories matching this topic...
bug
Something isn't working
help wanted
Community contributions are welcome.
good first issue
Good for newcomers
lukasz-stec
commented
May 11, 2022
Add checks, similar to in RenameMaterializedViewTask, that the target table or view or materialized view does not exist in the RenameTableTask and RenameViewTask
Lightweight and blazing fast key-value database written in pure Dart.
-
Updated
May 17, 2022 - Dart
Linkis helps easily connect to various back-end computation/storage engines(Spark, Python, TiDB...), exposes various interfaces(REST, JDBC, Java ...), with multi-tenancy, high performance, and resource control.
sql
spark
presto
hive
storage
jdbc
rest-api
engine
impala
pyspark
udf
thrift-server
resource-manager
jobserver
application-manager
livy
hive-table
linkis
context-service
scriptis
-
Updated
May 17, 2022 - Java
基于Spark的电影推荐系统,包含爬虫项目、web网站、后台管理系统以及spark推荐系统
-
Updated
Apr 1, 2019 - Java
Python interface to Hive and Presto. 🐝
-
Updated
Apr 7, 2022 - Python
深圳地铁大数据客流分析系统🚇 🚄 🌟
mysql
docker
redis
elasticsearch
phoenix
kibana
scala
kafka
spark
mongodb
hive
hadoop
clickhouse
hbase
zookeeper
springboot
flink
kylin
cdh6
szt-bigdata
-
Updated
May 9, 2021 - Scala
后端开发常用框架文档及中文翻译,包含 Spring 系列文档(Spring, Spring Boot, Spring Cloud, Spring Security, Spring Session),大数据(Apache Hive, HBase, Apache Flume),日志(Log4j2, Logback),Http Server(NGINX,Apache),Python,数据库(OpenTSDB,MySQL,PostgreSQL)等最新官方文档以及对应的中文翻译。
mysql
python
nginx
spring
spring-boot
hive
spring-cloud
postgresql
apache
hbase
opentsdb
spring-batch
log4j2
apache-flume
-
Updated
Nov 17, 2021
pan3793
commented
May 7, 2022
Code of Conduct
- I agree to follow this project's Code of Conduct
Search before asking
- I have searched in the issues and found no similar issues.
What would you like to be improved?
Ubuntu 22.04 is available and is the latest LTS version, we can migr
good first issue
beginner skills required
react
docker
redis
elasticsearch
app
machine-learning
scala
spark
spider
mongodb
vue
hive
storm
elk
hbase
mapreduce
flink
playframework
skywalking
kubenetes
-
Updated
May 6, 2022 - Java
Addax is an open source universal ETL tool that supports most of those RDBMS and NoSQLs on the planet, helping you transfer data from any one place to another.
mysql
java
database
influxdb
hive
hadoop
etl
clickhouse
excel
kudu
impala
oracle
db2
sqlserver
data-integrity
datax
trino
prestosql
addax
-
Updated
May 13, 2022 - Java
Yet Another UserAgent Analyzer
java
parse
user-agent
hive
snowplow
user-agent-parser
snowflake
analyzer
pig
apache-beam
apache-flink
udf
flink
nifi-processors
snowplowanalytics
apache-hive
nifi-processor
trino-plugin
-
Updated
May 17, 2022 - Java
WeDataSphere is a financial grade, one-stop big data platform suite.
spark
hive
hadoop
analytics
ide
bigdata
data-analysis
flink
visualis
datafabric
linkis
scriptis
qualitis
dataspherestudio
schedulis
exchangis
datagovernance
streamis
prophecis
-
Updated
May 11, 2022
Moonbox is a DVtaaS (Data Virtualization as a Service) Platform
-
Updated
Nov 15, 2021 - JavaScript
Uses tokenized query returned by python-sqlparse and generates query metadata
metadata
parser
sql
database
hive
sql-parser
mysql-query
python-package
python3-library
hiveql
sqlparse
-
Updated
May 16, 2022 - Python
Low-code metrics store, modern open-source alternative to Looker
mysql
bigquery
data-science
machine-learning
sql
big-data
spark
presto
hive
athena
analytics
clickhouse
postgresql
datascience
business-intelligence
redshift
-
Updated
Dec 26, 2021 - JavaScript
Improve this page
Add a description, image, and links to the hive topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hive topic, visit your repo's landing page and select "manage topics."
Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
So "date_from" <> date_from
To Reproduce
Steps to reproduce