-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.classpath
613 lines (613 loc) · 70.5 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/scala"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/scala"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-encoding/1.8.1/parquet-encoding-1.8.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-encoding/1.8.1/parquet-encoding-1.8.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-encoding/1.8.1/parquet-encoding-1.8.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-hdfs/2.2.0/hadoop-hdfs-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-hdfs/2.2.0/hadoop-hdfs-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-hdfs/2.2.0/hadoop-hdfs-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/hk2-api/2.4.0-b34/hk2-api-2.4.0-b34-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-api/2.2.0/hadoop-yarn-api-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-api/2.2.0/hadoop-yarn-api-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-api/2.2.0/hadoop-yarn-api-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/xbean/xbean-asm5-shaded/4.4/xbean-asm5-shaded-4.4.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/xbean/xbean-asm5-shaded/4.4/xbean-asm5-shaded-4.4-sources.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.6/paranamer-2.6.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.6/paranamer-2.6-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/thoughtworks/paranamer/paranamer/2.6/paranamer-2.6-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/net/java/dev/jets3t/jets3t/0.7.1/jets3t-0.7.1-sources.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/2.2.0/hadoop-mapreduce-client-core-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/2.2.0/hadoop-mapreduce-client-core-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/2.2.0/hadoop-mapreduce-client-core-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-shuffle/2.2.0/hadoop-mapreduce-client-shuffle-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-shuffle/2.2.0/hadoop-mapreduce-client-shuffle-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-shuffle/2.2.0/hadoop-mapreduce-client-shuffle-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/tukaani/xz/1.0/xz-1.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/tukaani/xz/1.0/xz-1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/tukaani/xz/1.0/xz-1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/ning/compress-lzf/1.0.3/compress-lzf-1.0.3.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/ning/compress-lzf/1.0.3/compress-lzf-1.0.3-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/ning/compress-lzf/1.0.3/compress-lzf-1.0.3-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-common/2.2.0/hadoop-common-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-common/2.2.0/hadoop-common-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-common/2.2.0/hadoop-common-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/avro/avro/1.7.7/avro-1.7.7.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/avro/avro/1.7.7/avro-1.7.7-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/avro/avro/1.7.7/avro-1.7.7-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.6.5/jackson-core-2.6.5.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.6.5/jackson-core-2.6.5-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.6.5/jackson-core-2.6.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8-javadoc.javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-server-common/2.2.0/hadoop-yarn-server-common-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-server-common/2.2.0/hadoop-yarn-server-common-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-server-common/2.2.0/hadoop-yarn-server-common-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/hk2-utils/2.4.0-b34/hk2-utils-2.4.0-b34-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/curator/curator-framework/2.4.0/curator-framework-2.4.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/curator/curator-framework/2.4.0/curator-framework-2.4.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/curator/curator-framework/2.4.0/curator-framework-2.4.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-network-shuffle_2.11/2.1.0/spark-network-shuffle_2.11-2.1.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-network-shuffle_2.11/2.1.0/spark-network-shuffle_2.11-2.1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-network-shuffle_2.11/2.1.0/spark-network-shuffle_2.11-2.1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.16/jcl-over-slf4j-1.7.16.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.16/jcl-over-slf4j-1.7.16-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/jcl-over-slf4j/1.7.16/jcl-over-slf4j-1.7.16-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/bundles/repackaged/jersey-guava/2.22.2/jersey-guava-2.22.2-sources.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-client/2.2.0/hadoop-client-2.2.0.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-client/2.2.0/hadoop-client-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-common/2.2.0/hadoop-yarn-common-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-common/2.2.0/hadoop-yarn-common-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-common/2.2.0/hadoop-yarn-common-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/janino/commons-compiler/3.0.0/commons-compiler-3.0.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/janino/commons-compiler/3.0.0/commons-compiler-3.0.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/janino/commons-compiler/3.0.0/commons-compiler-3.0.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/janino/janino/3.0.0/janino-3.0.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/janino/janino/3.0.0/janino-3.0.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/janino/janino/3.0.0/janino-3.0.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-tags_2.11/2.1.0/spark-tags_2.11-2.1.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-tags_2.11/2.1.0/spark-tags_2.11-2.1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-tags_2.11/2.1.0/spark-tags_2.11-2.1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-annotations/2.2.0/hadoop-annotations-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-annotations/2.2.0/hadoop-annotations-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-annotations/2.2.0/hadoop-annotations-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-paranamer/2.6.5/jackson-module-paranamer-2.6.5.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-paranamer/2.6.5/jackson-module-paranamer-2.6.5-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-paranamer/2.6.5/jackson-module-paranamer-2.6.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.6.5/jackson-databind-2.6.5.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.6.5/jackson-databind-2.6.5-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.6.5/jackson-databind-2.6.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/1.7.16/jul-to-slf4j-1.7.16.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/1.7.16/jul-to-slf4j-1.7.16-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/jul-to-slf4j/1.7.16/jul-to-slf4j-1.7.16-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-codec/commons-codec/1.10/commons-codec-1.10-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-core_2.11/2.1.0/spark-core_2.11-2.1.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-core_2.11/2.1.0/spark-core_2.11-2.1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-core_2.11/2.1.0/spark-core_2.11-2.1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-common/1.8.1/parquet-common-1.8.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-common/1.8.1/parquet-common-1.8.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-common/1.8.1/parquet-common-1.8.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.4.0-b34/aopalliance-repackaged-2.4.0-b34-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-server-nodemanager/2.2.0/hadoop-yarn-server-nodemanager-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-server-nodemanager/2.2.0/hadoop-yarn-server-nodemanager-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-server-nodemanager/2.2.0/hadoop-yarn-server-nodemanager-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-auth/2.2.0/hadoop-auth-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-auth/2.2.0/hadoop-auth-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-auth/2.2.0/hadoop-auth-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/twitter/chill-java/0.8.0/chill-java-0.8.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/twitter/chill-java/0.8.0/chill-java-0.8.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/twitter/chill-java/0.8.0/chill-java-0.8.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-common/2.2.0/hadoop-mapreduce-client-common-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-common/2.2.0/hadoop-mapreduce-client-common-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-common/2.2.0/hadoop-mapreduce-client-common-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-json/3.1.2/metrics-json-3.1.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-json/3.1.2/metrics-json-3.1.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-json/3.1.2/metrics-json-3.1.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/hk2-locator/2.4.0-b34/hk2-locator-2.4.0-b34-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-graphite/3.1.2/metrics-graphite-3.1.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-graphite/3.1.2/metrics-graphite-3.1.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-graphite/3.1.2/metrics-graphite-3.1.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-configuration/commons-configuration/1.6/commons-configuration-1.6-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-configuration/commons-configuration/1.6/commons-configuration-1.6-javadoc.javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/curator/curator-recipes/2.4.0/curator-recipes-2.4.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/curator/curator-recipes/2.4.0/curator-recipes-2.4.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/curator/curator-recipes/2.4.0/curator-recipes-2.4.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-jobclient/2.2.0/hadoop-mapreduce-client-jobclient-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-jobclient/2.2.0/hadoop-mapreduce-client-jobclient-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-jobclient/2.2.0/hadoop-mapreduce-client-jobclient-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/curator/curator-client/2.4.0/curator-client-2.4.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/curator/curator-client/2.4.0/curator-client-2.4.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/curator/curator-client/2.4.0/curator-client-2.4.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-client/2.22.2/jersey-client-2.22.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1-sources.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-app/2.2.0/hadoop-mapreduce-client-app-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-app/2.2.0/hadoop-mapreduce-client-app-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-app/2.2.0/hadoop-mapreduce-client-app-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-sketch_2.11/2.1.0/spark-sketch_2.11-2.1.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-sketch_2.11/2.1.0/spark-sketch_2.11-2.1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-sketch_2.11/2.1.0/spark-sketch_2.11-2.1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-network-common_2.11/2.1.0/spark-network-common_2.11-2.1.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-network-common_2.11/2.1.0/spark-network-common_2.11-2.1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-network-common_2.11/2.1.0/spark-network-common_2.11-2.1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-jvm/3.1.2/metrics-jvm-3.1.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-jvm/3.1.2/metrics-jvm-3.1.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-jvm/3.1.2/metrics-jvm-3.1.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-client/2.2.0/hadoop-yarn-client-2.2.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-client/2.2.0/hadoop-yarn-client-2.2.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-client/2.2.0/hadoop-yarn-client-2.2.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-math/2.1/commons-math-2.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-math/2.1/commons-math-2.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-math/2.1/commons-math-2.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/modules/scala-parser-combinators_2.11/1.0.4/scala-parser-combinators_2.11-1.0.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1-sources.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.22.2/jersey-media-jaxb-2.22.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.22.2/jersey-media-jaxb-2.22.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.22.2/jersey-media-jaxb-2.22.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/jline/jline/2.12.1/jline-2.12.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/jline/jline/2.12.1/jline-2.12.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/jline/jline/2.12.1/jline-2.12.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.6.5/jackson-annotations-2.6.5.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.6.5/jackson-annotations-2.6.5-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.6.5/jackson-annotations-2.6.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/esotericsoftware/kryo-shaded/3.0.3/kryo-shaded-3.0.3.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/esotericsoftware/kryo-shaded/3.0.3/kryo-shaded-3.0.3-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/esotericsoftware/kryo-shaded/3.0.3/kryo-shaded-3.0.3-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/json4s/json4s-jackson_2.11/3.2.11/json4s-jackson_2.11-3.2.11.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/json4s/json4s-jackson_2.11/3.2.11/json4s-jackson_2.11-3.2.11-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/json4s/json4s-jackson_2.11/3.2.11/json4s-jackson_2.11-3.2.11-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/json4s/json4s-ast_2.11/3.2.11/json4s-ast_2.11-3.2.11.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/json4s/json4s-ast_2.11/3.2.11/json4s-ast_2.11-3.2.11-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/json4s/json4s-ast_2.11/3.2.11/json4s-ast_2.11-3.2.11-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-crypto/1.0.0/commons-crypto-1.0.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-crypto/1.0.0/commons-crypto-1.0.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-crypto/1.0.0/commons-crypto-1.0.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-launcher_2.11/2.1.0/spark-launcher_2.11-2.1.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-launcher_2.11/2.1.0/spark-launcher_2.11-2.1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-launcher_2.11/2.1.0/spark-launcher_2.11-2.1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-unsafe_2.11/2.1.0/spark-unsafe_2.11-2.1.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-unsafe_2.11/2.1.0/spark-unsafe_2.11-2.1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-unsafe_2.11/2.1.0/spark-unsafe_2.11-2.1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/google/inject/guice/3.0/guice-3.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/google/inject/guice/3.0/guice-3.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/google/inject/guice/3.0/guice-3.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/avro/avro-ipc/1.7.7/avro-ipc-1.7.7.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/avro/avro-ipc/1.7.7/avro-ipc-1.7.7-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/avro/avro-ipc/1.7.7/avro-ipc-1.7.7-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/twitter/chill_2.11/0.8.0/chill_2.11-0.8.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/twitter/chill_2.11/0.8.0/chill_2.11-0.8.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/twitter/chill_2.11/0.8.0/chill_2.11-0.8.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/xmlenc/xmlenc/0.52/xmlenc-0.52.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/xerial/snappy/snappy-java/1.1.2.6/snappy-java-1.1.2.6.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/xerial/snappy/snappy-java/1.1.2.6/snappy-java-1.1.2.6-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/xerial/snappy/snappy-java/1.1.2.6/snappy-java-1.1.2.6-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/univocity/univocity-parsers/2.2.1/univocity-parsers-2.2.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/univocity/univocity-parsers/2.2.1/univocity-parsers-2.2.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/univocity/univocity-parsers/2.2.1/univocity-parsers-2.2.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-hadoop/1.8.1/parquet-hadoop-1.8.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-hadoop/1.8.1/parquet-hadoop-1.8.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-hadoop/1.8.1/parquet-hadoop-1.8.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/oro/oro/2.0.8/oro-2.0.8-sources.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/3.4.5/zookeeper-3.4.5.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/3.4.5/zookeeper-3.4.5-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/zookeeper/zookeeper/3.4.5/zookeeper-3.4.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-column/1.8.1/parquet-column-1.8.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-column/1.8.1/parquet-column-1.8.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-column/1.8.1/parquet-column-1.8.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-common/2.22.2/jersey-common-2.22.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-format/2.3.0-incubating/parquet-format-2.3.0-incubating.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-format/2.3.0-incubating/parquet-format-2.3.0-incubating-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-format/2.3.0-incubating/parquet-format-2.3.0-incubating-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-io/commons-io/2.1/commons-io-2.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-io/commons-io/2.1/commons-io-2.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-io/commons-io/2.1/commons-io-2.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/net/razorvine/pyrolite/4.13/pyrolite-4.13.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/net/razorvine/pyrolite/4.13/pyrolite-4.13-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/net/razorvine/pyrolite/4.13/pyrolite-4.13-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.7.16/slf4j-log4j12-1.7.16.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.7.16/slf4j-log4j12-1.7.16-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-log4j12/1.7.16/slf4j-log4j12-1.7.16-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-sql_2.11/2.1.0/spark-sql_2.11-2.1.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-sql_2.11/2.1.0/spark-sql_2.11-2.1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-sql_2.11/2.1.0/spark-sql_2.11-2.1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-scala_2.11/2.6.5/jackson-module-scala_2.11-2.6.5.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-scala_2.11/2.6.5/jackson-module-scala_2.11-2.6.5-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-scala_2.11/2.6.5/jackson-module-scala_2.11-2.6.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/net/sf/py4j/py4j/0.10.4/py4j-0.10.4.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/net/sf/py4j/py4j/0.10.4/py4j-0.10.4-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/net/sf/py4j/py4j/0.10.4/py4j-0.10.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/spark-project/spark/unused/1.0.0/unused-1.0.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/spark-project/spark/unused/1.0.0/unused-1.0.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/spark-project/spark/unused/1.0.0/unused-1.0.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty-all/4.0.42.Final/netty-all-4.0.42.Final.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty-all/4.0.42.Final/netty-all-4.0.42.Final-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty-all/4.0.42.Final/netty-all-4.0.42.Final-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.22.2/jersey-server-2.22.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.22.2/jersey-server-2.22.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/2.22.2/jersey-server-2.22.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/modules/scala-xml_2.11/1.0.4/scala-xml_2.11-1.0.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/roaringbitmap/RoaringBitmap/0.5.11/RoaringBitmap-0.5.11.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/roaringbitmap/RoaringBitmap/0.5.11/RoaringBitmap-0.5.11-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/roaringbitmap/RoaringBitmap/0.5.11/RoaringBitmap-0.5.11-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/objenesis/objenesis/2.1/objenesis-2.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/objenesis/objenesis/2.1/objenesis-2.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/objenesis/objenesis/2.1/objenesis-2.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scalatest/scalatest_2.11/2.2.4/scalatest_2.11-2.2.4.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scalatest/scalatest_2.11/2.2.4/scalatest_2.11-2.2.4-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scalatest/scalatest_2.11/2.2.4/scalatest_2.11-2.2.4-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-jackson/1.8.1/parquet-jackson-1.8.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/parquet/parquet-jackson/1.8.1/parquet-jackson-1.8.1-sources.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/junit/junit/4.10/junit-4.10-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/junit/junit/4.10/junit-4.10-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-catalyst_2.11/2.1.0/spark-catalyst_2.11-2.1.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-catalyst_2.11/2.1.0/spark-catalyst_2.11-2.1.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/spark/spark-catalyst_2.11/2.1.0/spark-catalyst_2.11-2.1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.22.2/jersey-container-servlet-core-2.22.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.22.2/jersey-container-servlet-core-2.22.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.22.2/jersey-container-servlet-core-2.22.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-net/commons-net/3.1/commons-net-3.1.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-net/commons-net/3.1/commons-net-3.1-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/commons-net/commons-net/3.1/commons-net-3.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/esotericsoftware/minlog/1.3.0/minlog-1.3.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/esotericsoftware/minlog/1.3.0/minlog-1.3.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/esotericsoftware/minlog/1.3.0/minlog-1.3.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/hk2/external/javax.inject/2.4.0-b34/javax.inject-2.4.0-b34-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/scalap/2.11.8/scalap-2.11.8.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/scalap/2.11.8/scalap-2.11.8-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/scalap/2.11.8/scalap-2.11.8-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/clearspring/analytics/stream/2.7.0/stream-2.7.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/clearspring/analytics/stream/2.7.0/stream-2.7.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/com/clearspring/analytics/stream/2.7.0/stream-2.7.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/net/jpountz/lz4/lz4/1.3.0/lz4-1.3.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/apache/avro/avro-mapred/1.7.7/avro-mapred-1.7.7-hadoop2.jar"/>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet/2.22.2/jersey-container-servlet-2.22.2.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet/2.22.2/jersey-container-servlet-2.22.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet/2.22.2/jersey-container-servlet-2.22.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty/3.8.0.Final/netty-3.8.0.Final.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty/3.8.0.Final/netty-3.8.0.Final-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/io/netty/netty/3.8.0.Final/netty-3.8.0.Final-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/json4s/json4s-core_2.11/3.2.11/json4s-core_2.11-3.2.11.jar" sourcepath="/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/json4s/json4s-core_2.11/3.2.11/json4s-core_2.11-3.2.11-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/Users/jehanzebqayyum/.coursier/cache/v1/https/repo1.maven.org/maven2/org/json4s/json4s-core_2.11/3.2.11/json4s-core_2.11-3.2.11-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_COMPILER_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>