#
hive
Here are 1,321 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
Jul 7, 2022 - Java
bug
Something isn't working
help wanted
Community contributions are welcome.
good first issue
Good for newcomers
ebyhr
opened
Jul 1, 2022
jackwener
commented
May 24, 2022
Lightweight and blazing fast key-value database written in pure Dart.
-
Updated
Jul 5, 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
Jul 9, 2022 - Java
-
Updated
Jul 6, 2022 - Vue
基于Spark的电影推荐系统,包含爬虫项目、web网站、后台管理系统以及spark推荐系统
-
Updated
Apr 1, 2019 - Java
ocean-zhc
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
深圳地铁大数据客流分析系统🚇 🚄 🌟
mysql
docker
redis
elasticsearch
phoenix
kibana
scala
kafka
spark
mongodb
hive
hadoop
clickhouse
hbase
zookeeper
springboot
flink
kylin
cdh6
szt-bigdata
-
Updated
Jun 21, 2022 - Scala
Python interface to Hive and Presto. 🐝
-
Updated
Apr 7, 2022 - Python
后端开发常用框架文档及中文翻译,包含 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
Jul 5, 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?
https://github.com/prometheus/client_java/releases/tag/parent-0.16.0
Scriptis is for interactive data analysis with script development(SQL, Pyspark, HiveQL), task submission(Spark, Hive), UDF, function, resource management and intelligent diagnosis.
scala
sql
spark
hive
ide
pyspark
udf
hue
zeppelin
hql
hive-table
resouce-management
linkis
errorcode
-
Updated
Jun 30, 2022 - Vue
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
database
influxdb
hive
hadoop
clickhouse
excel
kudu
impala
postgresql
oracle
db2
sqlserver
data-integrity
trino
prestosql
-
Updated
Jul 9, 2022 - Java
Yet Another UserAgent Analyzer
java
parse
user-agent
hive
snowplow
user-agent-parser
snowflake
analyzer
apache-beam
apache-flink
udf
flink
nifi-processors
snowplowanalytics
apache-hive
nifi-processor
trino-plugin
-
Updated
Jul 8, 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