當前位置: 首頁>>編程示例 >>用法及示例精選 >>正文


R SparkR getLocalProperty用法及代碼示例

說明:

獲取此線程中設置的本地屬性,如果缺少,則獲取 NULL。請參閱setLocalProperty

用法:

getLocalProperty(key)

參數:

  • key 本地屬性的 key 。

注意:

getLocalProperty 自 2.3.0 起

例子:

getLocalProperty("spark.scheduler.pool")

相關用法


注:本文由純淨天空篩選整理自spark.apache.org大神的英文原創作品 Get a local property set in this thread, or NULL if it is missing. See setLocalProperty.。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。