Repository: hive
Updated Branches:
  refs/heads/branch-2.0 73734a044 -> b45f4c69f


HIVE-12448. Change to tracking of dag status via dagIdentifier instead of dag 
name. (Siddharth Seth, reviewed by Sergey Shelukhin) ADDENDUM


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/e989bcd9
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/e989bcd9
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/e989bcd9

Branch: refs/heads/branch-2.0
Commit: e989bcd96080729a45215ddc17ed3a90e6a8dd80
Parents: 73734a0
Author: Sergey Shelukhin <ser...@apache.org>
Authored: Mon Feb 1 12:36:24 2016 -0800
Committer: Sergey Shelukhin <ser...@apache.org>
Committed: Mon Feb 1 12:36:24 2016 -0800

----------------------------------------------------------------------
 .../llap/daemon/impl/TestQueryIdentifier.java     | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/e989bcd9/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestQueryIdentifier.java
----------------------------------------------------------------------
diff --git 
a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestQueryIdentifier.java
 
b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestQueryIdentifier.java
index 39a3865..a035573 100644
--- 
a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestQueryIdentifier.java
+++ 
b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestQueryIdentifier.java
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package org.apache.hadoop.hive.llap.daemon.impl;
 
 import static org.junit.Assert.assertEquals;

Reply via email to