Skip to content
Charles Smith edited this page Jun 24, 2013 · 3 revisions

How does the lipstick console know how to connect to the server?

You can set lipstick.server.url property in pig. For example you can put this line in your pig properties if you are running the server locally on port 8080:

lipstick.server.url=http://localhost:8080/lipstick

How can I build the jar without Pig included?

You might want to do this if you have your own custom build of pig. You can add the -PwithoutPig property to your gradle build:

./gradlew -PwithoutPig

Clone this wiki locally