Github user lewismc commented on a diff in the pull request:
https://github.com/apache/gora/pull/135#discussion_r222543584
--- Diff: gora-pig/src/test/examples/example.pig ---
@@ -0,0 +1,4 @@
+set job.name 'GoraStorage test' ;
+register gora/*.jar ;
+webpage = LOAD '.' using
org.apache.gora.pig.GoraStorage('java.lang.String','admin.WebPage','baseUrl,status,content')
;
+dump webpage;
--- End diff --
We cannot store webpage.jar in the Gora source... we need some way of
building this via compile examples maybe?
---