Thanks Jesse.
On Tue, Mar 4, 2014 at 5:31 PM, Jesse Yates <[email protected]> wrote: > They are built for cases where you need the phoenix client dependencies > (opencsv, antlr) as well as the other modules, but you don't want the rest > of the stuff. > > For instance, you are running phoenix inside a server which already has its > own HBase jars (for reasons of your own). Then using the > -client-without-hbase jar would be a good idea, so you don't clobber the > classpath with your own HBase dependencies. > > Take a look at the pom and assembly descriptors in phoenix-assembly to see > how these things all work. > > ------------------- > Jesse Yates > @jesse_yates > jyates.github.com > > > On Tue, Mar 4, 2014 at 5:27 PM, anil gupta <[email protected]> wrote: > > > Hi All, > > > > When i build phoenix on my local machine. I see three different client > > jars: > > phoenix-3.0.0-SNAPSHOT-client.jar > > phoenix-3.0.0-SNAPSHOT-client-without-hbase.jar > > phoenix-3.0.0-SNAPSHOT-client-minimal.jar > > > > I know *.-client.jar is the generic client jar. I am curious to know the > > purpose of other two client jars. In which situations those jars should > be > > used? > > > > -- > > Thanks & Regards, > > Anil Gupta > > > -- Thanks & Regards, Anil Gupta
