Arun, Docker licensing issues are all around Docker Desktop. Docker (engine) is free to use on the server. Building Impala and creating Docker images are a fairly straightforward process as long as you build on ubuntu, and all the info you need is covered in the README docs. I did run into a few minor quirks when I built, but the fixes were obvious at the time. I did all my building on AWS instances.
I do recommend running Impala on Docker because it eliminates any dependency issues. There is a theoretical latency of 2ms, but if that is a concern you probably would be using something other than Impala :) On Mon, Feb 20, 2023 at 9:24 AM Arun J <mail....@gmail.com> wrote: > Cliff, > Thanks - obviously I beg for support to get going with each of these for > setting up the cluster. It doesn't look all that easy from the current > documentation - took two-three days just to get the basic build working. > > Are you suggesting using docker for production instead? I found some > license-related challenges with docker and had to see what would be the > cost implications. > > ~JAK > > On Mon, Feb 20, 2023 at 7:37 AM Cliff Resnick <cre...@gmail.com> wrote: > >> The answer to all three of your questions is yes. We build docker >> containers from the Apache source and use those in production. >> >> On Thu, Feb 16, 2023, 4:16 AM Arun J <mail....@gmail.com> wrote: >> >>> Team, >>> >>> Looking to migrate from CDH 6.3 to the OpenSource stack. Managed to >>> make Impala 4.2 work with the help of slack channel. I have a few basic >>> questions on putting Impala to use in a prod-cluster. >>> >>> I was not able to find this information in the documentation. If it is, >>> please point me to that. >>> >>> #1. Is it possible to have a binary of Impala (built) that can be used >>> in the other cluster nodes directly (and in the future) instead of building >>> every time? >>> >>> #2. Is it possible to use installed release builds of JDK (1.8.0.181), >>> Zk, Hadoop(3.1.1), HBase(2.4.6), Hive (3.1) as against using specific >>> builds of these components packaged in this impala build? If yes, some >>> pointers would be helpful >>> >>> #3. Is it possible to disable/remove dependencies like ranger, kudo, >>> ozone, tez while building and later?If yes, some pointers would be helpful >>> >>> Thanks in advance, >>> JAK >>> >>> >>>