clemlabprojects / ambari

Fork of Apache Ambari maintained by Clemlab Company
https://www.clemlab.com
Apache License 2.0
42 stars 17 forks source link

The source code for clemlab repo/packaging and patches #51

Open farshad-allahdadi opened 8 months ago

farshad-allahdadi commented 8 months ago

Hi, I couldn't find the source code for your repo/packaging the way that bigtop is providing, I mean in your docs there is only repo link. In case of bigtop, they apply multiple patches to official source code of components, so in debugging scenarios it,s nessary to have access to the exact source of component including the patches. Also to build packages by the user maybe with some customizations.

lucasbak commented 8 months ago

Hi @farshad-allahdadi

The source is available on our github, in tags section for main component. You can find Hadoop one in https://github.com/clemlabprojects/hadoop-release-odp for example for Apache Hadoop. We are building it the same way Official source component -> patchs -> packaging (deb/rpm)

Best regards

farshad-allahdadi commented 8 months ago

It says: This repository doesn’t have any branches. Also only there is repository for hadoop, hbase and knox. What about other components? Sorry but i don't understand this: We are building it the same way Official source component -> patchs -> packaging (deb/rpm)

farshad-allahdadi commented 8 months ago

What patches you apply?

lucasbak commented 8 months ago

there are no branches because we use the official sources like bigtop does, there are only tags.

For example you can find Apache Hive in ODP 1.2.1.0-134 ' source code: [https://github.com/clemlabprojects/hive-release-odp/releases/tag/3.1.3.1.2.1.0-134].

We are currently working on the documentation (better and more complete), and will add a section for patches and bug fix.

Best regards

farshad-allahdadi commented 8 months ago

@lucasbak Thank You, What about the source for the scripts that doing the build for components? Also would be available in near future?

farshad-allahdadi commented 6 months ago

@lucasbak Thank You, What about the source for the scripts that doing the build for components? Also would be available in near future? Hi, Any progress (to become fully open source)?

farshad-allahdadi commented 6 months ago

Also is it possible to use bigtop build scripts to build odp rpms using the source codes you provided with tags?

farshad-allahdadi commented 6 months ago

Hi @lucasbak Any progress on this?