mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
test: update java tests
Add additional packages to be installed for the java tests. This is required due to recent changes to teuthology. Signed-off-by: Joe Buck <jbbuck@gmail.com> Reviewed-by: Sam Lang <sam.lang@inktank.com>
This commit is contained in:
parent
0b968f51e8
commit
f985106d6b
@ -1,3 +1,7 @@
|
||||
overrides:
|
||||
ceph:
|
||||
extra_packages: [libcephfs1, libcephfs-java, libcephfs-jni]
|
||||
|
||||
tasks:
|
||||
- install:
|
||||
- ceph:
|
||||
|
@ -1,14 +1,12 @@
|
||||
overrides:
|
||||
ceph:
|
||||
extra_packages: [libcephfs1, libcephfs-java, libcephfs-jni]
|
||||
|
||||
tasks:
|
||||
- ssh_keys:
|
||||
- install:
|
||||
- ceph:
|
||||
- hadoop:
|
||||
- pexec:
|
||||
hadoop.slave.0:
|
||||
- mkdir -p /tmp/hadoop_input
|
||||
- wget http://ceph.com/qa/hadoop_input_files.tar -O /tmp/hadoop_input/files.tar
|
||||
- cd /tmp/hadoop_input/; tar -xf /tmp/hadoop_input/files.tar
|
||||
- /tmp/cephtest/hadoop/bin/hadoop fs -mkdir wordcount_input
|
||||
- /tmp/cephtest/hadoop/bin/hadoop fs -put /tmp/hadoop_input/*txt wordcount_input/
|
||||
- /tmp/cephtest/hadoop/bin/hadoop jar /tmp/cephtest/hadoop/build/hadoop-example*jar wordcount wordcount_input wordcount_output
|
||||
- rm -rf /tmp/hadoop_input
|
||||
- workunit:
|
||||
clients:
|
||||
client.0: [hadoop-wordcount]
|
||||
|
Loading…
Reference in New Issue
Block a user