[
https://issues.apache.org/jira/browse/KYLIN-5185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17539941#comment-17539941
]
ASF GitHub Bot commented on KYLIN-5185:
---------------------------------------
Mukvin opened a new pull request, #1879:
URL: https://github.com/apache/kylin/pull/1879
## Proposed changes
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug or
resolves a feature request, be sure to link to that issue.
## Github Branch
As most of the development works are on Kylin 4, we need to switch it as
main branch. Apache Kylin community changes the branch settings on Github since
2021-08-04 :
1. The default branch _main_ is for **Kylin 4.x** (Parquet storage);
2. The original branch _master_ for **Kylin 3.x** (HBase storage) has been
renamed to **kylin3** ;
Please check [Intro to Kylin 4
architecture](https://kylin.apache.org/blog/2021/07/02/Apache-Kylin4-A-new-storage-and-compute-architecture/)
and [INFRA-22166](https://issues.apache.org/jira/browse/INFRA-22166) if you
are interested.
## Types of changes
What types of changes does your code introduce to Kylin?
_Put an `x` in the boxes that apply_
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation Update (if none of the other choices apply)
## Checklist
_Put an `x` in the boxes that apply. You can also fill these out after
creating the PR. If you're unsure about any of them, don't hesitate to ask.
We're here to help! This is simply a reminder of what we are going to look for
before merging your code._
- [ ] I have create an issue on [Kylin's
jira](https://issues.apache.org/jira/browse/KYLIN), and have described the
bug/feature there in detail
- [ ] Commit messages in my PR start with the related jira ID, like
"KYLIN-0000 Make Kylin project open-source"
- [ ] Compiling and unit tests pass locally with my changes
- [ ] I have added tests that prove my fix is effective or that my feature
works
- [ ] I have added necessary documentation (if appropriate)
- [ ] Any dependent changes have been merged
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[email protected] or [email protected] by explaining why you chose the
solution you did and what alternatives you considered, etc...
> Found error Public key for mysql-community-libs-compat-xxx.rpm is not
> installed in building docker image
> ---------------------------------------------------------------------------------------------------------
>
> Key: KYLIN-5185
> URL: https://issues.apache.org/jira/browse/KYLIN-5185
> Project: Kylin
> Issue Type: Bug
> Reporter: mukvin
> Assignee: mukvin
> Priority: Minor
>
> When building image docker found the error about mysql:
> {code:java}
> // code placeholder
> Downloading packages:
> Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
> (1/9): libaio-0.3.109-13.el7.x86_64.rpm
> | 24 kB 00:00:00
> warning:
> /var/cache/yum/x86_64/7/mysql57-community/packages/mysql-community-common-5.7.37-1.el7.x86_64.rpm:
> Header V4 RSA/SHA256 Signature, key ID 3a79bd29: NOKEY
> Public key for mysql-community-common-5.7.37-1.el7.x86_64.rpm is not installed
> (2/9): mysql-community-common-5.7.37-1.el7.x86_64.rpm
> | 311 kB 00:00:00
> (3/9): mysql-community-libs-5.7.37-1.el7.x86_64.rpm
> | 2.4 MB 00:00:00
> (4/9): mysql-community-libs-compat-5.7.37-1.el7.x86_64.rpm
> | 1.2 MB 00:00:00
> (5/9): openssl-1.0.2k-24.el7_9.x86_64.rpm
> | 494 kB 00:00:00
> (6/9): openssl-libs-1.0.2k-24.el7_9.x86_64.rpm
> | 1.2 MB 00:00:00
> (7/9): postfix-2.10.1-9.el7.x86_64.rpm
> | 2.4 MB 00:00:00
> (8/9): mysql-community-client-5.7.37-1.el7.x86_64.rpm
> | 25 MB 00:00:01
> (9/9): mysql-community-server-5.7.37-1.el7.x86_64.rpm
> | 174 MB 00:00:16
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
> Total
> 12 MB/s | 207 MB 00:00:16
> Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
> Importing GPG key 0x5072E1F5:
> Userid : "MySQL Release Engineering <[email protected]>"
> Fingerprint: a4a9 4068 76fc bd3c 4567 70c8 8c71 8d3b 5072 e1f5
> Package : mysql57-community-release-el7-11.noarch (installed)
> From : /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
> Is this ok [y/N]: y
> Public key for mysql-community-libs-compat-5.7.37-1.el7.x86_64.rpm is not
> installed
> Failing package is: mysql-community-libs-compat-5.7.37-1.el7.x86_64
> GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
> ...{code}
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)