guyuqi commented on PR #1102:
URL: https://github.com/apache/bigtop/pull/1102#issuecomment-1514378356
Thanks for working on it, @iwasakims
I verified the Hive smoke tests on Centos-7 and Fedora-36 successfully.
However, when testing on Ubuntu 22.04, the deployment of Hive failed due to
dependency issues.
`config_ubuntu-22.04.yaml` :
```
...
components: [bigtop-utils, zookeeper,hdfs, yarn, mapreduce, hive]
enable_local_repo: true
smoke_test_components: [hdfs, yarn, mapreduce, hive]
```
`./docker-hadoop.sh -d -C config_ubuntu-22.04.yaml -c 3 -s`
Log:
```
Notice: /Stage[main]/Hadoop::Client/Package[hadoop-hdfs-fuse]/ensure: created
Notice: /Stage[main]/Hadoop::Client/Package[libhdfs0-dev]/ensure: created
Error: Could not update: Execution of '/usr/bin/apt-get -q -y -o
DPkg::Options::=--force-confold install hive' returned 100: Reading package
lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
hive : Depends: python but it is not installable
E: Unable to correct problems, you have held broken packages.
Error: /Stage[main]/Hadoop_hive::Client_package/Package[hive]/ensure: change
from 'purged' to 'latest' failed: Could not update: Execution of
'/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install hive'
returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
hive : Depends: python but it is not installable
E: Unable to correct problems, you have held broken packages.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]