Skip to content

Commit

Permalink
Azkaban-plugins 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Aggarwal committed Nov 20, 2015
1 parent 91df8c2 commit 2142e47
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=azkaban-plugins
version=2.7.0
version=3.0.0
spec.file=azkaban.spec
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/hadoopsecuritymanager-common/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=azkaban-hadoopsecuritymanager-common
version=2.5
version=3.0.0

2 changes: 1 addition & 1 deletion plugins/hadoopsecuritymanager-yarn/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=azkaban-hadoopsecuritymanager-yarn
version=2.6.3
version=3.0.0

2 changes: 1 addition & 1 deletion plugins/hadoopsecuritymanager/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=azkaban-hadoopsecuritymanager
version=2.6.3
version=3.0.0

2 changes: 1 addition & 1 deletion plugins/hdfsviewer/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name=azkaban-hdfs-viewer
version=2.6.4
version=3.0.0
9 changes: 7 additions & 2 deletions plugins/hdfsviewer/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<property file="build.properties" />
<property name="base.dir" value="${basedir}/../.." />
<property name="dist.dir" value="${base.dir}/dist/hdfsviewer" />
<property name="dist.log.dir" value="${dist.dir}/log" />
<property name="dist.conf.dir" value="${dist.dir}/conf" />
<property name="dist.classes.dir" value="${dist.dir}/classes" />
<property name="dist.tests.dir" value="${dist.dir}/tests" />
Expand Down Expand Up @@ -73,6 +74,9 @@
<delete dir="${dist.classes.dir}" />
<mkdir dir="${dist.classes.dir}" />

<delete dir="${dist.log.dir}" />
<mkdir dir="${dist.log.dir}" />

<!-- copy non-java files to classes dir to load from classpath -->
<copy todir="${dist.classes.dir}">
<fileset dir="${java.src.dir}">
Expand All @@ -92,7 +96,7 @@
<target name="test" depends="build" description="Run junit tests">
<delete dir="${dist.tests.dir}" />
<mkdir dir="${dist.tests.dir}" />

<copy todir="${dist.tests.dir}">
<fileset dir="${java.unit.dir}">
<exclude name="**/*.java" />
Expand All @@ -105,7 +109,8 @@
<classpath refid="main.classpath" />
</javac>

<junit printsummary="yes" haltonfailure="yes">
<junit printsummary="yes" haltonfailure="yes" fork="yes">
<jvmarg value="-Dlog4j.log.dir=${dist.log.dir}"/>
<classpath refid="main.classpath" /> <batchtest> <fileset dir="${dist.tests.dir}"> <include name="**/*Test*" /> </fileset> </batchtest> <formatter type="brief" usefile="false"/> </junit>
</target>

Expand Down
2 changes: 1 addition & 1 deletion plugins/javaviewer/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name=azkaban-javaviewer
version=2.6.3
version=3.0.0
2 changes: 1 addition & 1 deletion plugins/jobsummary/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name=azkaban-jobsummary
version=2.6.3
version=3.0.0
2 changes: 1 addition & 1 deletion plugins/jobtype/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=azkaban-jobtype
version=2.6.4
version=3.0.0

2 changes: 1 addition & 1 deletion plugins/pigvisualizer/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name=azkaban-pigvisualizer
version=2.6.3
version=3.0.0
2 changes: 1 addition & 1 deletion plugins/reportal/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name=azkaban-reportal
version=2.7.0
version=3.0.0

0 comments on commit 2142e47

Please sign in to comment.