Changes between Version 4 and Version 5 of Documentation/Howto/UseHiveForOptimization
- Timestamp:
- 06/27/11 14:33:44 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/UseHiveForOptimization
v4 v5 33 33 34 34 == Plugins == 35 Hive automatically uses your local plugin versions. If they are not yet available on the server (because you are the first one to use this version), they are uploaded. When the jobs are executed, exactly those plugins are used.35 Hive automatically uses your local plugins. If they are not yet available on the server (because you are the first one to use this plugin), they are uploaded. When the jobs are executed, exactly those plugins are used. 36 36 37 If you have local modifications of a plugin, which you have not checked in yet, the version of the plugin is not incremented. In this case you need to select ''useLocalPlugins'' before uploading an experiment. This ensures, that all of your local plugins will be uploaded and used at execution, no matter existing versions. 37 Hive now also checks if you have modified a plugin. This means that you can modify plugins locally and use them in Hive, even though they have the same name and version as already existing plugins on the Hive server. 38 To distinguish plugins, Hive uses checksums for comparing plugins and finding out if they are modified. 39 If Hive notices that you have a modified assembly, it is automatically uploaded to the server. 38 40 39 41 == Merging configuration files ==