Translations:Apache Spark/8/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
 
No edit summary
 
Line 1: Line 1:
== Configuration ==
== Configuration ==
Créer d'abord un répertoire qui contiendra les journaux d'application :
First create a directory which will contain the event log of the application:
{{Command| mkdir ~/.spark/<spark version>/eventlog}}
{{Command| mkdir ~/.spark/<spark version>/eventlog}}

Latest revision as of 16:21, 17 December 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Apache Spark)
== Configuration ==
Créer d'abord un répertoire qui contiendra les journaux d'application :
{{Command| mkdir ~/.spark/<spark version>/eventlog}}

Configuration

First create a directory which will contain the event log of the application:

Question.png
[name@server ~]$  mkdir ~/.spark/<spark version>/eventlog