加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
release-log.txt 4.49 KB
一键复制 编辑 原始数据 按行查看 历史
-- Oozie 3.0.0 release
GH-0354 change jsp-api dependency groupId to javax.servlet.jsp
GH-0346 add support for a test.properties file to load test system properties
GH-0141 Oozie uses excessive memory when doing purging
GH-0341 oozie-jpa.log file is created in extra log directory
GH-0307 check for oozie setup owner in setup/start/stop scripts should be optional
GH-0295 subworkflow action fails if workflow URI is a directory
GH-0302 the ...wf.ext.schemas property should allow spaces/enters between schema files
GH-0288 update readme file to point to 2.3 documentation
GH-0296 JPA log configuration uses wrong variable
GH-0304 index.twiki and DG_QuickStart.twiki need update on distro contents
GH-0306 core module should depend on sharelib module
GH-0284 TestLocalOozieExample should extend XTestCase
GH-0263 TestCallableQueueService.testConcurrencyLimit() fails randomly
GH-0276 bump up version to 3.0-SNAPSHOT in master after creating 2.3 branch
-- Oozie 2.3.0 release
GH-0236 add support for -Dname=value to oozie CLI and make -config optional
GH-0108 Add support for Derby as Oozie DB
GH-0189 make ENV setting flexible to allow Unix standard layout for conf/logs/data/tmp
GH-0149 create sharelib module with Pig/Streaming JARs
GH-0119 support for user() EL function in coord apps
GH-0131 add an embedded tomcat in Oozie distribution
GH-0026 add support for multiple workflow XMLs in a single directory
GH-0027 support for a share lib directory in HDFS for workflow action binaries
GH-0106 support for a system share lib directory in HDFS for workflow action binaries
GH-0034 update/simplify examples
GH-0050 Oozie jobs configuration properties with variables should be resolved to concrete values.
-- Oozie 2.2.3 release
GH-0055 Oozie should not materialize a coordinator job right after its submission if the job will only run in far future
GH-0046 Add support the coordiator job submitted to run in far future
-- Oozie 2.2.2 release
GH-0040 coordinator rerun doesn't consider empty output-event
GH-0041 update ojdbc version
GH-0001 references SVN in bin/mkdistro.sh
-- Oozie 2.2.1 release
GH-0010 POM cleanup, remove unneeded repositories, remove/exclude commons-cli 2.0
-- Oozie 2.2.0 release
- adding Pig version number to pig execution log in launcher log
- simplify Oozie build
- oozie documentation is not included in oozie.war and standalone as docs.zip
- simplify Oozie config/logs loading
- fixing location of RowExpander.js for web console in index.html
- jpa configuration refactoring
- Fix oozie UI
- Stop checking input directories if unable to find anyone directory
- Read default timeout from config file.
- Change update query to only modify required fields.
- Simplify client utility methods
- Http Submission of single MR/PIG job without corresponding workflow.xml
- oozie launcher failed when pig log not found.
- client API addArchive does not link file to a directory
- oozie.libpath needs to start with hdfs://namenode when submit pig job to certain versions of hadoop clusters
-- Oozie 2.1.0 release
- compositecommand uses hardcoded type, this limits concurrency by command type
- testcases time doubled, lot of exceptions on command queue on shutdown
- Set default coordinator action timeout to 2 hours.
- build/assembly changes
- oozie mistakes namenode as the jobtracker at white list validation
- single distribution should work both with Hadoop 20 and 20S
- use comma as separator for datasets
- Oozie should not package the Hadoop JARs
- Whitelist of valid Jobtracker & Namenode URIs
- blank whitelist should allow any namenode/jobtracker
- EL function in oozie coordinator to check data dependencies on the closest future data date
- EL function to generate a UTC date based on another UTC date
- instrumentation for commands in the queue.
- Queue Refactor
- instrumentation for commands in the queue
- Coordinator action rerun
- Change end_time and concurrency for a running coordinator job
- Change pause_time for a running coordinator job
- Annotate error message with jobID
- Set pending in SuspendCommand and reset pending in ResumeCommand
- Set time in super class bean
- Remove unnecessary command and service from the code.
- CoordRecoveryCommand update the job status unconditionally
- Fix admin -version
- Need to revisit prioritization of coordinator commands
- coordinator job takes long time (>10mins) to create new actions when released from being paused
- Set NN and JT Principal in JavaActionExecutor
- Adding support for hadoop 0.20.200
- Update document with two new EL functions in 2.1
-- Oozie 2.0.2 release
-- Oozie coordinator
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化