2022-02-23 09:03:21 +05:30
|
|
|
saluation () {
|
|
|
|
echo "--------------------------------------------------------"
|
2022-11-05 19:37:50 +01:00
|
|
|
echo "Starting execution $1"
|
2022-02-23 09:03:21 +05:30
|
|
|
echo "--------------------------------------------------------"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-11-05 19:37:50 +01:00
|
|
|
saluation "test.spark.lineage.HdfsIn2HdfsOut1"
|
2022-02-23 09:03:21 +05:30
|
|
|
$1/bin/spark-submit --properties-file $2 --class test.spark.lineage.HdfsIn2HdfsOut1 build/libs/test-spark-lineage.jar
|
|
|
|
|
2022-11-05 19:37:50 +01:00
|
|
|
saluation "test.spark.lineage.HdfsIn2HdfsOut2"
|
2022-02-23 09:03:21 +05:30
|
|
|
$1/bin/spark-submit --properties-file $2 --class test.spark.lineage.HdfsIn2HdfsOut2 build/libs/test-spark-lineage.jar
|
|
|
|
|
2022-11-05 19:37:50 +01:00
|
|
|
saluation "test.spark.lineage.HdfsIn2HiveCreateTable"
|
2022-02-23 09:03:21 +05:30
|
|
|
$1/bin/spark-submit --properties-file $2 --class test.spark.lineage.HdfsIn2HiveCreateTable build/libs/test-spark-lineage.jar
|
|
|
|
|
2022-11-05 19:37:50 +01:00
|
|
|
saluation "test.spark.lineage.HdfsIn2HiveCreateInsertTable"
|
2022-02-23 09:03:21 +05:30
|
|
|
$1/bin/spark-submit --properties-file $2 --class test.spark.lineage.HdfsIn2HiveCreateInsertTable build/libs/test-spark-lineage.jar
|
|
|
|
|
2022-11-05 19:37:50 +01:00
|
|
|
saluation "test.spark.lineage.HiveInHiveOut"
|
2022-02-23 09:03:21 +05:30
|
|
|
$1/bin/spark-submit --properties-file $2 --class test.spark.lineage.HiveInHiveOut build/libs/test-spark-lineage.jar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|