You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by Gordon Wang <gw...@gopivotal.com> on 2014/07/01 05:53:36 UTC

Question about Hue package

Hi all,

As we can see, Hue is packaged as several rpm/deb packages. In current
bigtop trunk,
I can find the following packages (take rpm as a example)
%package -n %{name}-common
%package -n %{name}-server
%package -n %{name}-beeswax
%package -n %{name}-pig
%package -n %{name}-doc
%package -n %{name}-hbase
%package -n %{name}-sqoop
%package -n %{name}-search

Why do we split Spark, Impala and Oozie into different packages like what
we did to hbase, beeswax?

Thanks.

-- 
Regards
Gordon Wang

Re: Question about Hue package

Posted by Konstantin Boudnik <co...@apache.org>.
That be great! If you can contribute a patch for it - it'd be incredibly
helpful!

Cos

On Wed, Jul 02, 2014 at 01:57PM, Gordon Wang wrote:
> Hi Roman,
> 
> Thanks for you explanation.
> 
> I agree that packages:
> "about filebrowser help proxy useradmin oozie jobbrowser jobsub"
> are core packages.
> 
> But metastore and beeswax look like belongs to Hive related functionality.
> And since bigtop support spark now, shall we add Spark package too ?
> 
> 
> 
> 
> On Wed, Jul 2, 2014 at 5:21 AM, Roman Shaposhnik <ro...@shaposhnik.org>
> wrote:
> 
> > On Mon, Jun 30, 2014 at 8:53 PM, Gordon Wang <gw...@gopivotal.com> wrote:
> > > Hi all,
> > >
> > > As we can see, Hue is packaged as several rpm/deb packages. In current
> > > bigtop trunk,
> > > I can find the following packages (take rpm as a example)
> > > %package -n %{name}-common
> > > %package -n %{name}-server
> > > %package -n %{name}-beeswax
> > > %package -n %{name}-pig
> > > %package -n %{name}-doc
> > > %package -n %{name}-hbase
> > > %package -n %{name}-sqoop
> > > %package -n %{name}-search
> > >
> > > Why do we split Spark, Impala and Oozie into different packages like what
> > > we did to hbase, beeswax?
> >
> > Bigtop doesn't support Impala -- hence we're disabling Hue impala app.
> > Aside
> > from Impala, here's a list of Hue app that are inside of hue-common
> > package:
> >     about filebrowser help proxy useradmin oozie jobbrowser jobsub
> > metastore
> >
> > All of them are considered to be 'core hue'. IOW, other apps have
> > dependencies
> > on them.
> >
> > Makes sense?
> >
> > Thanks,
> > Roman.
> >
> 
> 
> 
> -- 
> Regards
> Gordon Wang

Re: Question about Hue package

Posted by Gordon Wang <gw...@gopivotal.com>.
Thanks Roman! It is what I want :)

@Cos, I think Roman has finished the task.


On Wed, Jul 2, 2014 at 2:52 PM, Roman Shaposhnik <ro...@shaposhnik.org>
wrote:

> On Tue, Jul 1, 2014 at 10:57 PM, Gordon Wang <gw...@gopivotal.com> wrote:
> > Hi Roman,
> >
> > Thanks for you explanation.
> >
> > I agree that packages:
> > "about filebrowser help proxy useradmin oozie jobbrowser jobsub"
> > are core packages.
> >
> > But metastore and beeswax look like belongs to Hive related
> functionality.
> > And since bigtop support spark now, shall we add Spark package too ?
>
> beeswax is alread its own package. the latest patch to Bigtop 0.8.0
> added what you're asking for. See:
>   https://issues.apache.org/jira/browse/BIGTOP-1331
>
> Thanks,
> Roman.
>



-- 
Regards
Gordon Wang

Re: Question about Hue package

Posted by Roman Shaposhnik <ro...@shaposhnik.org>.
On Tue, Jul 1, 2014 at 10:57 PM, Gordon Wang <gw...@gopivotal.com> wrote:
> Hi Roman,
>
> Thanks for you explanation.
>
> I agree that packages:
> "about filebrowser help proxy useradmin oozie jobbrowser jobsub"
> are core packages.
>
> But metastore and beeswax look like belongs to Hive related functionality.
> And since bigtop support spark now, shall we add Spark package too ?

beeswax is alread its own package. the latest patch to Bigtop 0.8.0
added what you're asking for. See:
  https://issues.apache.org/jira/browse/BIGTOP-1331

Thanks,
Roman.

Re: Question about Hue package

Posted by Gordon Wang <gw...@gopivotal.com>.
Hi Roman,

Thanks for you explanation.

I agree that packages:
"about filebrowser help proxy useradmin oozie jobbrowser jobsub"
are core packages.

But metastore and beeswax look like belongs to Hive related functionality.
And since bigtop support spark now, shall we add Spark package too ?




On Wed, Jul 2, 2014 at 5:21 AM, Roman Shaposhnik <ro...@shaposhnik.org>
wrote:

> On Mon, Jun 30, 2014 at 8:53 PM, Gordon Wang <gw...@gopivotal.com> wrote:
> > Hi all,
> >
> > As we can see, Hue is packaged as several rpm/deb packages. In current
> > bigtop trunk,
> > I can find the following packages (take rpm as a example)
> > %package -n %{name}-common
> > %package -n %{name}-server
> > %package -n %{name}-beeswax
> > %package -n %{name}-pig
> > %package -n %{name}-doc
> > %package -n %{name}-hbase
> > %package -n %{name}-sqoop
> > %package -n %{name}-search
> >
> > Why do we split Spark, Impala and Oozie into different packages like what
> > we did to hbase, beeswax?
>
> Bigtop doesn't support Impala -- hence we're disabling Hue impala app.
> Aside
> from Impala, here's a list of Hue app that are inside of hue-common
> package:
>     about filebrowser help proxy useradmin oozie jobbrowser jobsub
> metastore
>
> All of them are considered to be 'core hue'. IOW, other apps have
> dependencies
> on them.
>
> Makes sense?
>
> Thanks,
> Roman.
>



-- 
Regards
Gordon Wang

Re: Question about Hue package

Posted by Roman Shaposhnik <ro...@shaposhnik.org>.
On Mon, Jun 30, 2014 at 8:53 PM, Gordon Wang <gw...@gopivotal.com> wrote:
> Hi all,
>
> As we can see, Hue is packaged as several rpm/deb packages. In current
> bigtop trunk,
> I can find the following packages (take rpm as a example)
> %package -n %{name}-common
> %package -n %{name}-server
> %package -n %{name}-beeswax
> %package -n %{name}-pig
> %package -n %{name}-doc
> %package -n %{name}-hbase
> %package -n %{name}-sqoop
> %package -n %{name}-search
>
> Why do we split Spark, Impala and Oozie into different packages like what
> we did to hbase, beeswax?

Bigtop doesn't support Impala -- hence we're disabling Hue impala app. Aside
from Impala, here's a list of Hue app that are inside of hue-common package:
    about filebrowser help proxy useradmin oozie jobbrowser jobsub metastore

All of them are considered to be 'core hue'. IOW, other apps have dependencies
on them.

Makes sense?

Thanks,
Roman.