Member since
07-19-2013
23
Posts
2
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7867 | 09-22-2015 11:31 AM | |
4896 | 07-31-2014 02:02 PM | |
5525 | 07-30-2014 09:31 AM |
09-23-2015
09:12 AM
Glad to hear.
... View more
09-22-2015
11:52 AM
It's there.
... View more
09-22-2015
11:31 AM
1 Kudo
You add it in the wizard on this page at the bottom.
... View more
09-17-2015
11:04 AM
In the wizard, you can specify a custom repository to obtain the Agent from. If you choose that option, you can put in your local repo and it will be used in place of archive.cloudera.com. Of course, you must properly mirror the packages and metadata to create a compliant apt or yum repository (depending on your distro)
... View more
09-17-2015
10:08 AM
Running a local http server is the best way to handle this situation, so I'm glad you did that. We document how to set up a local parcel mirror here: http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/cm_ig_create_local_parcel_repo.html While it is technically possible to directly place files on disk and convince CM to use them, there are a lot of gotchas around it and so, this is not something we recommend any more.
... View more
07-31-2014
02:02 PM
https://github.com/cloudera/cm_ext/wiki/The%20parcel.json%20file#providing-tags As it discusses, if you want your parcel to affect an existing service, it should provide the 'foo-plugin' tag for that service, or cdh-plugin if you really want to affect all of them. Only one parcel can provide the required tag ('cdh' in this case), and obviously the CDH parcel provides that. What is your parcel providing that you want it to affect all services? LZO is a highly unusual example in this regard.
... View more
07-30-2014
04:58 PM
Sorry, /var/run
... View more
07-30-2014
04:52 PM
On each host, you have: /var/log/cloudera-scm-agent/process/<process-name>/logs/stderr.log
... View more
07-30-2014
02:37 PM
Where are you trying to echo variables? You won't see them set except from inside your environment script (which is sourced, so echo won't do anything). To see if your parcel's script is being sourced, look at the stderr.log for the process you think should be loading your parcel.
... View more
07-30-2014
01:02 PM
A tmpfs will default to a max size of 50% of physical RAM but this space is not allocated until its used, and tmpfs will be paged out to swap if there is memory pressure.
... View more