Skip to content

Commit d4cbf2f

Browse files
author
Travis CI
committed
[ci skip] Update en source strings (build: 1082.1)
1 parent 38f5184 commit d4cbf2f

File tree

1 file changed

+52
-30
lines changed

1 file changed

+52
-30
lines changed

docs/locale/en/LC_MESSAGES/using.po

Lines changed: 52 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: docker-stacks latest\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2019-05-11 14:42+0000\n"
12+
"POT-Creation-Date: 2019-06-02 00:19+0000\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <[email protected]>\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=utf-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
19-
"Generated-By: Babel 2.6.0\n"
19+
"Generated-By: Babel 2.7.0\n"
2020

2121
# 7c56c3891bd94336b21fc82d5aeab6ae
2222
#: ../../using/common.md:1
@@ -1362,8 +1362,30 @@ msgstr ""
13621362
msgid "Apache Spark"
13631363
msgstr ""
13641364

1365-
# ec077f84f7394baba4071d0d8a9c9dbf
1365+
# 433d8d99798649029dafd444253567b4
13661366
#: ../../using/specifics.md:7
1367+
msgid "Specific Docker Image Options"
1368+
msgstr ""
1369+
1370+
# 70083fc71521409895897387117748bc
1371+
#: ../../using/specifics.md:8
1372+
msgid ""
1373+
"-p 4040:4040 - The jupyter/pyspark-notebook and jupyter/all-spark-"
1374+
"notebook images open SparkUI (Spark Monitoring and Instrumentation UI) at"
1375+
" default port 4040, this option map 4040 port inside docker container to "
1376+
"4040 port on host machine . Note every new spark context that is created "
1377+
"is put onto an incrementing port (ie. 4040, 4041, 4042, etc.), and it "
1378+
"might be necessary to open multiple ports. For example: docker run -d -p "
1379+
"8888:8888 -p 4040:4040 -p 4041:4041 jupyter/pyspark-notebook"
1380+
msgstr ""
1381+
1382+
# 2449b18de82e4d129cbd49e52ce9e522
1383+
#: ../../using/specifics.md:10
1384+
msgid "Usage Examples"
1385+
msgstr ""
1386+
1387+
# ec077f84f7394baba4071d0d8a9c9dbf
1388+
#: ../../using/specifics.md:12
13671389
msgid ""
13681390
"The jupyter/pyspark-notebook and jupyter/all-spark-notebook images "
13691391
"support the use of Apache Spark in Python, R, and Scala notebooks. The "
@@ -1372,37 +1394,37 @@ msgid ""
13721394
msgstr ""
13731395

13741396
# ca35b3b020914e2eb2e877199a90d4a4
1375-
#: ../../using/specifics.md:9
1397+
#: ../../using/specifics.md:14
13761398
msgid "Using Spark Local Mode"
13771399
msgstr ""
13781400

13791401
# 15a0171869f3437481b9dfb2aec3db00
1380-
#: ../../using/specifics.md:11
1402+
#: ../../using/specifics.md:16
13811403
msgid ""
13821404
"Spark local mode is useful for experimentation on small data when you do "
13831405
"not have a Spark cluster available."
13841406
msgstr ""
13851407

13861408
# 2c5367b84e444a1aa504910b22ba1454
13871409
# 09d8b02687704d368a670cb243e299fb
1388-
#: ../../using/specifics.md:13 ../../using/specifics.md:69
1410+
#: ../../using/specifics.md:18 ../../using/specifics.md:74
13891411
msgid "In a Python Notebook"
13901412
msgstr ""
13911413

13921414
# 2b5c49ea60184570a8b50622140c22e1
13931415
# 192add33e94844f080ae03254899e2ee
1394-
#: ../../using/specifics.md:22 ../../using/specifics.md:96
1416+
#: ../../using/specifics.md:27 ../../using/specifics.md:101
13951417
msgid "In a R Notebook"
13961418
msgstr ""
13971419

13981420
# 80cedeb3b4514de792dba8e03b1c8774
13991421
# 5f3159414ddc427699709ddef740d6fd
1400-
#: ../../using/specifics.md:34 ../../using/specifics.md:117
1422+
#: ../../using/specifics.md:39 ../../using/specifics.md:122
14011423
msgid "In a Spylon Kernel Scala Notebook"
14021424
msgstr ""
14031425

14041426
# 07c9256c669b488aaa2df48676d5a188
1405-
#: ../../using/specifics.md:36
1427+
#: ../../using/specifics.md:41
14061428
#, python-format
14071429
msgid ""
14081430
"Spylon kernel instantiates a SparkContext for you in variable sc after "
@@ -1411,42 +1433,42 @@ msgstr ""
14111433

14121434
# aeec453983524d3ab59f7241cf8bac7b
14131435
# 472a48e72aaf46ca86a89e1598595045
1414-
#: ../../using/specifics.md:50 ../../using/specifics.md:132
1436+
#: ../../using/specifics.md:55 ../../using/specifics.md:137
14151437
msgid "In an Apache Toree Scala Notebook"
14161438
msgstr ""
14171439

14181440
# 762d164260cd4938b5f9556b29b0e171
1419-
#: ../../using/specifics.md:52
1441+
#: ../../using/specifics.md:57
14201442
msgid ""
14211443
"Apache Toree instantiates a local SparkContext for you in variable sc "
14221444
"when the kernel starts."
14231445
msgstr ""
14241446

14251447
# 8da1ef6876324b61885c5dec2c6a9cbf
1426-
#: ../../using/specifics.md:59
1448+
#: ../../using/specifics.md:64
14271449
msgid "Connecting to a Spark Cluster on Mesos"
14281450
msgstr ""
14291451

14301452
# 4926e921fbd24baba9888b3f08cf4f51
1431-
#: ../../using/specifics.md:61
1453+
#: ../../using/specifics.md:66
14321454
msgid "This configuration allows your compute cluster to scale with your data."
14331455
msgstr ""
14341456

14351457
# e8c29961728146a28c6581966a2d2341
1436-
#: ../../using/specifics.md:63
1458+
#: ../../using/specifics.md:68
14371459
msgid "Deploy Spark on Mesos."
14381460
msgstr ""
14391461

14401462
# 1838d7f4481246538ca4ffe89e02ff4d
1441-
#: ../../using/specifics.md:64
1463+
#: ../../using/specifics.md:69
14421464
msgid ""
14431465
"Configure each slave with the --no-switch_user flag or create the "
14441466
"$NB_USER account on every slave node."
14451467
msgstr ""
14461468

14471469
# d4ee49cc6cb547389ed3228e74a4a67c
14481470
# 4b8c4c1e7ea441f1af4b4e0fbed73888
1449-
#: ../../using/specifics.md:65 ../../using/specifics.md:161
1471+
#: ../../using/specifics.md:70 ../../using/specifics.md:166
14501472
msgid ""
14511473
"Run the Docker container with --net=host in a location that is network "
14521474
"addressable by all of your Spark workers. (This is a Spark networking "
@@ -1455,20 +1477,20 @@ msgstr ""
14551477

14561478
# 9a026387155e46fa8e4e1ea3f00d3a63
14571479
# 68e479d8f50e4685a0fb5de56a978347
1458-
#: ../../using/specifics.md:66 ../../using/specifics.md:162
1480+
#: ../../using/specifics.md:71 ../../using/specifics.md:167
14591481
msgid ""
14601482
"NOTE: When using --net=host, you must also use the flags --pid=host -e "
14611483
"TINI_SUBREAPER=true. See https://github.com/jupyter/docker-"
14621484
"stacks/issues/64 for details."
14631485
msgstr ""
14641486

14651487
# 16c4327879294075a64b4329f972321c
1466-
#: ../../using/specifics.md:67
1488+
#: ../../using/specifics.md:72
14671489
msgid "Follow the language specific instructions below."
14681490
msgstr ""
14691491

14701492
# 929575857ae647aebbcb721af39bdd7e
1471-
#: ../../using/specifics.md:134
1493+
#: ../../using/specifics.md:139
14721494
msgid ""
14731495
"The Apache Toree kernel automatically creates a SparkContext when it "
14741496
"starts based on configuration information from its command line arguments"
@@ -1478,72 +1500,72 @@ msgid ""
14781500
msgstr ""
14791501

14801502
# 3e3d5ec9fa554e75989856139938f4f8
1481-
#: ../../using/specifics.md:136
1503+
#: ../../using/specifics.md:141
14821504
msgid ""
14831505
"For instance, to pass information about a Mesos master, Spark binary "
14841506
"location in HDFS, and an executor options, you could start the container "
14851507
"like so:"
14861508
msgstr ""
14871509

14881510
# fa8494a4dde544109b9f6f49ac28178f
1489-
#: ../../using/specifics.md:144
1511+
#: ../../using/specifics.md:149
14901512
msgid ""
14911513
"Note that this is the same information expressed in a notebook in the "
14921514
"Python case above. Once the kernel spec has your cluster information, you"
14931515
" can test your cluster in an Apache Toree notebook like so:"
14941516
msgstr ""
14951517

14961518
# da5d5d861e914df98df9dba50fb3d66a
1497-
#: ../../using/specifics.md:155
1519+
#: ../../using/specifics.md:160
14981520
msgid "Connecting to a Spark Cluster in Standalone Mode"
14991521
msgstr ""
15001522

15011523
# 79db0ba4244a4701aa8dfe0053d5579c
1502-
#: ../../using/specifics.md:157
1524+
#: ../../using/specifics.md:162
15031525
msgid ""
15041526
"Connection to Spark Cluster on Standalone Mode requires the following set"
15051527
" of steps:"
15061528
msgstr ""
15071529

15081530
# 2c728588b6df4753a0c08f969364a79a
1509-
#: ../../using/specifics.md:159
1531+
#: ../../using/specifics.md:164
15101532
msgid ""
15111533
"Verify that the docker image (check the Dockerfile) and the Spark Cluster"
15121534
" which is being deployed, run the same version of Spark."
15131535
msgstr ""
15141536

15151537
# d5a341bb44524a8cb33f086803daaf63
1516-
#: ../../using/specifics.md:160
1538+
#: ../../using/specifics.md:165
15171539
msgid "Deploy Spark in Standalone Mode."
15181540
msgstr ""
15191541

15201542
# 3c781f06114240e28dcdb0c40a5d5cf5
1521-
#: ../../using/specifics.md:163
1543+
#: ../../using/specifics.md:168
15221544
msgid ""
15231545
"The language specific instructions are almost same as mentioned above for"
15241546
" Mesos, only the master url would now be something like "
15251547
"spark://10.10.10.10:7077"
15261548
msgstr ""
15271549

15281550
# 85baa5bd4ed5426b96dad49dacfab9cb
1529-
#: ../../using/specifics.md:165
1551+
#: ../../using/specifics.md:170
15301552
msgid "Tensorflow"
15311553
msgstr ""
15321554

15331555
# 4249b4b266fc4aeeb85dc8386ab60592
1534-
#: ../../using/specifics.md:167
1556+
#: ../../using/specifics.md:172
15351557
msgid ""
15361558
"The jupyter/tensorflow-notebook image supports the use of Tensorflow in "
15371559
"single machine or distributed mode."
15381560
msgstr ""
15391561

15401562
# 68fba23f7cd94702a9dead3c51719206
1541-
#: ../../using/specifics.md:169
1563+
#: ../../using/specifics.md:174
15421564
msgid "Single Machine Mode"
15431565
msgstr ""
15441566

15451567
# d4b74babe01d4a3a86c46844a737151b
1546-
#: ../../using/specifics.md:183
1568+
#: ../../using/specifics.md:188
15471569
msgid "Distributed Mode"
15481570
msgstr ""
15491571

0 commit comments

Comments
 (0)