Skip to content

Commit 8aabb91

Browse files
avro-tools shell script
1 parent c851228 commit 8aabb91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hadoop/edw/scripts/avro-tools

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
# Autodetect JAVA_HOME if not defined
4+
. /usr/lib/bigtop-utils/bigtop-detect-javahome
5+
6+
${JAVA_HOME}/bin/java -jar /usr/lib/avro/avro-tools.jar $@

0 commit comments

Comments
 (0)