Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Code Block
message [Protocol] ( input ) : output

Wiki MarkupThe {{\[Protocol\]}} portion describes the protocol, authentication mechanism and identities exchanged.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="25c35a7a-529b-48f3-aa4b-2408bec95499"><ac:plain-text-body><![CDATA[

Abbreviation

Description

[KRB]

Kerberos Protocol

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9c85da09-0dc7-4331-a3ac-dd9ba59fbd35"><ac:plain-text-body><![CDATA[[RSKT:{kerberos-service-ticket}]

RPC protocol with SASL mutual authentication using Kerberos tickets. ]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="6f912e6a-6234-47e6-9df5-00529ac5b4d0"><ac:plain-text-body><![CDATA[

[RSAT:{access-token}]

RPC protocol with SASL client authentication using access tokens (e.g. YARN Node Manager Token).

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fcb6d562-8f5f-49c3-9761-762f9da7221f"><ac:plain-text-body><![CDATA[

[RSDT:{delegation-token}]

RPC protocol with SASL client authentication using delegation tokens (e.g. HDFS Name Node Delegation Token).

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="c2dc63e8-2e4c-400f-a8f6-efa0d23bda73"><ac:plain-text-body><![CDATA[

[STP]

Shuffle data transfer protocol between ShuffleService and ReduceTask. HTTP protocol with TODO.

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4f6a119b-36df-4d25-8ec3-36b6891f9e88"><ac:plain-text-body><![CDATA[

[DTP]

Block data transfer protocol between the DataNode and a client. HTTP protocol with block tokens plus SHA1 hash exchange. ]]></ac:plain-text-body></ac:structured-macro>

Suffixes are used in many cases to denote type.

...