Did you see the work that was done in PHOENIX-1653? I'm not sure if that'll read from a Phoenix 3.x cluster, but it might.
Thanks, James On Tue, Oct 27, 2015 at 5:09 PM, Steve Terrell <sterr...@oculus360.us> wrote: > Hi! > > I'm trying to copy my tables from an old cluster with HBase 0.94.18 & > Phoenix 3.2.2 over new a cluster with HBase 0.98.15 and Phoenix 4.6.0 . > > I was thinking about doing it in Pig > using org.apache.phoenix.pig.PhoenixHBaseLoader('old ip') > and org.apache.phoenix.pig.PhoenixHBaseStorage(''new ip) > > Or maybe doing a manual HBase table export/import, then creating the > Phoenix tables. > > I was hoping there would be a way to do a select/upsert, but one that > works between clusters. I don't think there is. > > Any ideas or suggestions are welcome! > > Thanks a lot, > Steve >