-
Notifications
You must be signed in to change notification settings - Fork 8
/
.classpath
16 lines (16 loc) · 957 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="lib" path="lib/guava-14.0-rc1.jar"/>
<classpathentry kind="lib" path="lib/hadoop-common-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/hadoop-mapreduce-client-core-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/javax.mail.jar"/>
<classpathentry kind="lib" path="lib/jsch-0.1.53.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/object-explorer.jar"/>
<classpathentry kind="lib" path="lib/scala-library.jar"/>
<classpathentry kind="lib" path="lib/spark-core_2.10-1.5.2.jar"/>
<classpathentry kind="lib" path="lib/spark-streaming_2.10-1.5.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk9-oracle"/>
<classpathentry kind="output" path="bin"/>
</classpath>