Thanks Asher.
On Wed, Sep 16, 2015 at 7:10 AM, Asher Devuyst wrote:
> Would be great to support both reading from multiple tables as the ticket
> states as well as writing out to multiple tables. When writing to HBase
> directly this is supported via the MultiTableOutputFormat class. This
> co
Would be great to support both reading from multiple tables as the ticket
states as well as writing out to multiple tables. When writing to HBase
directly this is supported via the MultiTableOutputFormat class. This
could be used as inspiration for Phoenix's implementation.
--Asher
On Wed, Sep
Hi Ravi,
Raised Phoenix-2266 JIRA for the same.
Thanks,
Durga Prasad
On Tue, Sep 15, 2015 at 7:30 PM, Ravi Kiran
wrote:
> Hi Durga,
>Please file a JIRA. With the current api in hand, it is difficult to
> read from multiple tables .
> Regards
> Ravi
>
> On Tue, Sep 15, 2015 at 1:47 AM, Ns G
Hi Durga,
Please file a JIRA. With the current api in hand, it is difficult to
read from multiple tables .
Regards
Ravi
On Tue, Sep 15, 2015 at 1:47 AM, Ns G wrote:
> Hi There,
>
> Can any one provide an answer?
> Can I use PhoenixMapReduceUtil to read two different tables in a single
> mapre
Hi There,
Can any one provide an answer?
Can I use PhoenixMapReduceUtil to read two different tables in a single
mapreduce program (in mapper)
Thanks,
On Thu, Sep 10, 2015 at 8:41 PM, Ns G wrote:
> Hi Ravi,
>
> Can we read mutiple tables through map reduce? Do we have any JIRA for
> implementi
Hi Ravi,
Can we read mutiple tables through map reduce? Do we have any JIRA for
implementing this?
Thanks,
Durga Prasad
On Mon, Aug 10, 2015 at 6:18 AM, Ravi Kiran
wrote:
> Hi Peeranat,
>
>With the current implementation , there isn't an option to write to
> multiple phoenix tables .
>
> T
Hi Peeranat,
With the current implementation , there isn't an option to write to
multiple phoenix tables .
Thanks
Ravi
On Fri, Aug 7, 2015 at 12:39 PM, Peeranat Fupongsiripan <
peerana...@gmail.com> wrote:
> Hi
>
> I'm new to Phoenix. I'm wondering whether it's possible to use one
> map/red
Hi
I'm new to Phoenix. I'm wondering whether it's possible to use one
map/reduce job to write into multiple Phoenix tables.
According to https://phoenix.apache.org/phoenix_mr.html, we can use
PhoenixMapReduceUtil
to write into one phoenix table. is there any way i can use
PhoenixMapReduceUtil to