You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2013/05/04 02:58:16 UTC

[jira] [Created] (BIGTOP-968) uninstalling hue apps results in ugly error messages

Roman Shaposhnik created BIGTOP-968:
---------------------------------------

             Summary: uninstalling hue apps results in ugly error messages
                 Key: BIGTOP-968
                 URL: https://issues.apache.org/jira/browse/BIGTOP-968
             Project: Bigtop
          Issue Type: Bug
          Components: General
    Affects Versions: 0.6.0
            Reporter: Roman Shaposhnik
            Assignee: Roman Shaposhnik
             Fix For: 0.6.0


As our tests reveal:

{noformat}
13/05/04 00:54:44 TRACE shell.Shell: /bin/bash -s << __EOT__
env DEBIAN_FRONTEND=noninteractive apt-get -y install hue-pig
__EOT__
13/05/04 00:54:48 TRACE shell.Shell: 
<stdout>
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  hadoop-mapreduce-historyserver hadoop-yarn-resourcemanager libopts25 libcap2
  hadoop-hdfs-namenode hadoop-hdfs hadoop-yarn solr hadoop-client hadoop ntp
  bigtop-utils hadoop-mapreduce hadoop-hdfs-secondarynamenode bigtop-tomcat
  hive fuse-utils libhdfs0 zookeeper hadoop-hdfs-datanode
  hadoop-yarn-nodemanager bigtop-jsvc
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  hue-pig
0 upgraded, 1 newly installed, 0 to remove and 198 not upgraded.
Need to get 335 kB of archives.
After this operation, 715 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  hue-pig
Get:1 http://bigtop01.cloudera.org/job/Bigtop-trunk-Repository/./label=precise//lastSuccessfulBuild/artifact/repo/ bigtop/contrib hue-pig all 2.3.0.282-1 [335 kB]
Fetched 335 kB in 0s (10.6 MB/s)
Selecting previously unselected package hue-pig.
(Reading database ... 41756 files and directories currently installed.)
Unpacking hue-pig (from .../hue-pig_2.3.0.282-1_all.deb) ...
Setting up hue-pig (2.3.0.282-1) ...
make: Entering directory `/usr/lib/hue/apps/pig'
make: Nothing to be done for `egg-info'.
make: Nothing to be done for `ext-eggs'.
make: Leaving directory `/usr/lib/hue/apps/pig'
make: Entering directory `/usr/lib/hue/desktop'
--- Regenerating database at /usr/lib/hue/desktop/desktop.db
--- Syncing/updating database at /usr/lib/hue/desktop/desktop.db
make: Leaving directory `/usr/lib/hue/desktop'
</stdout>
13/05/04 00:54:48 TRACE shell.Shell: 
<stderr>
=== Uninstalling pig
pig is not installed
=== Installing app at /usr/lib/hue/apps/pig
Updating registry with pig v.2.1.0
=== Saved registry at /usr/lib/hue/app.reg
=== Saved /usr/lib/hue/build/env/lib/python2.7/site-packages/hue.pth
Traceback (most recent call last):
  File "/usr/lib/hue/build/env/bin/hue", line 9, in <module>
    load_entry_point('desktop==2.3.0', 'console_scripts', 'hue')()
  File "/usr/lib/hue/desktop/core/src/desktop/manage_entry.py", line 41, in entry
    from desktop import settings, appmanager
  File "/usr/lib/hue/desktop/core/src/desktop/settings.py", line 191, in <module>
    appmanager.load_apps()
  File "/usr/lib/hue/desktop/core/src/desktop/appmanager.py", line 232, in load_apps
    m = sdk_app.load()
  File "/usr/lib/hue/build/env/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1953, in load
  File "/usr/lib/hue/build/env/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1966, in require
  File "/usr/lib/hue/build/env/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 565, in resolve
pkg_resources.DistributionNotFound: oozie
make: *** [/usr/lib/hue/desktop/desktop.db] Error 1
</stderr>
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira