Skip to content

Why is indexing entering a loop? #220

@yeikel

Description

@yeikel

Describe the bug
I am not sure what could be the reason , but the indexing process seems to be entering a loop for the following code until it completes successfully

val blockingFields = Array("blocker")
val dataToBlock = data.withColumn("blocker",substring($"home_ad",1,3)).limit(500)
val topK = 10
val linkedResults = LuceneRDD.blockEntityLinkage(dataToBlock, dataToBlock, linker, blockingFields, blockingFields, topK)

20/01/13 17:32:48 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:48 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:48 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:48 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:48 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:48 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:48 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:48 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:48 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:48 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:48 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:48 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:48 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:48 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:48 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:48.572-05:00...
20/01/13 17:32:48 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:48.572-05:00...
20/01/13 17:32:48 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:48.993-05:00...
20/01/13 17:32:48 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:48.993-05:00...
20/01/13 17:32:48 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:48 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.084-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.084-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.093-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.093-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.135-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.135-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.142-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.142-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.163-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.163-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.169-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.169-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.183-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.183-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.191-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.191-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.210-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.210-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.219-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.219-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.245-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.245-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.255-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.255-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.285-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.285-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.297-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.297-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.321-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.321-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.329-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.329-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.343-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.343-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.350-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.350-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.365-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.365-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.371-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.371-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.384-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.384-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.390-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.390-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.404-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.404-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.413-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.413-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.438-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.438-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.451-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.451-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.477-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.477-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.490-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.490-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.514-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.514-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.522-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.522-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.536-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.536-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.542-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.542-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.556-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.556-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.562-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.562-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.574-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.574-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.580-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.580-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.592-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.592-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.598-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.598-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.610-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.610-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.617-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.617-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.632-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.632-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.640-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.640-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.661-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.661-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.672-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.672-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.699-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.699-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.710-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.710-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.732-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.732-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.739-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.739-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.754-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.754-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.759-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.759-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.770-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.770-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.775-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.775-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.786-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.786-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.794-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.794-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.807-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.807-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.812-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.812-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.829-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.829-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.840-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.840-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.858-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.858-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.868-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.868-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.892-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.892-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.906-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.906-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.930-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.930-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.938-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.938-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.950-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.950-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.956-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.956-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.972-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.972-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.978-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.978-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.993-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:49.993-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.998-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:49.998-05:00...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:49 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.010-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.010-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.015-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.015-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.034-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.034-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.046-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.046-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.064-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.064-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.081-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.081-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 12 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 12 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.126-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.126-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.138-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.138-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.152-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.152-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.157-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.157-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.169-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.169-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.175-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.175-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.186-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.186-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.191-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.191-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.201-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.201-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.206-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.206-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.216-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.216-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.221-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.221-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.240-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.240-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.253-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.253-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.276-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.276-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.287-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.287-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.311-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.311-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.322-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.322-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.340-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.340-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.346-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.346-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.360-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.360-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.365-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.365-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.378-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.378-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.383-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.383-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.392-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.392-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.397-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.397-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 2 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.407-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.407-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.412-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.412-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.421-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.421-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.428-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.428-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.448-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.448-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.459-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.459-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.486-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.486-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.497-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.497-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process took 0 seconds...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Config parameter lucenerdd.index.store.mode is set to 'disk'
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Lucene index will be storage in disk
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: Index disk location /var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0] Partition is created...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.521-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process initiated at 2020-01-13T17:32:50.521-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.531-05:00...
20/01/13 17:32:50 INFO LuceneRDDPartition: [partId=0]Indexing process completed at 2020-01-13T17:32:50.531-05:00...

Keeps repeating until it finishes 


0/01/13 17:32:57 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:57 DEBUG LuceneRDDPartition: [partId=0]Closing index writers...
20/01/13 17:32:57 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:57 DEBUG LuceneRDDPartition: [partId=0]Instantiating index/facet readers
20/01/13 17:32:57 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:57 DEBUG LuceneRDDPartition: [partId=0]Index readers instantiated successfully
20/01/13 17:32:57 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:57 INFO LuceneRDDPartition: [partId=0]Indexed 1 documents
20/01/13 17:32:57 INFO Executor: Finished task 0.0 in stage 5.0 (TID 27). 1891 bytes result sent to driver
20/01/13 17:32:57 INFO TaskSetManager: Finished task 0.0 in stage 5.0 (TID 27) in 8865 ms on localhost (executor driver) (1/1)
20/01/13 17:32:57 INFO TaskSchedulerImpl: Removed TaskSet 5.0, whose tasks have all completed, from pool 
20/01/13 17:32:57 INFO DAGScheduler: ShuffleMapStage 5 (json at MatchingBlocking.scala:21) finished in 8.874 s
20/01/13 17:32:57 INFO DAGScheduler: looking for newly runnable stages
20/01/13 17:32:57 INFO DAGScheduler: running: Set()
20/01/13 17:32:57 INFO DAGScheduler: waiting: Set(ResultStage 6)
20/01/13 17:32:57 INFO DAGScheduler: failed: Set()
20/01/13 17:32:57 INFO DAGScheduler: Submitting ResultStage 6 (ShuffledRowRDD[25] at json at MatchingBlocking.scala:21), which has no missing parents
20/01/13 17:32:57 INFO MemoryStore: Block broadcast_8 stored as values in memory (estimated size 131.3 KB, free 4.1 GB)
20/01/13 17:32:57 INFO MemoryStore: Block broadcast_8_piece0 stored as bytes in memory (estimated size 47.6 KB, free 4.1 GB)
20/01/13 17:32:57 INFO SparkContext: Created broadcast 8 from broadcast at DAGScheduler.scala:1039
20/01/13 17:32:57 INFO DAGScheduler: Submitting 1 missing tasks from ResultStage 6 (ShuffledRowRDD[25] at json at MatchingBlocking.scala:21) (first 15 tasks are for partitions Vector(0))
20/01/13 17:32:57 INFO TaskSchedulerImpl: Adding task set 6.0 with 1 tasks
20/01/13 17:32:57 INFO TaskSetManager: Starting task 0.0 in stage 6.0 (TID 28, localhost, executor driver, partition 0, ANY, 7754 bytes)
20/01/13 17:32:57 INFO Executor: Running task 0.0 in stage 6.0 (TID 28)
20/01/13 17:32:57 INFO ShuffleBlockFetcherIterator: Getting 1 non-empty blocks out of 1 blocks
20/01/13 17:32:57 INFO ShuffleBlockFetcherIterator: Started 0 remote fetches in 0 ms
20/01/13 17:32:57 INFO SQLHadoopMapReduceCommitProtocol: Using output committer class org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter
20/01/13 17:32:57 INFO SparkHadoopMapRedUtil: attempt_20200113173257_0006_m_000000_0: Committed
20/01/13 17:32:57 INFO Executor: Finished task 0.0 in stage 6.0 (TID 28). 2351 bytes result sent to driver
20/01/13 17:32:57 INFO TaskSetManager: Finished task 0.0 in stage 6.0 (TID 28) in 104 ms on localhost (executor driver) (1/1)
20/01/13 17:32:57 INFO TaskSchedulerImpl: Removed TaskSet 6.0, whose tasks have all completed, from pool 
20/01/13 17:32:57 INFO DAGScheduler: ResultStage 6 (json at MatchingBlocking.scala:21) finished in 0.145 s
20/01/13 17:32:57 INFO DAGScheduler: Job 1 finished: json at MatchingBlocking.scala:21, took 9.924369 s
20/01/13 17:32:57 INFO FileFormatWriter: Job null committed.
20/01/13 17:32:57 INFO FileFormatWriter: Finished processing stats for job null.
20/01/13 17:32:57 INFO MatchingBlocking: ========================================
20/01/13 17:32:57 INFO MatchingBlocking: Elapsed time: 13.347 seconds
20/01/13 17:32:57 INFO MatchingBlocking: ========================================
20/01/13 17:32:57 INFO AbstractConnector: Stopped Spark@631e06ab{HTTP/1.1,[http/1.1]}{0.0.0.0:4040}
20/01/13 17:32:57 INFO MapOutputTrackerMasterEndpoint: MapOutputTrackerMasterEndpoint stopped!
20/01/13 17:32:57 INFO MemoryStore: MemoryStore cleared
20/01/13 17:32:57 INFO BlockManager: BlockManager stopped
20/01/13 17:32:57 INFO BlockManagerMaster: BlockManagerMaster stopped
20/01/13 17:32:57 INFO OutputCommitCoordinator$OutputCommitCoordinatorEndpoint: OutputCommitCoordinator stopped!
20/01/13 17:32:57 INFO SparkContext: Successfully stopped SparkContext
20/01/13 17:32:57 INFO ShutdownHookManager: Shutdown hook called
20/01/13 17:32:57 INFO ShutdownHookManager: Deleting directory /private/var/folders/0l/r325x8xd7td1qvw_04wjn15r0000gn/T/spark-c392a7e4-1be4-4171-b2cb-1e462abf7701

Do you have any idea about what could be the issue here?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions