You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by rm...@apache.org on 2018/07/20 16:05:44 UTC

metron git commit: METRON-1562 Enable Kerberos in REST for YARN and MR jobs (merrimanr) closes apache/metron#1094

Repository: metron
Updated Branches:
  refs/heads/feature/METRON-1554-pcap-query-panel b580a69f1 -> 8763fba2f


METRON-1562 Enable Kerberos in REST for YARN and MR jobs (merrimanr) closes apache/metron#1094


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

Branch: refs/heads/feature/METRON-1554-pcap-query-panel
Commit: 8763fba2ff579b37b6af82822fc4b2c4390665a8
Parents: b580a69
Author: merrimanr <me...@gmail.com>
Authored: Fri Jul 20 11:05:32 2018 -0500
Committer: rmerriman <me...@gmail.com>
Committed: Fri Jul 20 11:05:32 2018 -0500

----------------------------------------------------------------------
 .../ansible/roles/ambari_config/vars/single_node_vm.yml   |  1 +
 metron-interface/metron-rest/pom.xml                      | 10 ++++++++++
 2 files changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metron/blob/8763fba2/metron-deployment/ansible/roles/ambari_config/vars/single_node_vm.yml
----------------------------------------------------------------------
diff --git a/metron-deployment/ansible/roles/ambari_config/vars/single_node_vm.yml b/metron-deployment/ansible/roles/ambari_config/vars/single_node_vm.yml
index 6b67719..a3c643b 100644
--- a/metron-deployment/ansible/roles/ambari_config/vars/single_node_vm.yml
+++ b/metron-deployment/ansible/roles/ambari_config/vars/single_node_vm.yml
@@ -69,6 +69,7 @@ configurations:
       yarn_heapsize: 512
       apptimelineserver_heapsize : 512
       resourcemanager_heapsize: 1024
+      min_user_id: 500
   - mapred-env:
       jobhistory_heapsize: 256
   - mapred-site:

http://git-wip-us.apache.org/repos/asf/metron/blob/8763fba2/metron-interface/metron-rest/pom.xml
----------------------------------------------------------------------
diff --git a/metron-interface/metron-rest/pom.xml b/metron-interface/metron-rest/pom.xml
index 1bf0fd6..e98c96b 100644
--- a/metron-interface/metron-rest/pom.xml
+++ b/metron-interface/metron-rest/pom.xml
@@ -191,6 +191,16 @@
           </exclusion>
         </exclusions>
       </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-mapreduce-client-app</artifactId>
+        <version>${global_hadoop_version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-mapreduce-client-core</artifactId>
+        <version>${global_hadoop_version}</version>
+      </dependency>
         <dependency>
             <groupId>org.apache.metron</groupId>
             <artifactId>metron-hbase-client</artifactId>