salesforce/TransmogrifAI

Factor out all common spark/hadoop properties

Aberta

#87 aberto em 24 de ago. de 2018

 (8 comentários) (0 reação) (0 responsável)Scala (399 forks)batch import
good first issue

Métricas do repositório

Stars
 (2.274 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Problem We currently largely overlapping spark.gradle files especially in terms of spark properties.

$ git ls-files | grep spark.gradle
gradle/spark.gradle
helloworld/gradle/spark.gradle
templates/simple/spark.gradle

Solution Provide a way to have a single spark.gradle or at least a single spark-transmogrifai.conf file with common properties that is passed via --properties-file to Spark.

Alternatives

  • common properties file
  • refactored spark.gradle

Additional context DRY

Guia do colaborador