1. 1061cf5 TEZ-3813. Reduce Object size of MemoryFetchedInput for large jobs (Muhammad Samir Khan via jeagles) by Jonathan Eagles · 7 years ago
  2. 8dcf8a1 TEZ-3803. Tasks can get killed due to insufficient progress while waiting for shuffle inputs to complete. Contributed by Kuhu Shukla by Jason Lowe · 7 years ago
  3. 614937c TEZ-3804. FetcherOrderedGrouped#setupLocalDiskFetch should ignore empty partition records (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  4. 2358521 TEZ-3807. InMemoryWriter is not tested with RLE enabled. Contributed by Muhammad Samir Khan by Jason Lowe · 7 years ago
  5. 573ac29 TEZ-3212. IFile throws NegativeArraySizeException for value sizes between 1GB and 2GB (Muhammad Samir Khan via jeagles) by Jonathan Eagles · 7 years ago
  6. 6cbfd1e TEZ-3752. Reduce Object size of InMemoryMapOutput for large jobs (Muhammad Samir Khan via jeagles) by Jonathan Eagles · 7 years ago
  7. 46e7706 TEZ-3806. Changes for 0.9.0 release (zhiyuany) by Zhiyuan Yang · 7 years ago
  8. 4b5448d TEZ-3805. Analyzer: Add an analyzer to find out scheduling misses in 1:1 edges (rbaalmohan) by Rajesh Balamohan · 7 years ago
  9. 5d78833 TEZ-3797. Add tez debug tool for comparing counters of 2 DAGs. Contributed by Prasanth Jayachandran. by Siddharth Seth · 7 years ago
  10. 70a7cf5 TEZ-3801. Update version in master to 0.9.1 (zhiyuany) by Zhiyuan Yang · 7 years ago
  11. 44074a4 TEZ-3798. Remove duplicate package-info.java (zhiyuany) by Zhiyuan Yang · 7 years ago
  12. 6777707 TEZ-3792. RootInputVertexManager doesn't drain queued source task completed events (Eric Badger via jeagles) by Jonathan Eagles · 7 years ago
  13. 07d9146 TEZ-3795. Vertex state machine can throw InvalidStateTransitonException from TERMINATING state (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  14. 8d1ec6f TEZ-3794. tez-tools: swimlane does not recognize HistoryEventHandler.criticalEvents based logs (rbalamohan) by Rajesh Balamohan · 7 years ago
  15. 87b6023 TEZ-3791. Failed/Killed task can throw InvalidStateTransitonException when a new attempt is launched (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  16. 6d26a5c TEZ-3787. Remove Tez UI build and rebuild errors and warning due to yarn install and ember-truth-helpers (jeagles) by Jonathan Eagles · 7 years ago
  17. 487beee TEZ-3786. Fix Tez UI test failures after TEZ-3775 (jeagles) by Jonathan Eagles · 7 years ago
  18. 3d665f9 TEZ-3784. Submitting very large DAG throws com.google.protobuf.CodedInputStream exception (rbalamohan) by Rajesh Balamohan · 7 years ago
  19. b915a07 TEZ-3785. Add Zhiyuan Yang's public key to KEYS (zhiyuany) by Zhiyuan Yang · 7 years ago
  20. b32b66f TEZ-3274. Vertex with MRInput and broadcast input does not respect slow start (Eric Badger via jeagles) by Jonathan Eagles · 7 years ago
  21. 59f57c1 TEZ-3775. Tez UI: Show DAG context in document title (jeagles) by Jonathan Eagles · 7 years ago
  22. a47e8fc TEZ-3605. Detect and prune empty partitions for the Ordered case (kshukla) by Kuhu Shukla · 7 years ago
  23. ea05361 TEZ-3771. Tez UI: WASB/ADLS counters should be listed on the Tez UI (sree) by Sreenath Somarajapuram · 7 years ago
  24. b3e20c7 TEZ-3769. Unordered: Fix wrong stats being sent out in the last event, when final merge is disabled (rbalamohan) by Rajesh Balamohan · 7 years ago
  25. 24475ac TEZ-3777. Avoid buffer copies by passing RLE flag to TezMerger from PipelinedSorter (rbalamohan) by Rajesh Balamohan · 7 years ago
  26. 020a7c8 TEZ-3767. Shuffle should not report error to AM during inputContext.killSelf(). (rbalamohan) by Rajesh Balamohan · 7 years ago
  27. de72fbe TEZ-3778. Remove SecurityInfo from tez-auxservices shaded jar (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  28. 5b0f5a0 TEZ-3762. When final merge is disabled in unordered case, it should create index file instead of relying on cache (zhiyuany) by Zhiyuan Yang · 7 years ago
  29. a7f93ae TEZ-3761. NPE in Fetcher under load (jeagles) by Jonathan Eagles · 7 years ago
  30. 4a7719b TEZ-3758. Vertex can hang in RUNNING state when two task attempts finish very closely and have retroactive failures (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  31. 4fa2e86 TEZ-3768. Test timeout value for TestShuffleHandlerJobs is low (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  32. a925c83 TEZ-3693. ControlledClock is not used. Contributed by Muhammad Samir Khan by Jason Lowe · 7 years ago
  33. 92e86f9 TEZ-3766. Tez Aux-services : Clean up shaded jar to not include default config xml files and yarn-client pieces (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  34. c7a0461 TEZ-3760. Tez AUX Services: Shading needs to filter SIG files with -Pazure builds (kshukla) by Kuhu Shukla · 7 years ago
  35. f0a9281 TEZ-3741. Tez outputs should free memory when closed (Jason Lowe via kshukla) by Kuhu Shukla · 7 years ago
  36. a70e163 TEZ-3698: UnorderedKV writer should be able to honor tez.runtime.enable.final-merge.in.output without pipelinedshuffle (rbalamohan) by Rajesh Balamohan · 7 years ago
  37. 29b45bc TEZ-3732. Reduce Object size of InputAttemptIdentifier and MapOutput for large jobs (Jonathan Eagles via kshukla) by Kuhu Shukla · 7 years ago
  38. 0ee044c TEZ-3745. Change master to required java 8 (Siddharth Seth via jeagles) by Jonathan Eagles · 7 years ago
  39. d5e65e2 TEZ-3701. UnorderedPartitionedKVWriter - issues with parallel Deflater usage, synchronousqueue in threadpool (rbalamohan) by Rajesh Balamohan · 7 years ago
  40. a2ba950 TEZ-3750. Add TEZ_RUNTIME_UNORDERED_PARTITIONED_KVWRITER_BUFFER_MERGE_PERCENT to UnorderedPartitionedKVOutput. (harishjp) by Harish JP · 7 years ago
  41. 1250ef5 TEZ-3749. Get map and reduce task memory from JobConf. (harishjp) by Harish JP · 7 years ago
  42. 7f026a8 TEZ-3748. TaskAttemptImpl State Machine Invalid event: TA_SUBMITTED at KILL_IN_PROGRESS (jeagles) by Jonathan Eagles · 7 years ago
  43. 7993156 TEZ-3739. Fair CartesianProduct doesn't works well with huge difference in output size (zhiyuany) by Zhiyuan Yang · 7 years ago
  44. 01db837 TEZ-3713. Allow dag level deletion in cases where containers are reused (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  45. 5363947 TEZ-3714. Tez UI: Hive Queries page: Use Dag ID and App ID if they are published form Hive side. (sree) by Sreenath Somarajapuram · 7 years ago
  46. 1225fd5 TEZ-3747. TezConstants.TEZ_SHUFFLE_HANDLER_SERVICE_ID is referenced in Hive (kshukla) by Kuhu Shukla · 7 years ago
  47. 241a7fa TEZ-3712. Use Local FileContext for deleting dag level directories (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  48. fc4cddf TEZ-3633. Implement keep-alive timeout in tez shuffle handler (jeagles) by Jonathan Eagles · 7 years ago
  49. 59e65aa TEZ-3736. SubmittedDAGs is always 0 in Resource Manager UI. Contributed by Artem Velykorodnyi. by Siddharth Seth · 7 years ago
  50. 542a199 TEZ-3744. Fix findbugs warnings after TEZ-3334 merge (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  51. ddfb262 TEZ-3743. TestTaskCommunicatorContextImpl throws NullPointerException after TEZ-3334 merge (Jonathan Eagles via kshukla) by Kuhu Shukla · 7 years ago
  52. c0faeae TEZ-3742. Fix AMContainerHelpers#createCommonContainerLaunchContext to not pass localResources. (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  53. a991f17 TEZ-3740. Clean up TEZ-3334-CHANGES.txt (Jonathan Eagles via kshukla) by Kuhu Shukla · 7 years ago
  54. fcae275 TEZ-3735. Test failures in TestTaskAttempt and TestAMContainerMap (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  55. 87f62a3 Merge branch 'master' into TEZ-3334-MERGE1 by Jonathan Eagles · 7 years ago
  56. 788c1ad TEZ-3737. FairCartesianProductVertexMananger used incorrect #partition (zhiyuany) by Zhiyuan Yang · 7 years ago
  57. 51972ef TEZ-3691. Setup fetchers to use shared executor. (harishjp) by Harish JP · 7 years ago
  58. 8c44077 TEZ-3007. Use AppFinalState.ENDED when unregistering with the RM in session mode (harishjp) by Harish JP · 7 years ago
  59. 7a17881 TEZ-3334 merge conflict by Jonathan Eagles · 7 years ago
  60. a496252 Merge branch 'master' into TEZ-3334-MERGE1 by Jonathan Eagles · 7 years ago
  61. 251ca1c Merge branch 'TEZ-3334' into TEZ-3334-MERGE1 by Jonathan Eagles · 7 years ago
  62. 1176733 TEZ-3662. Vertex Duration in 0.9 Tez UI regression from 0.7 (jeagles) by Jonathan Eagles · 7 years ago
  63. ca834d4 TEZ-3730. Lower logging level in UnorderedPartitionedKVWriter. Contributed by Prasanth Jayachandran. by Siddharth Seth · 7 years ago
  64. 8e85c46 TEZ-3726. Clean up DeletionTracker's reflection instantiation and provide ContainerLauncher with dagComplete() functionality (kshukla) by Kuhu Shukla · 7 years ago TEZ-3334
  65. e3ee7a6 TEZ-3723. TezIndexRecord#hasData() returns true for empty index record in the Unordered case (kshukla) by Kuhu Shukla · 7 years ago
  66. 80f95b1 TEZ-3731. Add committer kshukla to Tez Team List (kshukla) by Kuhu Shukla · 7 years ago
  67. 886fac7 TEZ-3725. Cleanup http connections and other unnecessary fields in DAG Deletion tracker classes. (kshukla) by Kuhu Shukla · 7 years ago
  68. 4d100b2 TEZ-3709. TezMerger is slow for high number of segments (jeagles) by Jonathan Eagles · 7 years ago
  69. 6317725 TEZ-3716. Allow attempt retries to be treated the same as the first by Siddharth Seth · 7 years ago
  70. dd9c517 TEZ-3715. Differentiate between TaskAttempt submission and TaskAttempt by Siddharth Seth · 7 years ago
  71. de21f99 TEZ-3719. DAGImpl.computeProgress slows down dispatcher and ipc threads (Gopal V via jeagles) by Jonathan Eagles · 7 years ago
  72. a55fe80 TEZ-3708. Improve parallelism and auto grouping of unpartitioned cartesian product (zhiyuany) by Zhiyuan Yang · 7 years ago
  73. dec7c1b TEZ-3717. tez-yarn-timeline-history-with-fs does not build with hadoop-2.8. (harishjp) by Harish JP · 7 years ago
  74. 93bd26e TEZ-3700 addendum. Consumer attempt should kill itself instead of by Siddharth Seth · 7 years ago
  75. d9f542f TEZ-3697. Adding #output_record in vertex manager event payload (zhiyuany) by Zhiyuan Yang · 7 years ago
  76. 4ed4a56 TEZ-3673. Allocate smaller buffers in UnorderedPartitionedKVWriter. (harishjp) by Harish JP · 7 years ago
  77. 651257f Merge remote-tracking branch 'origin/master' into TEZ-3334-MERGE1 by Jonathan Eagles · 7 years ago
  78. e1a9c28 Merge remote-tracking branch 'origin/TEZ-3334' into TEZ-3334-MERGE1 by Jonathan Eagles · 7 years ago
  79. b81592a TEZ-3705. Modify DeletionTracker and deletion threads to be initialized only if enabled for tez_shuffle (Kuhu Shukla via jeagles) by Jonathan Eagles · 7 years ago
  80. 68fe023 TEZ-3696. Jobs can hang when both concurrency and speculation are by Siddharth Seth · 7 years ago
  81. fb7b146 TEZ-3707. TezSharedExecutor race condition in awaitTermination vs isTerminated. (harishjp) by Harish JP · 7 years ago
  82. 7b30785 TEZ-3700. Consumer attempt should kill itself instead of failing during validation checks with final merge avoidance (rbalamohan) by Rajesh Balamohan · 7 years ago
  83. ebf3fb1 TEZ-3703. Use a sha comparison to compare vertex and dag resources, if by Siddharth Seth · 7 years ago
  84. 23b4338 TEZ-3702. Tez shuffle jar includes service loader entry for ClientProtocolProvider but not the corresponding class (jlowe) by Jason Lowe · 7 years ago
  85. 247719d TEZ-3690. addendum patch. Tez on hadoop 3 build failed due to hdfs client/server jar separation (zhiyuany) by Zhiyuan Yang · 7 years ago
  86. 1c31b79 TEZ-3699. For large dataset, pipelined shuffle throws exceptions in consumer side for UnorderedPartitioned edge (rbalamohan) by Rajesh Balamohan · 7 years ago
  87. d283063 TEZ-3685. ShuffleHandler completedInputSet off-by-one error (jeagles) by Jonathan Eagles · 7 years ago
  88. db6f05f TEZ-3695. TestTezSharedExecutor fails sporadically. (jlowe) by Jason Lowe · 7 years ago
  89. ad8a80d TEZ-2049. Remove YARN references from Tez AsyncDispatcher (zhiyuany) by Zhiyuan Yang · 7 years ago
  90. bb4fb64 TEZ-3675. Handle changes to ResourceCalculatorProcessTree in YARN-3427 for Hadoop 3.x (zhiyuany) by Zhiyuan Yang · 7 years ago
  91. f16b5bf TEZ-3690. Tez on hadoop 3 build failed due to hdfs client/server jar separation (Junping Du via zhiyuany) by Zhiyuan Yang · 7 years ago
  92. ca607d6 TEZ-3689. Change minimum hadoop version to 2.7.0. (sseth) by Siddharth Seth · 7 years ago
  93. c9c6fbf TEZ-3687. Code smell in DAGStatus and VertexStatus equals implementation (Akira Ajisaka via zhiyuany) by Zhiyuan Yang · 7 years ago
  94. e9d0b1b TEZ-3611. Create lightweight summary events for ATS. (harishjp) by Harish JP · 7 years ago
  95. 59f56a5 TEZ-3631. Tez UI: TEZ_DAG_EXTRA_INFO compatibility changes - Makes All DAGs page faster (sree) by Sreenath Somarajapuram · 7 years ago
  96. cadf31b TEZ-3680. Optimizations to UnorderedPartitionedKVWriter (rbalamohan) by Rajesh Balamohan · 7 years ago
  97. a5179d6 TEZ-1187. Add a framework ExecutorService which shares threads (harishjp) by Harish JP · 7 years ago
  98. fb0e45b TEZ-3616. TestMergeManager#testLocalDiskMergeMultipleTasks fails intermittently (Fei Hui via harishjp) by Harish JP · 7 years ago
  99. f355a05 TEZ-3654. Make CartesianProduct edge work with GroupInputEdge (zhiyuany) by Zhiyuan Yang · 7 years ago
  100. e0ee28a TEZ-3285. Tez UI: Lock down dependency versions (sree) by Sreenath Somarajapuram · 7 years ago