This is an automated email from the ASF dual-hosted git repository.
huor pushed a commit to branch huor
in repository https://gitbox.apache.org/repos/asf/hawq.git
The following commit(s) were added to refs/heads/huor by this push:
new c6b9711 Add header file for libyarn client
c6b9711 is described below
commit c6b9711e743225234c7b28bdad6b28376be8cb8b
Author: Ruilong Huo <[email protected]>
AuthorDate: Thu Mar 14 11:23:19 2019 +0800
Add header file for libyarn client
---
depends/libyarn/src/libyarnclient/ApplicationClient.cpp | 1 +
depends/libyarn/src/libyarnclient/ApplicationMaster.cpp | 1 +
2 files changed, 2 insertions(+)
diff --git a/depends/libyarn/src/libyarnclient/ApplicationClient.cpp
b/depends/libyarn/src/libyarnclient/ApplicationClient.cpp
index b307624..5b194aa 100644
--- a/depends/libyarn/src/libyarnclient/ApplicationClient.cpp
+++ b/depends/libyarn/src/libyarnclient/ApplicationClient.cpp
@@ -19,6 +19,7 @@
#include <iostream>
#include <sstream>
+#include <vector>
#include "rpc/RpcAuth.h"
#include "common/XmlConfig.h"
diff --git a/depends/libyarn/src/libyarnclient/ApplicationMaster.cpp
b/depends/libyarn/src/libyarnclient/ApplicationMaster.cpp
index 743de86..f0824b7 100644
--- a/depends/libyarn/src/libyarnclient/ApplicationMaster.cpp
+++ b/depends/libyarn/src/libyarnclient/ApplicationMaster.cpp
@@ -18,6 +18,7 @@
*/
#include <pthread.h>
+#include <vector>
#include "rpc/RpcAuth.h"
#include "common/XmlConfig.h"