Can not select the jira assigner

2023-12-26 Thread luoc
Hi dev team,

Is it possible to add me to the list of assigners on the Omid project(JIRA)? 
thanks.

Using pyspark connect PQS with sqlContext

2023-12-21 Thread luoc
Hi all,

How can I using pyspark connect PQS with sqlContext?

// fat client
df = sqlContext.read \
  .format("org.apache.phoenix.spark") \
  .option("table", "TABLE1") \
  .option("zkUrl", "localhost:2181") \
  .load()

How to do this using the thin client?


Re: [DISCUSS] The future of Tephra

2022-01-06 Thread luoc
Hi there, please forgive my silliness, could you share the difference between 
Omid and Tephra?


Just last year, I tried to use the OMID to across the Phoenix cluster, and 
found that the TSO component of Omid does not support the HA.




-- Original --
From:  "Istvan Toth";https://issues.apache.org/jira/browse/PHOENIX-6064>; ,
> which
> >>> broke Tephra support, itself is a workaround so that we can 
avoid
> shipping
> >>> Tephra, and its problematic dependencies.
> >>>
> >>> Ripping out Twill, and updating Guava and other dependencies 
is a
> >>> non-trivial amount of work (I estimate 1-4 weeks, depending on
> familiarity
> >>> with Tephra/Twill/Guava).
> >>>
> >>> At the moment, no-one seems to be interested enough in Tephra 
to bring
> its
> >>> tech debt to acceptable levels, and in fact no-one seems to 
be using it
> >>> with any recent Phoenix release (as it doesn't work in them).
> >>>
> >>> I suggest that you also check out the discussion between Lars 
and me in
> >>> https://issues.apache.org/jira/browse/PHOENIX-6615 for some 
more
> details
> >>> and background.
> >>>
> >>> Based on the above, I propose retiring Tephra, and removing 
Tephra
> support
> >>> from Phoenix 5.2 / 4.17, unless someone steps up to solve the 
above
> issues
> >>> and maintain Tephra.
> >>>
> >>> Note that this would not mean dropping transaction support 
from
> Phoenix, as
> >>> Omid support is in much better shape, and is actively used.
> >>>
> >>> Please share your thoughts on the issue, if you are using 
Tephra
> and/or can
> >>> commit to solving the issues above, or if you agree on its 
removal, or
> any
> >>> other suggestions or objections.
> >>>
> >>> regards
> >>> Istvan
> >>>
>


-- 
*István Tóth* | Staff Software Engineer
st...@cloudera.com ;
[image: Cloudera] ;
[image: Cloudera on Twitter] ; [image:
Cloudera on Facebook] ; [image: Cloudera
on LinkedIn] ;
;
--

??????[DISCUSS] Releasing 5.1.3 / 4.16.2

2021-10-22 Thread luoc
Hello, Istvan. I am going to create a ticket to upgrade the hbase 
dependency with the latest 2.3.7. And before that happens, I will 
test them in our test cluster.


-- luoc




--  --
??: 
   "dev"


Phoenix docker for the integration

2021-10-05 Thread luoc
Hi all,
  I'm going to integrate the Apache Phoenix with my project module (bind 
the JUnit). I need a test point of phoenix like the "org.testcontainers" for 
the phoenix, but I don't find any information about the phoenix docker. If the 
official docker don't exist, are there any image to recommended ?

?????? [VOTE] Release of Apache Phoenix Query Server 6.0.0 RC5

2021-07-29 Thread luoc
Hello guys,
I have already builded the RC5 on local. but I can't start the PQS.


The folder structure is that :
/opt/phoenix-hbase-2.3-5.1.2-bin/
/opt/phoenix-queryserver-6.0.0/


Then, I got the simple error message when run queryserver.py :


1. ./phoenix-queryserver-6.0.0/bin/queryserver.py start
>> starting Query Server, logging to 
/tmp/phoenix/phoenix-root-queryserver.log


2. The 8765 port is not online.


3. tail -f /tmp/phoenix/phoenix-root-queryserver.out
>> 2021-07-30 14:45:20.682400 launching /usr/java/default/bin/java -cp 
/opt/phoenix-queryserver-6.0.0/bin/:/etc/hadoop/conf::/opt/phoenix-queryserver-6.0.0/bin/../phoenix-queryserver-6.0.0.jar:
 -Dproc_phoenixserver 
-Dlog4j.configuration=file:/opt/phoenix-queryserver-6.0.0/bin/log4j.properties 
-Dpsql.root.logger=INFO,DRFA -Dpsql.log.dir=/tmp/phoenix 
-Dpsql.log.file=phoenix-root-queryserver.log  
org.apache.phoenix.queryserver.server.QueryServer 
ERROR : Could not find or load main class  
org.apache.phoenix.queryserver.server.QueryServer



--  --
??: 
   "dev"
https://github.com/apache/phoenix-queryserver/tree/6.0.0RC5
> >
> > The release files, including signatures, digests, as well as 
CHANGES.md
> > and RELEASENOTES.md included in this RC can be found at:
> >
> >
> >
> 
https://dist.apache.org/repos/dist/dev/phoenix/phoenix-queryserver-6.0.0RC5/
> >
> > Maven artifacts are available in a staging repository at:
> >
> >   https://repository.apache.org/#stagingRepositories
> (orgapachephoenix-1242)
> >
> > Artifacts were signed with the 0x794433C7 key which can be found in:
> >
> >   https://dist.apache.org/repos/dist/release/phoenix/KEYS
> >
> > To learn more about Apache phoenix queryserver, please see
> >
> >   https://phoenix.apache.org/
> >
> > Thanks,
> > Istvan
> >
>

Re: About create JIRA for PQS issues

2021-02-27 Thread luoc
Hi,
  Would you please assign the PHOENIX-6398 to me? thanks


--  --
??: 
   "dev"

https://issues.apache.org/jira/projects/PHOENIX
>
> On Fri, Feb 26, 2021 at 8:19 PM luoc https://www.cloudera.com>;
[image: Cloudera] <https://www.cloudera.com/>;
[image: Cloudera on Twitter] <https://twitter.com/cloudera>; [image:
Cloudera on Facebook] <https://www.facebook.com/cloudera>; [image: Cloudera
on LinkedIn] <https://www.linkedin.com/company/cloudera>;
<https://www.cloudera.com/>;
--

About create JIRA for PQS issues

2021-02-26 Thread luoc
Hello,
  I saw that the PQS has been separated from the `apache/phoenix` on 
Github.
So, Where do I create JIRA for PQS issues?