iwasakims commented on pull request #227:
URL: https://github.com/apache/yetus/pull/227#issuecomment-951941136


   The added `${GREP}" -i -E "^/" ` is for removing useless lines begging from 
"from " or "In file included from" shown in the following example.
   
   ```
   [WARNING] 
/home/centos/srcs/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/main/native/src/util/StringUtil.cc:51:21:
 warning: invalid suffix on literal; C++11 requires a space between literal and 
string macro [-Wliteral-suffix]
   [WARNING]                  from 
/home/centos/srcs/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/main/native/test/lib/TestPartitionBucket.cc:21:
   [WARNING] 
/home/centos/srcs/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/main/native/src/lib/MemoryPool.h:52:32:
 warning: dynamic exception specifications are deprecated in C++11 
[-Wdeprecated]
   [WARNING] In file included from 
/home/centos/srcs/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/main/native/test/lib/TestPartitionBucket.cc:21:
   [WARNING] 
/home/centos/srcs/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/main/native/src/lib/PartitionBucket.h:127:36:
 warning: dynamic exception specifications are deprecated in C++11 
[-Wdeprecated]
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to