#
hive
Here are 1,308 public repositories matching this topic...
mysql
hive
hadoop
clickhouse
vuejs2
postgresql
oracle
mysql-server
ios-swift
springboot
db2
postgresql-database
sqlserver
tidb
fastjson
typescript2
-
Updated
Jun 10, 2022 - Java
bug
Something isn't working
help wanted
Community contributions are welcome.
good first issue
Good for newcomers
ebyhr
opened
May 18, 2022
good first issue
Good for newcomers
Lightweight and blazing fast key-value database written in pure Dart.
-
Updated
Jun 10, 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
Jun 11, 2022 - Java
-
Updated
May 23, 2022 - Vue
基于Spark的电影推荐系统,包含爬虫项目、web网站、后台管理系统以及spark推荐系统
-
Updated
Apr 1, 2019 - Java
zhanghaicheng1
commented
Dec 9, 2019
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
good first issue
Good for newcomers
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 28, 2022 - 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
turboFei
commented
Jun 1, 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.
Describe the feature
We should forbid the customer to upload local files and throw exception
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
Jun 10, 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
Jun 11, 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
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