You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Mark Jens <ma...@gmail.com> on 2021/11/16 13:44:10 UTC

Is ARM64 supported ?

Hello Lucene devs,

I'd like to ask whether Linux/Mac ARM64 platforms are supported by Lucene ?

I know that Lucene is Java based but I am not sure whether it uses native
code for some optimizations.
I've heard that Lucene uses some advanced Java APIs and often is used by
JDK developers to test for regressions.
So, my question is: Is it safe to run Lucene on ARM64 ? Does anyone already
do it ? Any concerns/drawbacks ?

Thank you!

Mark

Re: Is ARM64 supported ?

Posted by Mark Jens <ma...@gmail.com>.
On Wed, 17 Nov 2021 at 14:54, Dawid Weiss <da...@gmail.com> wrote:

> Lucene core doesn't use native code, only Java APIs. So if the JVM is
> available for your platform, it should work just fine (if it doesn't,
> it's a JVM/ vendor bug). You can always scan the source repository to
> peek around.
>

Thank you, Dawid!
Have a great one!


>
> D.
>
> On Wed, Nov 17, 2021 at 1:27 PM Mark Jens <ma...@gmail.com> wrote:
> >
> >
> >
> > On Tue, 16 Nov 2021 at 16:51, Vincenzo D'Amore <v....@gmail.com>
> wrote:
> >>
> >> Hi, yes it is supported, given that there is a java virtual machine for
> them.
> >
> >
> > Thanks for your answer, Vincenzo!
> >
> > The Java/JVM is clear!
> > My doubts are with any native code usage.
> >
> > For now my only real confirmation that ARM64 is supported is via
> Elasticsearch. Since ES supports Linux ARM64, Lucene should be fine too.
> >
> >>
> >>
> >> On Tue, Nov 16, 2021 at 2:44 PM Mark Jens <ma...@gmail.com>
> wrote:
> >>>
> >>> Hello Lucene devs,
> >>>
> >>> I'd like to ask whether Linux/Mac ARM64 platforms are supported by
> Lucene ?
> >>>
> >>> I know that Lucene is Java based but I am not sure whether it uses
> native code for some optimizations.
> >>> I've heard that Lucene uses some advanced Java APIs and often is used
> by JDK developers to test for regressions.
> >>> So, my question is: Is it safe to run Lucene on ARM64 ? Does anyone
> already do it ? Any concerns/drawbacks ?
> >>>
> >>> Thank you!
> >>>
> >>> Mark
> >>
> >>
> >>
> >> --
> >> Vincenzo D'Amore
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>

Re: Is ARM64 supported ?

Posted by Dawid Weiss <da...@gmail.com>.
Lucene core doesn't use native code, only Java APIs. So if the JVM is
available for your platform, it should work just fine (if it doesn't,
it's a JVM/ vendor bug). You can always scan the source repository to
peek around.

D.

On Wed, Nov 17, 2021 at 1:27 PM Mark Jens <ma...@gmail.com> wrote:
>
>
>
> On Tue, 16 Nov 2021 at 16:51, Vincenzo D'Amore <v....@gmail.com> wrote:
>>
>> Hi, yes it is supported, given that there is a java virtual machine for them.
>
>
> Thanks for your answer, Vincenzo!
>
> The Java/JVM is clear!
> My doubts are with any native code usage.
>
> For now my only real confirmation that ARM64 is supported is via Elasticsearch. Since ES supports Linux ARM64, Lucene should be fine too.
>
>>
>>
>> On Tue, Nov 16, 2021 at 2:44 PM Mark Jens <ma...@gmail.com> wrote:
>>>
>>> Hello Lucene devs,
>>>
>>> I'd like to ask whether Linux/Mac ARM64 platforms are supported by Lucene ?
>>>
>>> I know that Lucene is Java based but I am not sure whether it uses native code for some optimizations.
>>> I've heard that Lucene uses some advanced Java APIs and often is used by JDK developers to test for regressions.
>>> So, my question is: Is it safe to run Lucene on ARM64 ? Does anyone already do it ? Any concerns/drawbacks ?
>>>
>>> Thank you!
>>>
>>> Mark
>>
>>
>>
>> --
>> Vincenzo D'Amore
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: Is ARM64 supported ?

Posted by Mark Jens <ma...@gmail.com>.
On Tue, 16 Nov 2021 at 16:51, Vincenzo D'Amore <v....@gmail.com> wrote:

> Hi, yes it is supported, given that there is a java virtual machine for
> them.
>

Thanks for your answer, Vincenzo!

The Java/JVM is clear!
My doubts are with any native code usage.

For now my only real confirmation that ARM64 is supported is via
Elasticsearch. Since ES supports Linux ARM64, Lucene should be fine too.


>
> On Tue, Nov 16, 2021 at 2:44 PM Mark Jens <ma...@gmail.com> wrote:
>
>> Hello Lucene devs,
>>
>> I'd like to ask whether Linux/Mac ARM64 platforms are supported by Lucene
>> ?
>>
>> I know that Lucene is Java based but I am not sure whether it uses native
>> code for some optimizations.
>> I've heard that Lucene uses some advanced Java APIs and often is used by
>> JDK developers to test for regressions.
>> So, my question is: Is it safe to run Lucene on ARM64 ? Does anyone
>> already do it ? Any concerns/drawbacks ?
>>
>> Thank you!
>>
>> Mark
>>
>
>
> --
> Vincenzo D'Amore
>
>

Re: Is ARM64 supported ?

Posted by Vincenzo D'Amore <v....@gmail.com>.
Hi, yes it is supported, given that there is a java virtual machine for
them.

On Tue, Nov 16, 2021 at 2:44 PM Mark Jens <ma...@gmail.com> wrote:

> Hello Lucene devs,
>
> I'd like to ask whether Linux/Mac ARM64 platforms are supported by Lucene ?
>
> I know that Lucene is Java based but I am not sure whether it uses native
> code for some optimizations.
> I've heard that Lucene uses some advanced Java APIs and often is used by
> JDK developers to test for regressions.
> So, my question is: Is it safe to run Lucene on ARM64 ? Does anyone
> already do it ? Any concerns/drawbacks ?
>
> Thank you!
>
> Mark
>


-- 
Vincenzo D'Amore