RunNotebookSnapshot interface
Not defteri anlık görüntüsünü çalıştırın.
Özellikler
| exit |
Exit komutunun çıktısı. |
| honor |
Çalıştırma tamamlandıktan sonra oturumun yaşam süresine kadar çalışıp çalışmaması. |
| id | Not defteri runId'lerini çalıştırın. |
| notebook | Not defteri adı. |
| notebook |
Not defteri kaynak türü. |
| parameters | Not defteri parametrelerini çalıştırma |
| session |
Livy oturum kimliği. |
| session |
Oturum özellikleri. |
| spark |
SparkPool adı. |
Özellik Ayrıntıları
exitValue
Exit komutunun çıktısı.
exitValue?: string
Özellik Değeri
string
honorSessionTimeToLive
Çalıştırma tamamlandıktan sonra oturumun yaşam süresine kadar çalışıp çalışmaması.
honorSessionTimeToLive?: boolean
Özellik Değeri
boolean
id
Not defteri runId'lerini çalıştırın.
id: string
Özellik Değeri
string
notebook
Not defteri adı.
notebook: string
Özellik Değeri
string
notebookContent
parameters
Not defteri parametrelerini çalıştırma
parameters?: {[propertyName: string]: RunNotebookParameter}
Özellik Değeri
{[propertyName: string]: RunNotebookParameter}
sessionId
Livy oturum kimliği.
sessionId?: string
Özellik Değeri
string
sessionOptions
Oturum özellikleri.
sessionOptions?: RunNotebookSparkSessionOptions
Özellik Değeri
sparkPool
SparkPool adı.
sparkPool?: string
Özellik Değeri
string