summaryrefslogtreecommitdiff
path: root/saharaclient/tests/integration/tests/resources/edp-java/README
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/tests/integration/tests/resources/edp-java/README')
-rw-r--r--saharaclient/tests/integration/tests/resources/edp-java/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/saharaclient/tests/integration/tests/resources/edp-java/README b/saharaclient/tests/integration/tests/resources/edp-java/README
deleted file mode 100644
index 4fa9924..0000000
--- a/saharaclient/tests/integration/tests/resources/edp-java/README
+++ /dev/null
@@ -1,4 +0,0 @@
-Compiled against Hadoop 1.2.1
-$ mkdir wordcount_classes
-$ javac -classpath /usr/share/hadoop/hadoop-core-1.2.1.jar:/usr/share/hadoop/lib/commons-cli-1.2.jar -d wordcount_classes WordCount.java
-$ jar -cvf edp-java.jar -C wordcount_classes/ .