Skip to content

Commit 0b06603

Browse files
committed
First commit of anything useful.
1 parent 9124398 commit 0b06603

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Ivan R. Judson
3+
Copyright (c) Microsoft Corporation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,16 @@ jaglion
22
=======
33

44
Tools for doing hybrid cloud hadoop jobs with Azure and Cloudera.
5+
6+
How to build the User Defined Function (UDF) Jar
7+
8+
# Compile
9+
javac -classpath "`hbase classpath`/usr/lib/pig/pig.jar:/usr/lib/hadoop/lib/commons-code-1.4.jar" ANONYMIZE.java DEANONYMIZE.java
10+
11+
# Jar
12+
mkdir jaglion
13+
mv ANONYMIZE.class DEANONYMIZE.class jaglion
14+
jar -cf ../bin/jaglion.jar jaglion
15+
16+
# Execute local test
17+
java -classpath "`hbase classpath`/usr/lib/pig/pig.jar:/usr/lib/hadoop/lib/commons-code-1.4.jar" org.apache.pig.Main -x local test.pig

0 commit comments

Comments
 (0)