Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class HDInsightHiveActivity(ExecutionActivity):
:param variables: User specified arguments under hivevar namespace.
:type variables: list[object]
:param query_timeout: Query timeout value (in minutes). Effective when
the HDInsight culster is with ESP (Enterprise Security Package)
the HDInsight cluster is with ESP (Enterprise Security Package)
:type query_timeout: int
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class HDInsightHiveActivity(ExecutionActivity):
:param variables: User specified arguments under hivevar namespace.
:type variables: list[object]
:param query_timeout: Query timeout value (in minutes). Effective when
the HDInsight culster is with ESP (Enterprise Security Package)
the HDInsight cluster is with ESP (Enterprise Security Package)
:type query_timeout: int
"""

Expand Down