mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-24 09:08:17 +00:00
27 lines
854 B
Bash
Executable File
27 lines
854 B
Bash
Executable File
saluation () {
|
|
echo "--------------------------------------------------------"
|
|
echo "Starting exectuion"
|
|
echo "--------------------------------------------------------"
|
|
|
|
}
|
|
|
|
|
|
saluation
|
|
$1/bin/spark-submit --properties-file $2 --class test.spark.lineage.HdfsIn2HdfsOut1 build/libs/test-spark-lineage.jar
|
|
|
|
saluation
|
|
$1/bin/spark-submit --properties-file $2 --class test.spark.lineage.HdfsIn2HdfsOut2 build/libs/test-spark-lineage.jar
|
|
|
|
saluation
|
|
$1/bin/spark-submit --properties-file $2 --class test.spark.lineage.HdfsIn2HiveCreateTable build/libs/test-spark-lineage.jar
|
|
|
|
saluation
|
|
$1/bin/spark-submit --properties-file $2 --class test.spark.lineage.HdfsIn2HiveCreateInsertTable build/libs/test-spark-lineage.jar
|
|
|
|
saluation
|
|
$1/bin/spark-submit --properties-file $2 --class test.spark.lineage.HiveInHiveOut build/libs/test-spark-lineage.jar
|
|
|
|
|
|
|
|
|