Chia-Ping Tsai
Chia-Ping Tsai
issue: https://issues.apache.org/jira/browse/RANGER-3231
issue: https://issues.apache.org/jira/browse/RANGER-3310 # Description The command 'stat -c "%u" pom.xml' is used to get the UID from host. However, the command is not supported by macOS. Hence, macOS users can't...
issue: https://issues.apache.org/jira/browse/RANGER-3315 We ought to reuse `build_ranger_using_docker.sh` to simplify ranger CI (all required dependencies can be included by container). Also, our travis CI config is broken because of following reasons....
RANGER-3184 had removed support for audit to RDBMS. The org.apache.ranger.audit.entity.AuthzAuditEventDbObj in the class element can be removed also.
fix #260
This issue is related to https://github.com/apache/kafka/pull/9712 Printing info level message to stdout helps us from avoiding timeout (see https://docs.travis-ci.com/user/common-build-problems/#my-builds-are-timing-out). Also, it is more "quiet" than debug level.
We noticed this issue when appending value to `leader.replication.throttled.replicas`. The default value is empty string, so it produces `,0:0` rather than `0:0`. For another, parsing throttled replicas get failed when...
related to https://issues.apache.org/jira/browse/OOZIE-3621
related to https://github.com/palantir/k8s-spark-scheduler/issues/152#issuecomment-877627500 As I did not include the overhead when setting memory annotations, the scheduler tries to assign pods to nodes which have no enough (memory) resources. Also, I...
### What is this PR for? see comment (https://issues.apache.org/jira/browse/YUNIKORN-22?focusedCommentId=17398860&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17398860) Currently, all nodes are hardcode to be assigned to "default" partition. That brings two disadvantages. 1. we can't select specify nodes,...