- [HUDI-172] Cleanup Maven POM/Classpath - Fix ordering of dependencies in poms, to enable better resolution - Idea is to place more specific ones at the top - And place dependencies which use them below them - [HUDI-68] : Automate demo steps on docker setup - Move hive queries from hive cli to beeline - Standardize on taking query input from text command files - Deltastreamer ingest, also does hive sync in a single step - Spark Incremental Query materialized as a derived Hive table using datasource - Fix flakiness in HDFS spin up and output comparison - Code cleanup around streamlining and loc reduction - Also fixed pom to not shade some hive classs in spark, to enable hive sync
79 lines
1.0 KiB
Plaintext
79 lines
1.0 KiB
Plaintext
# Directories #
|
|
/build/
|
|
target/
|
|
|
|
# OS Files #
|
|
.DS_Store
|
|
|
|
*.class
|
|
.java-version
|
|
|
|
# Package Files #
|
|
*.jar
|
|
# But not these files...
|
|
!/hoodie-cli/lib/dnl/utils/textutils/0.3.3/textutils-0.3.3.jar
|
|
*.war
|
|
*.ear
|
|
*.db
|
|
*.patch
|
|
|
|
######################
|
|
# OSX
|
|
######################
|
|
|
|
.DS_Store
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
######################
|
|
# Eclipse
|
|
######################
|
|
|
|
*.pydevproject
|
|
.project
|
|
.metadata
|
|
tmp/**
|
|
tmp/**/*
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*.pyc
|
|
*~.nib
|
|
local.properties
|
|
.classpath
|
|
.settings/
|
|
.loadpath
|
|
/src/main/resources/rebel.xml
|
|
# External tool builders
|
|
.externalToolBuilders/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# CDT-specific
|
|
.cproject
|
|
|
|
# PDT-specific
|
|
.buildpath
|
|
|
|
#######################################
|
|
# IntelliJ specific files/directories #
|
|
#######################################
|
|
.out
|
|
.idea
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
|
|
#######################################
|
|
# Maven
|
|
#######################################
|
|
dependency-reduced-pom.xml
|
|
|
|
|
|
#######################################
|
|
# Docker
|
|
#######################################
|
|
hudi-integ-test/compose_env
|