diff --git a/gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/orc/HiveOrcSerDeManager.java b/gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/orc/HiveOrcSerDeManager.java index 98adb4ca7..e1a0e3e93 100644 --- a/gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/orc/HiveOrcSerDeManager.java +++ b/gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/orc/HiveOrcSerDeManager.java @@ -249,7 +249,7 @@ private static boolean isORC(Path file, FileSystem fs) return true; } catch (Exception e) { - throw new RuntimeException("Error occured when checking the type of file:" + file); + throw new RuntimeException("Error occurred when checking the type of file:" + file); } } diff --git a/gobblin-restli/gobblin-flow-config-service/gobblin-flow-config-service-api/src/main/pegasus/org/apache/gobblin/service/Issue.pdl b/gobblin-restli/gobblin-flow-config-service/gobblin-flow-config-service-api/src/main/pegasus/org/apache/gobblin/service/Issue.pdl index 47cc512b6..09a70ee6b 100644 --- a/gobblin-restli/gobblin-flow-config-service/gobblin-flow-config-service-api/src/main/pegasus/org/apache/gobblin/service/Issue.pdl +++ b/gobblin-restli/gobblin-flow-config-service/gobblin-flow-config-service-api/src/main/pegasus/org/apache/gobblin/service/Issue.pdl @@ -8,7 +8,7 @@ namespace org.apache.gobblin.service record Issue { /** - * Time when the issue have occured + * Time when the issue have occurred */ time: Timestamp