gcp4zio-dp
gcp4zio-dp
API
gcp4zio.dp
ClusterProps
DPCluster
DPCluster
DPClusterClient
DPClusterImpl
DPJob
DPJob
DPJobClient
DPJobImpl
gcp4zio-dp
/
gcp4zio.dp
/
DPJob
DPJob
gcp4zio.dp.DPJob$
See the
DPJob
companion trait
object
DPJob
Attributes
Companion:
trait
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
DPJob
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
executeSparkJob
(
args
:
List
[
String
],
mainClass
:
String
,
libs
:
List
[
String
],
conf
:
Map
[
String
,
String
],
cluster
:
String
,
project
:
String
,
region
:
String
,
trackingInterval
:
Duration
):
RIO
[
DPJob
,
Job
]
def
live
(
endpoint
:
String
):
TaskLayer
[
DPJob
]
def
submitHiveJob
(
query
:
String
,
clusterName
:
String
,
project
:
String
,
region
:
String
):
RIO
[
DPJob
,
Job
]
def
submitSparkJob
(
args
:
List
[
String
],
mainClass
:
String
,
libs
:
List
[
String
],
conf
:
Map
[
String
,
String
],
cluster
:
String
,
project
:
String
,
region
:
String
):
RIO
[
DPJob
,
Job
]
def
trackJobProgress
(
project
:
String
,
region
:
String
,
job
:
Job
,
interval
:
Duration
):
RIO
[
DPJob
,
Unit
]