>>> I'm getting confused. After you edit your appConfig.json and resources.json. You don't put it back in your package zip file? So the appConfig-default.json and resource-default.json is outdated?
The file in the .zip package is not used by the running application. The files that are used are the ones that are provided by command line when "create" is called. *We suggest adding sample defaults to the .zip file as reference so that there are only one file to download for the users.* Which branch are you using? (for me to answer the next questions) On Fri, Nov 14, 2014 at 3:47 PM, [email protected] <[email protected]> wrote: > I'm getting confused. After you edit your appConfig.json and > resources.json. You don't put it back in your package zip file? So the > appConfig-default.json and resource-default.json is outdated? > > > Another question is actually I'm asking how to change the configuration > without recreate the cluster. Sometime I just want to increase the memory/ > add more instances for example and I want the application recover from last > snapshot(run on same machines it allocated before) > > Thank you! > > > > > On Fri, Nov 14, 2014 at 2:14 PM, Sumit Mohanty <[email protected]> > wrote: > > > Nope. This is what I do typically. > > > > * Get an application package zip file > > * Extract the appConfig-default.json and resources-default.json from the > > package > > * Rename the files to appConfig.json and resources.json respectively and > > edit as needed > > * Use install-package to upload the application package zip file > > * Call create with .... --template appConfig.json --resources > > resources.json ... > > > > -Sumit > > > > On Fri, Nov 14, 2014 at 2:08 PM, [email protected] <[email protected]> > > wrote: > > > > > So actually you don't need appConfig.json and resources.json in the ZIP > > > package? > > > > > > On Fri, Nov 14, 2014 at 12:05 PM, Jon Maron <[email protected]> > > > wrote: > > > > > > > Perhaps I’m misunderstanding your question, but in general, if making > > > > modifications to those files, you can simply create a new application > > > > instance referencing the new versions of the file from the command > > line: > > > > > > > > ./slider create <app name> —template <appConfig path> —resources > > > > <resources file path> > > > > > > > > the app config references the application package in HDFS, which can > be > > > > pre-seeded using “slider install-package” > > > > > > > > — Jon > > > > > > > > On Nov 14, 2014, at 2:54 PM, [email protected] wrote: > > > > > > > > > Everytime I change appConfig.json and resources.json. Do I have to > > > > > repackage the zip file and redeploy the file to hdfs? > > > > > > > > > > Thanks! > > > > > > > > > > > > -- > > > > CONFIDENTIALITY NOTICE > > > > NOTICE: This message is intended for the use of the individual or > > entity > > > to > > > > which it is addressed and may contain information that is > confidential, > > > > privileged and exempt from disclosure under applicable law. If the > > reader > > > > of this message is not the intended recipient, you are hereby > notified > > > that > > > > any printing, copying, dissemination, distribution, disclosure or > > > > forwarding of this communication is strictly prohibited. If you have > > > > received this communication in error, please contact the sender > > > immediately > > > > and delete it from your system. Thank You. > > > > > > > > > > > -- > > CONFIDENTIALITY NOTICE > > NOTICE: This message is intended for the use of the individual or entity > to > > which it is addressed and may contain information that is confidential, > > privileged and exempt from disclosure under applicable law. If the reader > > of this message is not the intended recipient, you are hereby notified > that > > any printing, copying, dissemination, distribution, disclosure or > > forwarding of this communication is strictly prohibited. If you have > > received this communication in error, please contact the sender > immediately > > and delete it from your system. Thank You. > > > -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
