RE: deploy saleforce phoenix coprocessor to hbase/lib??

2013-09-11 Thread Tianying Chang
phoenix coprocessor to hbase/lib?? When a table is created with Phoenix, its HBase table is configured with the Phoenix coprocessors. We do not specify a jar path, so the Phoenix jar that contains the coprocessor implementation classes must be on the classpath of the region server. In addition

Re: deploy saleforce phoenix coprocessor to hbase/lib??

2013-09-11 Thread James Taylor
phoenix coprocessor to hbase/lib?? When a table is created with Phoenix, its HBase table is configured with the Phoenix coprocessors. We do not specify a jar path, so the Phoenix jar that contains the coprocessor implementation classes must be on the classpath of the region server. In addition

deploy saleforce phoenix coprocessor to hbase/lib??

2013-09-10 Thread Tianying Chang
Hi, Since this is not a hbase system level jar, instead, it is more like user code, should we deploy it under hbase/lib? It seems we can use alter to add the coprocessor for a particular user table. So I can put the jar file any place that is accessible, e.g. hdfs:/myPath? My customer

Re: deploy saleforce phoenix coprocessor to hbase/lib??

2013-09-10 Thread James Taylor
When a table is created with Phoenix, its HBase table is configured with the Phoenix coprocessors. We do not specify a jar path, so the Phoenix jar that contains the coprocessor implementation classes must be on the classpath of the region server. In addition to coprocessors, Phoenix relies on