You are viewing a plain text version of this content. The canonical link for it is here.
- git commit: TEZ-771. Dist build broken after TEZ-749. (Jonathan Eagles via hitesh) - posted by hi...@apache.org on 2014/02/01 01:22:43 UTC, 0 replies.
- git commit: TEZ-784. Add TestDriver to allow cmd line submission of tests to a cluster (bikas) - posted by bi...@apache.org on 2014/02/01 01:23:55 UTC, 0 replies.
- git commit: TEZ-718. Remove some unused classes - JobEndNotifier and Speculation. (Mohammad Kamrul Islam via sseth) - posted by ss...@apache.org on 2014/02/03 22:21:47 UTC, 0 replies.
- git commit: TEZ-790. Addendum patch for TEZ-784: failing config constants renaming is incomplete. (Tassapol Athiapinya via bikas) - posted by bi...@apache.org on 2014/02/03 23:16:29 UTC, 0 replies.
- git commit: TEZ-791. Remove ShuffleHandler and related classes from tez-library. (sseth) - posted by ss...@apache.org on 2014/02/03 23:31:10 UTC, 0 replies.
- git commit: TEZ-773. Fix configuration of tez jars location in MiniTezCluster (bikas) - posted by bi...@apache.org on 2014/02/04 03:58:35 UTC, 2 replies.
- git commit: TEZ-775. Fix usage of env vars (bikas) - posted by bi...@apache.org on 2014/02/04 04:16:40 UTC, 0 replies.
- git commit: TEZ-761. Replace MRJobConfig parameter references in the tez-dag module with Tez equivalents. (Mohammad Kamrul Islam via sseth) - posted by ss...@apache.org on 2014/02/04 04:44:05 UTC, 0 replies.
- git commit: TEZ-774. Fix name resolution for local addresses in test (bikas) - posted by bi...@apache.org on 2014/02/04 04:54:42 UTC, 0 replies.
- git commit: TEZ-766. Support an api to pre-warm containers for a session. (hitesh) - posted by hi...@apache.org on 2014/02/04 22:51:53 UTC, 0 replies.
- git commit: TEZ-797. Add documentation for some of the Tez config parameters. (sseth) - posted by ss...@apache.org on 2014/02/05 00:43:27 UTC, 0 replies.
- git commit: TEZ-798. Change DAG.addURIsForCredentials to accept a Collection instead of a List. (Gunther Hagleitner via sseth) - posted by ss...@apache.org on 2014/02/05 19:48:58 UTC, 0 replies.
- git commit: TEZ-783. Add standard DAGs using failing processors/inputs for test purpose (Tassapol Athiapinya via bikas) - posted by bi...@apache.org on 2014/02/05 22:15:15 UTC, 0 replies.
- git commit: TEZ-745. Rename TEZ_AM_ABORT_ALL_OUTPUTS_ON_DAG_FAILURE in TezConfiguration to TEZ_AM_COMMIT_ALL_OUTPUTS_ON_DAG_SUCCESS (Jonathan Eagles via bikas) - posted by bi...@apache.org on 2014/02/05 22:31:50 UTC, 0 replies.
- git commit: TEZ-781. Add unit test for fault tolerance (input failure causes re-run of previous task under allowed maximum failed attempt) (Tassapol Athiapinya via bikas) - posted by bi...@apache.org on 2014/02/06 04:34:06 UTC, 0 replies.
- git commit: TEZ-777. Obtain tokens for LocalResources specified in the DAGPlan (Patch by Gunther Hagleitner, reviewed by Siddharth Seth) - posted by gu...@apache.org on 2014/02/06 23:15:09 UTC, 0 replies.
- git commit: TEZ-807. Build broken due to NPE (Patch by Gunther Hagleitner, reviewed by Siddharth Seth) - posted by gu...@apache.org on 2014/02/07 01:38:10 UTC, 0 replies.
- svn commit: r1565514 - in /incubator/tez/site: index.html install.html issue-tracking.html license.html mail-lists.html privacy-policy.html project-info.html talks.html team-list.html - posted by hi...@apache.org on 2014/02/07 02:57:12 UTC, 0 replies.
- git commit: TEZ-810. Add Gunther H. to the website. (Gunther Hagleitner via hitesh) - posted by hi...@apache.org on 2014/02/07 02:57:16 UTC, 0 replies.
- git commit: TEZ-812. exclude slf4j dependencies from hadoop. (Giridharan Kesavan via hitesh) - posted by hi...@apache.org on 2014/02/07 04:20:20 UTC, 0 replies.
- [1/3] TEZ-799. Generate data to be used for recovery. (hitesh) - posted by hi...@apache.org on 2014/02/07 05:05:31 UTC, 0 replies.
- [2/3] TEZ-799. Generate data to be used for recovery. (hitesh) - posted by hi...@apache.org on 2014/02/07 05:05:32 UTC, 0 replies.
- [3/3] git commit: TEZ-799. Generate data to be used for recovery. (hitesh) - posted by hi...@apache.org on 2014/02/07 05:05:33 UTC, 0 replies.
- git commit: TEZ-819. YARNRunner should not put -m/-r in output name when using mapred API (bikas) - posted by bi...@apache.org on 2014/02/07 22:24:26 UTC, 0 replies.
- git commit: TEZ-782. Scale I/O mem requirements if misconfigured. (sseth) - posted by ss...@apache.org on 2014/02/12 02:24:54 UTC, 0 replies.
- git commit: TEZ-796. AM Hangs & does not kill containers when map-task fails (bikas) - posted by bi...@apache.org on 2014/02/12 07:32:19 UTC, 0 replies.
- git commit: TEZ-831. Reduce line length of state machines (bikas) - posted by bi...@apache.org on 2014/02/12 20:00:08 UTC, 0 replies.
- git commit: TEZ-827. Separate initialize and start operations on Inputs/Outputs. (sseth) - posted by ss...@apache.org on 2014/02/12 22:57:34 UTC, 0 replies.
- git commit: TEZ-832. Fix a race in MemoryDistributor. (sseth) - posted by ss...@apache.org on 2014/02/13 01:02:26 UTC, 0 replies.
- git commit: TEZ-596. Change MRHelpers.serializeConf* methods to use Protobuf for serialization. Contributed by Mohammad Kamrul Islam - posted by ss...@apache.org on 2014/02/13 01:08:20 UTC, 0 replies.
- git commit: TEZ-637. [MR Support] Add all required info into JobConf for MR related I/O/P (bikas) - posted by bi...@apache.org on 2014/02/13 03:52:37 UTC, 0 replies.
- git commit: TEZ-815. Split initialize and start implementations for the various Inputs and Outputs. (sseth) - posted by ss...@apache.org on 2014/02/13 05:09:18 UTC, 0 replies.
- git commit: TEZ-826. Remove wordcountmrrtest example. (sseth) - posted by ss...@apache.org on 2014/02/13 08:52:55 UTC, 0 replies.
- git commit: TEZ-833. Have the Tez task framework set Framework counters instead of MR Processors setting them. (sseth) - posted by ss...@apache.org on 2014/02/13 23:58:05 UTC, 0 replies.
- git commit: TEZ-755. Change VertexManagerPlugin.initialize and context to be consistent with the rest of the context objects (bikas) - posted by bi...@apache.org on 2014/02/14 19:18:23 UTC, 0 replies.
- git commit: TEZ-836. Add ConcatenatedKeyValueInput for vertex groups (Gunther Hagleitner via bikas) - posted by bi...@apache.org on 2014/02/15 00:54:42 UTC, 0 replies.
- git commit: TEZ-804. Handle node loss/bad nodes (bikas) - posted by bi...@apache.org on 2014/02/15 03:52:50 UTC, 0 replies.
- git commit: TEZ-756. Allow VertexManagerPlugins to configure RootInputEvents without access to Tez internal structures. (sseth) - posted by ss...@apache.org on 2014/02/15 04:26:53 UTC, 0 replies.
- git commit: TEZ-840. Default value of DataMovementEventPayloadProto.data_generated should be true. (sseth) - posted by ss...@apache.org on 2014/02/15 04:36:17 UTC, 0 replies.
- git commit: TEZ-756 Addendum. Fix a unit test failure. (sseth) - posted by ss...@apache.org on 2014/02/15 05:03:41 UTC, 0 replies.
- git commit: TEZ-825. Fix incorrect inheritance method calls in ThreeLevels and SixLevels failing dags. (Tassapol Athiapinya via bikas) - posted by bi...@apache.org on 2014/02/16 04:39:09 UTC, 0 replies.
- git commit: TEZ-816. Add unit test for cascading input failure (Tassapol Athiapinya via bikas) - posted by bi...@apache.org on 2014/02/17 00:15:04 UTC, 0 replies.
- git commit: TEZ-843. Fix failing unit test post TEZ-756. (sseth) - posted by ss...@apache.org on 2014/02/17 08:14:37 UTC, 0 replies.
- git commit: TEZ-668. Allow Processors to control Input / Output start. (sseth) - posted by ss...@apache.org on 2014/02/18 04:10:19 UTC, 0 replies.
- git commit: TEZ-837. Remove numTasks from VertexLocationHints. (sseth) - posted by ss...@apache.org on 2014/02/18 04:23:38 UTC, 0 replies.
- git commit: TEZ-854. Fix non-recovery code path for sessions. (hitesh) - posted by hi...@apache.org on 2014/02/18 06:02:58 UTC, 0 replies.
- git commit: TEZ-801. Support routing of event to multiple destination physical inputs (bikas) - posted by bi...@apache.org on 2014/02/18 07:03:52 UTC, 0 replies.
- git commit: TEZ-787. Revert Guava dependency to 11.0.2. (sseth) - posted by ss...@apache.org on 2014/02/18 23:47:55 UTC, 0 replies.
- git commit: TEZ-823. Add DAGs with a vertex connecting with 2 downstream/upstream vertices and unit tests for fault tolerance on these DAGs (Tassapol Athiapinya via bikas) - posted by bi...@apache.org on 2014/02/19 22:57:00 UTC, 0 replies.
- git commit: TEZ-847. Visualize tez statemachines. (Min Zhou via hitesh) - posted by hi...@apache.org on 2014/02/19 22:59:06 UTC, 0 replies.
- git commit: TEZ-845. Handle un-blacklisting of nodes (bikas) - posted by bi...@apache.org on 2014/02/19 23:42:53 UTC, 0 replies.
- git commit: TEZ-619. Failing test: TestTaskScheduler.testTaskSchedulerWithReuse (Jonathan Eagles via bikas) - posted by bi...@apache.org on 2014/02/20 09:07:56 UTC, 0 replies.
- git commit: TEZ-788. Clean up dist tarballs. (Contributed by Jonathan Eagles) - posted by ss...@apache.org on 2014/02/20 23:29:01 UTC, 0 replies.
- git commit: TEZ-863. Queue events for relevant inputs untill the Input has been started. Fixes a potential NPE in case of no auto start. (sseth) - posted by ss...@apache.org on 2014/02/21 00:13:24 UTC, 0 replies.
- git commit: TEZ-842. Add built-in verification of expected execution pattern into TestFaultTolerance (Tassapol Athiapinya bikas) - posted by bi...@apache.org on 2014/02/21 01:17:54 UTC, 0 replies.
- git commit: TEZ-835. Fix a bug which could cause a divide by zero if a very small sort buffer is configured. (sseth) - posted by ss...@apache.org on 2014/02/21 02:17:55 UTC, 0 replies.
- git commit: TEZ-289. DAGAppMasterShutdownHook should not report KILLED when exception brings down AM. (Tsuyoshi Ozawa via hitesh) - posted by hi...@apache.org on 2014/02/21 05:25:46 UTC, 0 replies.
- git commit: TEZ-863 Addendum. Queue events for relevant inputs untill the Input has been started. Fixes a potential NPE in case of no auto start. (Contributed by Rajesh Balamohan) - posted by ss...@apache.org on 2014/02/21 06:41:27 UTC, 0 replies.
- git commit: TEZ-769. Change Vertex.setParallelism() to accept a set of EdgeManagerDescriptors. (hitesh) - posted by hi...@apache.org on 2014/02/22 21:13:35 UTC, 0 replies.
- git commit: Addendum patch for TEZ-769. Change Vertex.setParallelism() to accept a set of EdgeManagerDescriptors. (hitesh) - posted by hi...@apache.org on 2014/02/22 21:15:49 UTC, 0 replies.
- git commit: TEZ-824. Failure of 2 tasks in a vertex having input failures (Tassapol Athiapinya via bikas) - posted by bi...@apache.org on 2014/02/22 21:27:17 UTC, 0 replies.
- git commit: TEZ-878. doAssignAll() in TaskScheduler ignores delayedContainers being out of sync with heldContainers (bikas) - posted by bi...@apache.org on 2014/02/22 21:31:26 UTC, 0 replies.
- git commit: TEZ-844. Processors should have a mechanism to know when an Input is ready for consumption. (sseth) - posted by ss...@apache.org on 2014/02/23 01:24:30 UTC, 0 replies.
- [1/2] TEZ-779. Make Tez grouping splits logic possible outside InputFormat (bikas) - posted by bi...@apache.org on 2014/02/23 05:00:16 UTC, 0 replies.
- [2/2] git commit: TEZ-779. Make Tez grouping splits logic possible outside InputFormat (bikas) - posted by bi...@apache.org on 2014/02/23 05:00:17 UTC, 0 replies.
- git commit: TEZ-880. Support sending deserialized data in RootInputDataInformationEvents. (sseth) - posted by ss...@apache.org on 2014/02/23 08:00:33 UTC, 0 replies.
- git commit: TEZ-874. Fetcher inputstream is not buffered. (Rajesh Balamohan via hitesh) - posted by hi...@apache.org on 2014/02/23 19:01:07 UTC, 0 replies.
- [1/3] git commit: TEZ-0.3.0-incubating release: Updating INSTALL.txt - posted by hi...@apache.org on 2014/02/23 19:40:29 UTC, 0 replies.
- [2/3] git commit: TEZ-0.3.0-incubating release: Updating version in pom files. - posted by hi...@apache.org on 2014/02/23 19:40:30 UTC, 0 replies.
- [3/3] git commit: TEZ-0.3.0-incubating release: Update CHANGES.txt - posted by hi...@apache.org on 2014/02/23 19:40:31 UTC, 0 replies.
- Git Push Summary - posted by hi...@apache.org on 2014/02/23 19:42:17 UTC, 1 replies.
- svn commit: r4480 - in /dev/incubator/tez/0.3.0-incubating-rc0: ./ tez-0.3.0-incubating.tar.gz tez-0.3.0-incubating.tar.gz.asc tez-0.3.0-incubating.tar.gz.md5 tez-0.3.0-incubating.tar.gz.sha1 - posted by hi...@apache.org on 2014/02/23 19:58:41 UTC, 0 replies.
- [1/2] git commit: TEZ-881. Update Notice and any other copyright tags for year 2014. (hitesh) - posted by hi...@apache.org on 2014/02/24 20:01:42 UTC, 1 replies.
- [2/2] git commit: TEZ-882. Update versions in master for next release. (hitesh) - posted by hi...@apache.org on 2014/02/24 20:01:43 UTC, 0 replies.
- git commit: TEZ-885. TestTaskScheduler intermittent failures (bikas) - posted by bi...@apache.org on 2014/02/25 01:34:46 UTC, 0 replies.
- git commit: TEZ-865. TezTaskContext.getDAGName() does not return DAG name (Tsuyoshi OZAWA via bikas) - posted by bi...@apache.org on 2014/02/25 19:11:04 UTC, 0 replies.
- git commit: TEZ-888. TestAMNodeMap.testNodeSelfBlacklist failing intermittently (bikas) - posted by bi...@apache.org on 2014/02/25 22:16:54 UTC, 0 replies.
- git commit: TEZ-883. Fix unit tests to use comma separated values in tests having output verification at more than 1 tasks. (Tassapol Athiapinya via bikas) - posted by bi...@apache.org on 2014/02/26 00:03:47 UTC, 0 replies.
- git commit: TEZ-889. Fixes a bug in MRInputSplitDistributor (caused by TEZ-880). (sseth) - posted by ss...@apache.org on 2014/02/26 00:17:03 UTC, 1 replies.
- [2/2] git commit: TEZ-0.3.0-incubating release: Update CHANGES.txt - posted by hi...@apache.org on 2014/02/26 01:10:25 UTC, 0 replies.
- svn commit: r4508 - in /dev/incubator/tez: 0.3.0-incubating-rc0/ 0.3.0-incubating-rc1/ - posted by hi...@apache.org on 2014/02/26 01:22:12 UTC, 0 replies.
- git commit: TEZ-891. TestTaskScheduler does not handle mockApp being called on different thread (bikas) - posted by bi...@apache.org on 2014/02/26 04:17:49 UTC, 0 replies.
- git commit: TEZ-715. Auto Reduce Parallelism can rarely trigger NPE in AM at DAGAppMaster.handle(DAGAppMaster.java:1268) (bikas) - posted by bi...@apache.org on 2014/02/27 00:07:58 UTC, 0 replies.
- git commit: TEZ-896. Fix AM splits to work on secure clusters when using the mapred API. (sseth) - posted by ss...@apache.org on 2014/02/27 01:54:27 UTC, 0 replies.
- git commit: TEZ-898. Handle inputReady and initial memory request in case of 0 physical inputs. (sseth) - posted by ss...@apache.org on 2014/02/27 06:26:12 UTC, 0 replies.
- git commit: TEZ-887. Allow counters to be separated at a per Input/Output level. (sseth) - posted by ss...@apache.org on 2014/02/28 01:54:35 UTC, 0 replies.
- git commit: TEZ-535. Redirect AM logs to different files when running multiple DAGs in the same AM. Contributed by Mohammad Kamrul Islam. - posted by ss...@apache.org on 2014/02/28 03:49:50 UTC, 0 replies.
- svn commit: r4537 - in /dev/incubator/tez/0.3.0-incubating-rc1: tez-0.3.0-incubating.tar.gz.sha tez-0.3.0-incubating.tar.gz.sha1 - posted by hi...@apache.org on 2014/02/28 22:40:22 UTC, 0 replies.