Re: [ANNOUNCE] New committer for Apache Hive: Alessandro Solimando

2023-02-10 Thread Jiajun Xie
Congratulations Alessandro!

On Fri, 10 Feb 2023 at 17:36, Laszlo Vegh 
wrote:

> Congratulations Alessandro!
>
> Laszlo Vegh
> lv...@cloudera.com
>
>
>
> > On 2023. Feb 9., at 7:40, Mahesh Raju Somalaraju <
> maheshra...@cloudera.com> wrote:
> >
> > Congratulations Alessandro !!
> >
> > -Mahesh Raju S
> >
> > On Thu, Feb 9, 2023 at 1:31 AM Naveen Gangam  > wrote:
> > The Project Management Committee (PMC) for Apache Hive has invited
> > Alessandro Solimando (asolimando) to become a committer and is pleased
> > to announce that he has accepted.
> >
> > Contributions from Alessandro:
> > He has authored 30 patches for Hive, 18 for Apache Calcite and has
> > done many code reviews for other contributors. Vast experience and
> > knowledge in SQL Compiler and Optimization. His most recent work was
> > added support for histogram-based column stats in Hive.
> >
> > https://issues.apache.org/jira/issues/?filter=12352498 <
> https://issues.apache.org/jira/issues/?filter=12352498>
> >
> > Being a committer enables easier contribution to the project since
> > there is no need to go via the patch submission process. This should
> > enable better productivity.A PMC member helps manage and guide the
> > direction of the project.
> >
> > Congratulations
> > Hive PMC
>
>


Re: [EXTERNAL] [ANNOUNCE] New PMC Member: Laszlo Bodor

2023-01-28 Thread Jiajun Xie
Congratulations Lazlo!

On Sat, 28 Jan 2023 at 14:19, Chris Nauroth  wrote:

> Awesome, congratulations Laszlo!
>
> Chris Nauroth
>
>
> On Fri, Jan 27, 2023 at 9:10 PM Aman Raj via user 
> wrote:
>
> > Congratulations Lazlo! Very well deserved
> >
> > Thanks,
> > Aman.
> >
> > Get Outlook for Android 
> > --
> > *From:* Naveen Gangam 
> > *Sent:* Saturday, January 28, 2023 3:02:43 AM
> > *To:* dev ; u...@hive.apache.org <
> > u...@hive.apache.org>
> > *Cc:* abstract...@apache.org 
> > *Subject:* [EXTERNAL] [ANNOUNCE] New PMC Member: Laszlo Bodor
> >
> > Hello Hive Community,
> > Apache Hive PMC is pleased to announce that Laszlo Bodor
> > (username:abstractdog) has accepted the Apache Hive PMC's invitation to
> > become PMC Member, and is now our newest PMC member. Please join me in
> > congratulating Laszlo !!!
> >
> > He has been an active member in the hive community across many aspects of
> > the project. Many thanks to Laszlo for all the contributions he has made
> > and looking forward to many more future contributions in the expanded
> role.
> >
> >
> >
> https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fhive%2Fcommits%3Fauthor%3Dabstractdog=05%7C01%7Crajaman%40microsoft.com%7C9fd8b8d9923342d7e5ab08db00ae0f1f%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638104519855837597%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=PLE1FPDUPw%2FykOaLrkTVYtPcB5AV5hTWKDXJrNLm684%3D=0
> >
> > * 96 commits in master [2]
> > * 66 reviews in master [3]
> > * Reported 163 JIRAS [6]
> >
> > Cheers,
> > Naveen (on behalf of Hive PMC)
> >
>


Re: [ANNOUNCE] New PMC Member: Stamatis Zampetakis

2023-01-16 Thread Jiajun Xie
Congratulations Stamatis :)
Very well deserved!!!

On Mon, 16 Jan 2023 at 13:51, Krisztian Kasa 
wrote:

> Congratulations Stamatis :)
>
> On Mon, Jan 16, 2023 at 6:27 AM S T  wrote:
>
> > Congrats Stamatis.
> >
> > Thanks
> >
> > On Sat, 14 Jan 2023 at 00:03, Naveen Gangam 
> wrote:
> >
> >> Hello Hive Community,
> >> Apache Hive PMC is pleased to announce that Stamatis Zampetakis has
> >> accepted the Apache Hive PMC's invitation to become PMC Member, and is
> now
> >> our newest PMC member. Please join me in congratulating Stamatis !!!
> >>
> >> He has been an active member in the hive community across many aspects
> of
> >> the project. Many thanks to Stamatis for all the contributions he has
> made
> >> and looking forward to many more future contributions in the expanded
> role.
> >>
> >> Cheers,
> >> Naveen (on behalf of Hive PMC)
> >>
> >
>


Re: [Help] How to create a new table when automatically generating schema?

2022-11-30 Thread Jiajun Xie
Hi, Alessandro

Thanks for your response.

I have implemented my feature by manually creating a schema.

But I can't run the schematool because I want to use the new schema in the
unit test that belongs to another project.
In the unit test, I use hadoop-mini-clusters-hivemetastore to initialize my
local hive metastore.
There should be a script or code for initializing the derby database in hive
metastore, and I miss it.  Would anyone know about it?


On Wed, 30 Nov 2022 at 18:03, Alessandro Solimando <
alessandro.solima...@gmail.com> wrote:

> Hi Jiajun,
> how are you running the schematool?
>
> "schematool -verbose -dbType derby -initSchema" <-- are you maybe missing
> the "-initSchema" bit?
>
> Can you provide the exact list of commands you are using?
>
> I am not very familiar with Hive 1.x, but maybe we can get it working.
>
> Best regards,
> Alessandro
>
> On Wed, 30 Nov 2022 at 09:23, Jiajun Xie 
> wrote:
>
> > Hello~
> >   I need to create a new table in the metastore.
> >
> >   I tried to update `metastore/src/model/package.jdo` and
> > `metastore/scripts/upgrade/derby/hive-schema-1.2.0.derby.sql`. (My
> feature
> > is based on branch-1.2)
> >   Then I set
> > `datanucleus.schema.autoCreateTables`,
> > `datanucleus.schema.generateDatabase.createScript`.
> > None of them work.
> >
> > How to create a new table when automatically generating schema? Thank you
> > very much.
> >
>


[Help] How to create a new table when automatically generating schema?

2022-11-30 Thread Jiajun Xie
Hello~
  I need to create a new table in the metastore.

  I tried to update `metastore/src/model/package.jdo` and
`metastore/scripts/upgrade/derby/hive-schema-1.2.0.derby.sql`. (My feature
is based on branch-1.2)
  Then I set
`datanucleus.schema.autoCreateTables`,
`datanucleus.schema.generateDatabase.createScript`.
None of them work.

How to create a new table when automatically generating schema? Thank you
very much.