[jira] [Commented] (IMPALA-6826) Add support for Ubuntu 18.04

2019-04-30 Thread Laszlo Gaal (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16830344#comment-16830344
 ] 

Laszlo Gaal commented on IMPALA-6826:
-

I have also added the job 
[ubuntu-18.04-from-scratch|[https://jenkins.impala.io/job/ubuntu-18.04-from-scratch/]],
 which is a direct clone of the same job for Ubuntu 16.04. The job is 
operational, but it exposes some failures in BE_TESTS.

> Add support for Ubuntu 18.04
> 
>
> Key: IMPALA-6826
> URL: https://issues.apache.org/jira/browse/IMPALA-6826
> Project: IMPALA
>  Issue Type: Task
>  Components: Infrastructure
>Affects Versions: Impala 3.0, Impala 2.12.0
> Environment: Ubuntu 18.04
>Reporter: Jim Apple
>Assignee: Laszlo Gaal
>Priority: Major
>
> We support Ubuntu 16.04 (and 14.04, in the 2.x line).
>  
> I'm blocked on Ubuntu 18.04 support in 
> [https://github.com/cloudera/native-toolchain,] but the toolchain is not 
> technically a pre-requisite, though I believe it's the easiest way to get a 
> development environment up and running.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Commented] (IMPALA-6826) Add support for Ubuntu 18.04

2019-04-04 Thread Laszlo Gaal (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16810241#comment-16810241
 ] 

Laszlo Gaal commented on IMPALA-6826:
-

IMPALA-8380 tracks the need to upgrade the Postgres JDBC driver, which is 
required by HMS. This is needed to be able to run and test Impala on Ubuntu 18.

> Add support for Ubuntu 18.04
> 
>
> Key: IMPALA-6826
> URL: https://issues.apache.org/jira/browse/IMPALA-6826
> Project: IMPALA
>  Issue Type: Task
>  Components: Infrastructure
>Affects Versions: Impala 3.0, Impala 2.12.0
> Environment: Ubuntu 18.04
>Reporter: Jim Apple
>Assignee: Laszlo Gaal
>Priority: Major
>
> We support Ubuntu 16.04 (and 14.04, in the 2.x line).
>  
> I'm blocked on Ubuntu 18.04 support in 
> [https://github.com/cloudera/native-toolchain,] but the toolchain is not 
> technically a pre-requisite, though I believe it's the easiest way to get a 
> development environment up and running.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Commented] (IMPALA-6826) Add support for Ubuntu 18.04

2019-04-04 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16810090#comment-16810090
 ] 

ASF subversion and git services commented on IMPALA-6826:
-

Commit 5771c45a21450e49fd2d969a8218bbc62f5530b0 in impala's branch 
refs/heads/master from Laszlo Gaal
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=5771c45 ]

IMPALA-6826: Extend bootstrap_system.sh to Ubuntu 18.04

Tweak bin/bootstrap_system.sh to automate the preparation of
an Impala development environment on Ubuntu 18.04.
The following changes were required:
- extend the OS recognition logic to Ubuntu 18.04
- add 'ant' to the list of installed packages
- request OpenJDK 8 as the default Java environment (Ubuntu 18.04
  defaults to OpenJDK 11)

These changes enable bootstrap_system.sh to set up an Impala development
environment where Impala can be successfully built.

Note that the patch does not attempt to pass the tests yet; this change
prepares only the environment. Bugs specific to Ubuntu 18 will be fixed
by follow-up commits.

Tested in the following environments:
- in a Docker container, using
"docker/test-with-docker.py --base-image:ubuntu:18.04"
- on an AWS EC2 m5.4xlarge instance

Change-Id: Iad790f72ea6b62258aed2225eb7bdf79590c350f
Reviewed-on: http://gerrit.cloudera.org:8080/12893
Reviewed-by: Impala Public Jenkins 
Tested-by: Impala Public Jenkins 


> Add support for Ubuntu 18.04
> 
>
> Key: IMPALA-6826
> URL: https://issues.apache.org/jira/browse/IMPALA-6826
> Project: IMPALA
>  Issue Type: Task
>  Components: Infrastructure
>Affects Versions: Impala 3.0, Impala 2.12.0
> Environment: Ubuntu 18.04
>Reporter: Jim Apple
>Assignee: Laszlo Gaal
>Priority: Major
>
> We support Ubuntu 16.04 (and 14.04, in the 2.x line).
>  
> I'm blocked on Ubuntu 18.04 support in 
> [https://github.com/cloudera/native-toolchain,] but the toolchain is not 
> technically a pre-requisite, though I believe it's the easiest way to get a 
> development environment up and running.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Commented] (IMPALA-6826) Add support for Ubuntu 18.04

2019-04-02 Thread Laszlo Gaal (JIRA)


[ 
https://issues.apache.org/jira/browse/IMPALA-6826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16807759#comment-16807759
 ] 

Laszlo Gaal commented on IMPALA-6826:
-

Currently working on extending bootstrap_system.sh to support Ubuntu 18.04.

First results are encouraging; there are two important points so far:
 # Ubuntu 18.04 installs PostgreSQL 10 by default. Impala uses a quite old JDBC 
driver for Postgres (v9.0-801), which does not work with HMS and PostgreSQL 10
 # The default Java install is OpenJDK 11. OpenJDK 8 can be installed, but 
making it the default needs an explicit request using 
{{update-java-alternatives}}

> Add support for Ubuntu 18.04
> 
>
> Key: IMPALA-6826
> URL: https://issues.apache.org/jira/browse/IMPALA-6826
> Project: IMPALA
>  Issue Type: Task
>  Components: Infrastructure
>Affects Versions: Impala 3.0, Impala 2.12.0
> Environment: Ubuntu 18.04
>Reporter: Jim Apple
>Assignee: Laszlo Gaal
>Priority: Major
>
> We support Ubuntu 16.04 (and 14.04, in the 2.x line).
>  
> I'm blocked on Ubuntu 18.04 support in 
> [https://github.com/cloudera/native-toolchain,] but the toolchain is not 
> technically a pre-requisite, though I believe it's the easiest way to get a 
> development environment up and running.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org