Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tika Wiki" for change 
notification.

The "AgeDetectionParser" page has been changed by ChrisMattmann:
https://wiki.apache.org/tika/AgeDetectionParser?action=diff&rev1=4&rev2=5

Comment:
- update based on Tika NLP

  
  = Pre-requisites =
  
- None, all of the needed [[http://irds.usc.edu|USC IRDS]] models (for age 
classification ```classify-bigram.bin```, and ```classify-bigram.bin```) are 
downloaded automatically and will be available in your 
```$TIKASRC/tika-parsers/model``` directory.
+ None, all of the needed [[http://irds.usc.edu|USC IRDS]] models (for age 
classification ```classify-bigram.bin```, and ```classify-bigram.bin```) are 
downloaded automatically and will be available in your 
```$TIKASRC/tika-nlp/model``` directory.
  
  = Tests to Run Beforehand =
  
@@ -108, +108 @@

  
  = Running AgeRecogniser (Tika's Parser) =
  
- To run AgeRecogniser, download and install Tika 1.16 or later, and then run 
the following (make sure you have a $TIKASRC/tika-parsers/model directory 
populated with models before running this per above)
+ To run AgeRecogniser, download and install Tika 1.16 or later, and then run 
the following (make sure you have a $TIKASRC/tika-nlp/model directory populated 
with models before running this per above)
  
   1. ```cd $HOME/src/ && git clone https://github.com/apache/tika.git```
-  2. ```cd tika-parsers && echo "I am a test file" > test.txt```
+  2. ```cd tika-nlp && echo "I am a test file" > test.txt```
   2. ```java -cp ../tika-app/target/tika-app-1.16-SNAPSHOT.jar:./model 
org.apache.tika.cli.TikaCLI 
--config=src/test/resources/org/apache/tika/parser/recognition/tika-config-age.xml
 -m test.txt```
  
  You should then see:
  
  {{{
- $java -cp ../tika-app/target/tika-app-1.16-SNAPSHOT.jar:./model 
org.apache.tika.cli.TikaCLI 
--config=src/test/resources/org/apache/tika/parser/recognition/tika-config-age.xml
 -m test.txt
+ $java -Dorg.apache.tika.service.error.warn=true -cp 
../tika-app/target/tika-app-1.16-SNAPSHOT.jar:target/tika-nlp-1.16-SNAPSHOT-jar-with-dependencies.jar:./model
 org.apache.tika.cli.TikaCLI 
--config=src/test/resources/org/apache/tika/parser/recognition/tika-config-age.xml
 -m test.txt
- Jul 06, 2017 11:31:49 PM org.apache.tika.config.InitializableProblemHandler$3 
handleInitializableProblem
+ Jul 07, 2017 3:38:53 PM org.apache.tika.config.InitializableProblemHandler$3 
handleInitializableProblem
- WARNING: com.levigo.jbig2.JBIG2ImageReader not on class path. The ImageParser 
will skip jbig2 images
- Jul 06, 2017 11:31:49 PM org.apache.tika.config.InitializableProblemHandler$3 
handleInitializableProblem
  WARNING: JBIG2ImageReader not loaded. jbig2 files will be ignored
  See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
  for optional dependencies.
@@ -131, +129 @@

  See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
  for optional dependencies.
  
- Jul 06, 2017 11:31:49 PM org.apache.tika.config.InitializableProblemHandler$3 
handleInitializableProblem
+ Jul 07, 2017 3:38:53 PM org.apache.tika.config.InitializableProblemHandler$3 
handleInitializableProblem
- WARNING: Tesseract OCR is installed and will be automatically applied to 
image files.
+ WARNING: Tesseract OCR is installed and will be automatically applied to 
image files unless
+ you've excluded the TesseractOCRParser from the default parser.
- This may dramatically slow down content extraction (TIKA-2359).
+ Tesseract may dramatically slow down content extraction (TIKA-2359).
  As of Tika 1.15 (and prior versions), Tesseract is automatically called.
  In future versions of Tika, users may need to turn the TesseractOCRParser on 
via TikaConfig.
- Jul 06, 2017 11:31:49 PM org.apache.tika.config.InitializableProblemHandler$3 
handleInitializableProblem
+ Jul 07, 2017 3:38:53 PM org.apache.tika.config.InitializableProblemHandler$3 
handleInitializableProblem
- WARNING: org.xerial's sqlite-jdbc is not loaded.
- Please provide the jar on your classpath to parse sqlite files.
- See tika-parsers/pom.xml for the correct version.
- Jul 06, 2017 11:31:49 PM org.apache.tika.config.InitializableProblemHandler$3 
handleInitializableProblem
- WARNING: com.levigo.jbig2.JBIG2ImageReader not on class path. The ImageParser 
will skip jbig2 images
- Jul 06, 2017 11:31:49 PM org.apache.tika.config.InitializableProblemHandler$3 
handleInitializableProblem
- WARNING: JBIG2ImageReader not loaded. jbig2 files will be ignored
- See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
- for optional dependencies.
- TIFFImageWriter not loaded. tiff files will not be processed
- See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
- for optional dependencies.
- J2KImageReader not loaded. JPEG2000 files will not be processed.
- See https://pdfbox.apache.org/2.0/dependencies.html#jai-image-io
- for optional dependencies.
- 
- Jul 06, 2017 11:31:49 PM org.apache.tika.config.InitializableProblemHandler$3 
handleInitializableProblem
- WARNING: Tesseract OCR is installed and will be automatically applied to 
image files.
- This may dramatically slow down content extraction (TIKA-2359).
- As of Tika 1.15 (and prior versions), Tesseract is automatically called.
- In future versions of Tika, users may need to turn the TesseractOCRParser on 
via TikaConfig.
- Jul 06, 2017 11:31:49 PM org.apache.tika.config.InitializableProblemHandler$3 
handleInitializableProblem
  WARNING: org.xerial's sqlite-jdbc is not loaded.
  Please provide the jar on your classpath to parse sqlite files.
  See tika-parsers/pom.xml for the correct version.
@@ -169, +146 @@

  INFO  Changing view acls groups to: 
  INFO  Changing modify acls groups to: 
  INFO  SecurityManager: authentication disabled; ui acls disabled; users  with 
view permissions: Set(mattmann); groups with view permissions: Set(); users  
with modify permissions: Set(mattmann); groups with modify permissions: Set()
- INFO  Successfully started service 'sparkDriver' on port 55146.
+ INFO  Successfully started service 'sparkDriver' on port 60109.
  INFO  Registering MapOutputTracker
  INFO  Registering BlockManagerMaster
- INFO  Created local directory at 
/private/var/folders/n5/1d_k3z4s2293q8ntx_n8sw54mm5n_8/T/blockmgr-8f68cc3d-a90e-4b6e-a634-102200c16a64
+ INFO  Created local directory at 
/private/var/folders/n5/1d_k3z4s2293q8ntx_n8sw54mm5n_8/T/blockmgr-253e0d76-fef5-42bb-b2a9-1500e807797c
  INFO  MemoryStore started with capacity 2004.6 MB
  INFO  Registering OutputCommitCoordinator
- INFO  Logging initialized @1214ms
+ INFO  Logging initialized @1726ms
  INFO  jetty-9.2.z-SNAPSHOT
- INFO  Started o.s.j.s.ServletContextHandler@f73dcd6{/jobs,null,AVAILABLE}
+ INFO  Started o.s.j.s.ServletContextHandler@12bcd0c0{/jobs,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@5c87bfe2{/jobs/json,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@4879f0f2{/jobs/json,null,AVAILABLE}
- INFO  Started o.s.j.s.ServletContextHandler@2fea7088{/jobs/job,null,AVAILABLE}
+ INFO  Started o.s.j.s.ServletContextHandler@47db5fa5{/jobs/job,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@40499e4f{/jobs/job/json,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@354fc8f0{/jobs/job/json,null,AVAILABLE}
+ INFO  Started o.s.j.s.ServletContextHandler@41813449{/stages,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@4678a2eb{/stages/json,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@5b43fbf6{/stages/stage,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@1080b026{/stages/stage/json,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@58ebfd03{/stages/pool,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@5b07730f{/stages/pool/json,null,AVAILABLE}
- INFO  Started o.s.j.s.ServletContextHandler@51cd7ffc{/stages,null,AVAILABLE}
+ INFO  Started o.s.j.s.ServletContextHandler@1fdfafd2{/storage,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@30d4b288{/stages/json,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@a4b2d8f{/storage/json,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@4cc6fa2a{/stages/stage,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@40f1be1b{/stages/stage/json,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@7a791b66{/stages/pool,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@6f2cb653{/stages/pool/json,null,AVAILABLE}
- INFO  Started o.s.j.s.ServletContextHandler@14c01636{/storage,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@590c73d3{/storage/json,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@6b9ce1bf{/storage/rdd,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@dcfda20{/storage/rdd,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@61884cb1{/storage/rdd/json,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@6d304f9d{/storage/rdd/json,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@75ed9710{/environment,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@f73dcd6{/environment,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@4fc5e095{/environment/json,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@5c87bfe2{/environment/json,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@435871cb{/executors,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@2fea7088{/executors,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@609640d5{/executors/json,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@40499e4f{/executors/json,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@79da1ec0{/executors/threadDump,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@51cd7ffc{/executors/threadDump,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@19fb8826{/executors/threadDump/json,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@30d4b288{/executors/threadDump/json,null,AVAILABLE}
- INFO  Started o.s.j.s.ServletContextHandler@192d74fb{/static,null,AVAILABLE}
+ INFO  Started o.s.j.s.ServletContextHandler@4cc6fa2a{/static,null,AVAILABLE}
- INFO  Started o.s.j.s.ServletContextHandler@4bef0fe3{/,null,AVAILABLE}
+ INFO  Started o.s.j.s.ServletContextHandler@40f1be1b{/,null,AVAILABLE}
- INFO  Started o.s.j.s.ServletContextHandler@62ea3440{/api,null,AVAILABLE}
+ INFO  Started o.s.j.s.ServletContextHandler@7a791b66{/api,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@27953a83{/stages/stage/kill,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@6f2cb653{/stages/stage/kill,null,AVAILABLE}
- INFO  Started ServerConnector@25748410{HTTP/1.1}{0.0.0.0:4040}
+ INFO  Started ServerConnector@71b3bc45{HTTP/1.1}{0.0.0.0:4040}
- INFO  Started @1291ms
+ INFO  Started @1831ms
  INFO  Successfully started service 'SparkUI' on port 4040.
- INFO  Bound SparkUI to 0.0.0.0, and started at http://172.20.10.2:4040
+ INFO  Bound SparkUI to 0.0.0.0, and started at http://192.168.1.65:4040
  INFO  Starting executor ID driver on host localhost
- INFO  Successfully started service 
'org.apache.spark.network.netty.NettyBlockTransferService' on port 55147.
+ INFO  Successfully started service 
'org.apache.spark.network.netty.NettyBlockTransferService' on port 60110.
- INFO  Server created on 172.20.10.2:55147
+ INFO  Server created on 192.168.1.65:60110
- INFO  Registering BlockManager BlockManagerId(driver, 172.20.10.2, 55147)
+ INFO  Registering BlockManager BlockManagerId(driver, 192.168.1.65, 60110)
- INFO  Registering block manager 172.20.10.2:55147 with 2004.6 MB RAM, 
BlockManagerId(driver, 172.20.10.2, 55147)
+ INFO  Registering block manager 192.168.1.65:60110 with 2004.6 MB RAM, 
BlockManagerId(driver, 192.168.1.65, 60110)
- INFO  Registered BlockManager BlockManagerId(driver, 172.20.10.2, 55147)
+ INFO  Registered BlockManager BlockManagerId(driver, 192.168.1.65, 60110)
- INFO  Started 
o.s.j.s.ServletContextHandler@5305c37d{/metrics/json,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@7db0565c{/metrics/json,null,AVAILABLE}
  WARN  Use an existing SparkContext, some configuration may not take effect.
- INFO  Started o.s.j.s.ServletContextHandler@3c1e3314{/SQL,null,AVAILABLE}
+ INFO  Started o.s.j.s.ServletContextHandler@7692cd34{/SQL,null,AVAILABLE}
- INFO  Started o.s.j.s.ServletContextHandler@78e16155{/SQL/json,null,AVAILABLE}
+ INFO  Started o.s.j.s.ServletContextHandler@32c0915e{/SQL/json,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@50b0bc4c{/SQL/execution,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@7dd712e8{/SQL/execution,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@13c612bd{/SQL/execution/json,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@22ee2d0{/SQL/execution/json,null,AVAILABLE}
- INFO  Started 
o.s.j.s.ServletContextHandler@28fa700e{/static/sql,null,AVAILABLE}
+ INFO  Started 
o.s.j.s.ServletContextHandler@4b770e40{/static/sql,null,AVAILABLE}
- INFO  Warehouse path is 
'file:/Users/mattmann/tmp/tika1.15/tika-parsers/spark-warehouse'.
+ INFO  Warehouse path is 
'file:/Users/mattmann/tmp/tika1.15/tika-nlp/spark-warehouse'.
  INFO  Block broadcast_0 stored as values in memory (estimated size 6.1 MB, 
free 1998.5 MB)
  INFO  Block broadcast_0_piece0 stored as bytes in memory (estimated size 
488.5 KB, free 1998.0 MB)
- INFO  Added broadcast_0_piece0 in memory on 172.20.10.2:55147 (size: 488.5 
KB, free: 2004.1 MB)
+ INFO  Added broadcast_0_piece0 in memory on 192.168.1.65:60110 (size: 488.5 
KB, free: 2004.1 MB)
  INFO  Created broadcast 0 from broadcast at CountVectorizer.scala:243
- INFO  Code generated in 1362.73497 ms
+ INFO  Code generated in 1537.312409 ms
  INFO  Starting job: first at AgePredicterLocal.java:114
  INFO  Got job 0 (first at AgePredicterLocal.java:114) with 1 output partitions
  INFO  Final stage: ResultStage 0 (first at AgePredicterLocal.java:114)
@@ -232, +209 @@

  INFO  Submitting ResultStage 0 (MapPartitionsRDD[3] at javaRDD at 
AgePredicterLocal.java:112), which has no missing parents
  INFO  Block broadcast_1 stored as values in memory (estimated size 10.5 KB, 
free 1998.0 MB)
  INFO  Block broadcast_1_piece0 stored as bytes in memory (estimated size 5.3 
KB, free 1998.0 MB)
- INFO  Added broadcast_1_piece0 in memory on 172.20.10.2:55147 (size: 5.3 KB, 
free: 2004.1 MB)
+ INFO  Added broadcast_1_piece0 in memory on 192.168.1.65:60110 (size: 5.3 KB, 
free: 2004.1 MB)
  INFO  Created broadcast 1 from broadcast at DAGScheduler.scala:1012
  INFO  Submitting 1 missing tasks from ResultStage 0 (MapPartitionsRDD[3] at 
javaRDD at AgePredicterLocal.java:112)
  INFO  Adding task set 0.0 with 1 tasks
  INFO  Starting task 0.0 in stage 0.0 (TID 0, localhost, partition 0, 
PROCESS_LOCAL, 6477 bytes)
  INFO  Running task 0.0 in stage 0.0 (TID 0)
- INFO  Code generated in 14.190189 ms
+ INFO  Code generated in 14.170306 ms
  INFO  Finished task 0.0 in stage 0.0 (TID 0). 3228 bytes result sent to driver
- INFO  Finished task 0.0 in stage 0.0 (TID 0) in 74 ms on localhost (1/1)
+ INFO  Finished task 0.0 in stage 0.0 (TID 0) in 80 ms on localhost (1/1)
  INFO  Removed TaskSet 0.0, whose tasks have all completed, from pool 
- INFO  ResultStage 0 (first at AgePredicterLocal.java:114) finished in 0.083 s
+ INFO  ResultStage 0 (first at AgePredicterLocal.java:114) finished in 0.094 s
- INFO  Job 0 finished: first at AgePredicterLocal.java:114, took 0.128993 s
+ INFO  Job 0 finished: first at AgePredicterLocal.java:114, took 0.154587 s
  Content-Length: 17
  Content-Type: text/plain
  Estimated-Author-Age: 32.29913797083779
@@ -251, +228 @@

  X-Parsed-By: org.apache.tika.parser.recognition.AgeRecogniser
  resourceName: test.txt
  INFO  Invoking stop() from shutdown hook
- INFO  Stopped ServerConnector@25748410{HTTP/1.1}{0.0.0.0:4040}
+ INFO  Stopped ServerConnector@71b3bc45{HTTP/1.1}{0.0.0.0:4040}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@27953a83{/stages/stage/kill,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@6f2cb653{/stages/stage/kill,null,UNAVAILABLE}
- INFO  Stopped o.s.j.s.ServletContextHandler@62ea3440{/api,null,UNAVAILABLE}
+ INFO  Stopped o.s.j.s.ServletContextHandler@7a791b66{/api,null,UNAVAILABLE}
- INFO  Stopped o.s.j.s.ServletContextHandler@4bef0fe3{/,null,UNAVAILABLE}
+ INFO  Stopped o.s.j.s.ServletContextHandler@40f1be1b{/,null,UNAVAILABLE}
- INFO  Stopped o.s.j.s.ServletContextHandler@192d74fb{/static,null,UNAVAILABLE}
+ INFO  Stopped o.s.j.s.ServletContextHandler@4cc6fa2a{/static,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@19fb8826{/executors/threadDump/json,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@30d4b288{/executors/threadDump/json,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@79da1ec0{/executors/threadDump,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@51cd7ffc{/executors/threadDump,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@609640d5{/executors/json,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@40499e4f{/executors/json,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@435871cb{/executors,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@2fea7088{/executors,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@4fc5e095{/environment/json,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@5c87bfe2{/environment/json,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@75ed9710{/environment,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@f73dcd6{/environment,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@61884cb1{/storage/rdd/json,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@6d304f9d{/storage/rdd/json,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@6b9ce1bf{/storage/rdd,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@dcfda20{/storage/rdd,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@590c73d3{/storage/json,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@14c01636{/storage,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@6f2cb653{/stages/pool/json,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@7a791b66{/stages/pool,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@40f1be1b{/stages/stage/json,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@4cc6fa2a{/stages/stage,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@30d4b288{/stages/json,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@a4b2d8f{/storage/json,null,UNAVAILABLE}
- INFO  Stopped o.s.j.s.ServletContextHandler@51cd7ffc{/stages,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@1fdfafd2{/storage,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@5b07730f{/stages/pool/json,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@58ebfd03{/stages/pool,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@1080b026{/stages/stage/json,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@5b43fbf6{/stages/stage,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@4678a2eb{/stages/json,null,UNAVAILABLE}
+ INFO  Stopped o.s.j.s.ServletContextHandler@41813449{/stages,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@40499e4f{/jobs/job/json,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@354fc8f0{/jobs/job/json,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@2fea7088{/jobs/job,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@47db5fa5{/jobs/job,null,UNAVAILABLE}
- INFO  Stopped 
o.s.j.s.ServletContextHandler@5c87bfe2{/jobs/json,null,UNAVAILABLE}
+ INFO  Stopped 
o.s.j.s.ServletContextHandler@4879f0f2{/jobs/json,null,UNAVAILABLE}
- INFO  Stopped o.s.j.s.ServletContextHandler@f73dcd6{/jobs,null,UNAVAILABLE}
+ INFO  Stopped o.s.j.s.ServletContextHandler@12bcd0c0{/jobs,null,UNAVAILABLE}
- INFO  Stopped Spark web UI at http://172.20.10.2:4040
+ INFO  Stopped Spark web UI at http://192.168.1.65:4040
  INFO  MapOutputTrackerMasterEndpoint stopped!
  INFO  MemoryStore cleared
  INFO  BlockManager stopped
@@ -284, +261 @@

  INFO  OutputCommitCoordinator stopped!
  INFO  Successfully stopped SparkContext
  INFO  Shutdown hook called
- INFO  Deleting directory 
/private/var/folders/n5/1d_k3z4s2293q8ntx_n8sw54mm5n_8/T/spark-68607012-1ad6-4919-ac2a-36c135f20ae8
+ INFO  Deleting directory 
/private/var/folders/n5/1d_k3z4s2293q8ntx_n8sw54mm5n_8/T/spark-fd116873-eec8-437d-9ad0-7b7a09889d92
- $ 
+ $
  }}}
  

Reply via email to