Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The storm parcel for CDH #1

Open
benny-wangaimin opened this issue Dec 3, 2015 · 2 comments
Open

The storm parcel for CDH #1

benny-wangaimin opened this issue Dec 3, 2015 · 2 comments

Comments

@benny-wangaimin
Copy link

Hi:
I see the storm-parcel is very useful for storm deployment under Cloudera CDH.But I have few questions and would you please help me.
1.The parcel is for storm0.93 and wheezy. I change it to 0.95 and for Ubuntu trusty,Can it work?
2.After make succefully and I got STORM-0.9.5-local-wheezy.parcel file.If I deploy to CDH,where can I got the manifest.json file?

@yrro
Copy link
Member

yrro commented Dec 3, 2015

It will probably work... as for the manifest, I never got past local testing and am no longer working on it, so I probably just never got around to creating the manifest.json file. IIRC I was uploading the parcels to CM via some magical API call for local development only, and I don't recall that needing a manifest. My memory is a bit fuzzy though!

@benny-wangaimin
Copy link
Author

Tkanks your feedbak and I manually create the file including the following info and it can work under CDH cluster manager.
manifest.json:

{
    "parcels": [
        {
            "parcelName": "STORM-0.9.5-local-trusty.parcel",
            "components": [
                {
                    "pkg_version": "0.9.5-local",
                    "pkg_release": "0.9.5-local",
                    "name": "STORM",
                    "version": "0.9.5-local"
                }
            ],
            "hash": "21df99474c19ff31ddf36acf096de6121566bc2d"
                }
        ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants