DSL compiler settings for building Asakusa batch applications.
| Type | Name and description |
|---|---|
java.lang.String |
compiledSourceDirectoryThe directory where batch compiled sources are stored. |
java.lang.String |
compiledSourcePackagePackage name that is used batch compiled classes for Hadoop MapReduce, JobClient and so on. |
java.util.List<java.lang.String> |
compilerOptionsDSL Compiler options. |
java.lang.String |
compilerWorkDirectoryThe directory where work files for batch compile are stored (optional). |
boolean |
enabledWhether Asakusa DSL compiler for MapReduce is enabled or not. |
java.lang.String |
hadoopWorkDirectoryThe working root directory when used hadoop job execution. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
compilerOptions(java.lang.String compilerOptions)Sets the DSL Compiler options. |
|
void |
compilerOptions(java.util.List<java.lang.String> compilerOptions)Sets the DSL Compiler options. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The directory where batch compiled sources are stored.
"${project.buildDir}/batchc" Package name that is used batch compiled classes for Hadoop MapReduce, JobClient and so on.
"${project.asakusafw.basePackage}.batchapp" DSL Compiler options.
"XjavaVersion=AsakusafwPluginConvention.JavacConfiguration#targetCompatibility" The directory where work files for batch compile are stored (optional).
If this property is null, the compiler use a temporary directory.
null Whether Asakusa DSL compiler for MapReduce is enabled or not.
The working root directory when used hadoop job execution.
'target/hadoopwork/${execution_id}' Sets the DSL Compiler options.
compilerOptions - The value for the DSL Compiler options as comma separated StringSets the DSL Compiler options.
compilerOptions - The value for the DSL Compiler options as List of String