Skip to content

Commit

Permalink
fix spark dataproc scenarios
Browse files Browse the repository at this point in the history
Signed-off-by: tnazarew <[email protected]>
  • Loading branch information
tnazarew committed Oct 24, 2024
1 parent 44d1702 commit fae1009
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"gcp_dataproc_spark": {
"queryNodeName": "execute_insert_into_hive_table",
"appName": "CLI test application",
"appId": "local-1729156674719",
"appId": "{{ any(result) }}",
"projectId": "gcp-open-lineage-testing"
}
}
Expand All @@ -53,12 +53,12 @@
},
"inputs": [
{
"namespace": "hdfs://dataproc-producer-test-m",
"namespace": "{{ any(result) }}",
"name": "/user/hive/warehouse/t1",
"facets": {
"dataSource": {
"name": "hdfs://dataproc-producer-test-m",
"uri": "hdfs://dataproc-producer-test-m"
"name": "{{ any(result) }}",
"uri": "{{ any(result) }}"
},
"schema": {
"fields": [
Expand All @@ -75,7 +75,7 @@
"symlinks": {
"identifiers": [
{
"namespace": "hive://dataproc-producer-test-m:9083",
"namespace": "{{ any(result) }}",
"name": "default.t1",
"type": "TABLE"
}
Expand All @@ -87,12 +87,12 @@
],
"outputs": [
{
"namespace": "hdfs://dataproc-producer-test-m",
"namespace": "{{ any(result) }}",
"name": "/user/hive/warehouse/t2",
"facets": {
"dataSource": {
"name": "hdfs://dataproc-producer-test-m",
"uri": "hdfs://dataproc-producer-test-m"
"name": "{{ any(result) }}",
"uri": "{{ any(result) }}"
},
"schema": {
"fields": [
Expand All @@ -111,7 +111,7 @@
"a": {
"inputFields": [
{
"namespace": "hdfs://dataproc-producer-test-m",
"namespace": "{{ any(result) }}",
"name": "/user/hive/warehouse/t1",
"field": "a",
"transformations": [
Expand All @@ -128,7 +128,7 @@
"b": {
"inputFields": [
{
"namespace": "hdfs://dataproc-producer-test-m",
"namespace": "{{ any(result) }}",
"name": "/user/hive/warehouse/t1",
"field": "b",
"transformations": [
Expand All @@ -147,7 +147,7 @@
"symlinks": {
"identifiers": [
{
"namespace": "hive://dataproc-producer-test-m:9083",
"namespace": "{{ any(result) }}",
"name": "default.t2",
"type": "TABLE"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"inputs": [
{
"namespace": "hdfs://dataproc-producer-test-m",
"namespace": "{{ any(result) }}",
"name": "/user/hive/warehouse/t1",
"facets": {
"dataSource": {
"name": "hdfs://dataproc-producer-test-m",
"uri": "hdfs://dataproc-producer-test-m"
"name": "{{ any(result) }}",
"uri": "{{ any(result) }}"
},
"schema": {
"fields": [
Expand All @@ -31,7 +31,7 @@
"symlinks": {
"identifiers": [
{
"namespace": "hive://dataproc-producer-test-m:9083",
"namespace": "{{ any(result) }}",
"name": "default.t1",
"type": "TABLE"
}
Expand All @@ -43,12 +43,12 @@
],
"outputs": [
{
"namespace": "hdfs://dataproc-producer-test-m",
"namespace": "{{ any(result) }}",
"name": "/user/hive/warehouse/t2",
"facets": {
"dataSource": {
"name": "hdfs://dataproc-producer-test-m",
"uri": "hdfs://dataproc-producer-test-m"
"name": "{{ any(result) }}",
"uri": "{{ any(result) }}"
},
"schema": {
"fields": [
Expand All @@ -67,7 +67,7 @@
"a": {
"inputFields": [
{
"namespace": "hdfs://dataproc-producer-test-m",
"namespace": "{{ any(result) }}",
"name": "/user/hive/warehouse/t1",
"field": "a",
"transformations": [
Expand All @@ -84,7 +84,7 @@
"b": {
"inputFields": [
{
"namespace": "hdfs://dataproc-producer-test-m",
"namespace": "{{ any(result) }}",
"name": "/user/hive/warehouse/t1",
"field": "b",
"transformations": [
Expand All @@ -103,7 +103,7 @@
"symlinks": {
"identifiers": [
{
"namespace": "hive://dataproc-producer-test-m:9083",
"namespace": "{{ any(result) }}",
"name": "default.t2",
"type": "TABLE"
}
Expand Down

0 comments on commit fae1009

Please sign in to comment.