CarbonDataQA1 commented on pull request #3941: URL: https://github.com/apache/carbondata/pull/3941#issuecomment-696571060 Build Failed with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/2418/ ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
kunal642 commented on pull request #3941: URL: https://github.com/apache/carbondata/pull/3941#issuecomment-696577595 retest this please ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3941: URL: https://github.com/apache/carbondata/pull/3941#issuecomment-696633192 Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/2425/ ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3941: URL: https://github.com/apache/carbondata/pull/3941#issuecomment-696633965 Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/4168/ ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
kunal642 commented on pull request #3941: URL: https://github.com/apache/carbondata/pull/3941#issuecomment-696640029 @akashrn5 build passed ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
akashrn5 commented on pull request #3941: URL: https://github.com/apache/carbondata/pull/3941#issuecomment-696647592 LGTM ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
asfgit closed pull request #3941: URL: https://github.com/apache/carbondata/pull/3941 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
CarbonDataQA1 commented on pull request #3941: URL: https://github.com/apache/carbondata/pull/3941#issuecomment-696565124 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
akashrn5 commented on a change in pull request #3941: URL: https://github.com/apache/carbondata/pull/3941#discussion_r492488092 ########## File path: integration/hive/src/main/java/org/apache/carbondata/hive/MapredCarbonInputFormat.java ########## @@ -158,7 +158,9 @@ private static CarbonTable getCarbonTable(Configuration configuration, String pa try { splitList = carbonInputFormat.getSplits(jobContext); } catch (IOException ex) { - if (ex.getMessage().contains("No Index files are present in the table location :")) { + LOGGER.error("Unable to get splits: ", ex); + if (ex.getMessage().contains("No Index files are present in the table location :") || Review comment: can you add UT for these, so that later if anyone changes message, they should take care here. ########## File path: integration/hive/src/main/java/org/apache/carbondata/hive/MapredCarbonInputFormat.java ########## @@ -158,7 +158,9 @@ private static CarbonTable getCarbonTable(Configuration configuration, String pa try { splitList = carbonInputFormat.getSplits(jobContext); } catch (IOException ex) { - if (ex.getMessage().contains("No Index files are present in the table location :")) { + LOGGER.error("Unable to get splits: ", ex); + if (ex.getMessage().contains("No Index files are present in the table location :") || + ex.getMessage().contains("CarbonData file is not present in the table location")) { Review comment: As i can see from code, `CarbonData file is not present in the table location` is a FIleNotFoundException message, not IO, so this condition will be always false? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
kunal642 commented on pull request #3941: URL: https://github.com/apache/carbondata/pull/3941#issuecomment-696577595 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
kunal642 commented on a change in pull request #3941: URL: https://github.com/apache/carbondata/pull/3941#discussion_r492497322 ########## File path: integration/hive/src/main/java/org/apache/carbondata/hive/MapredCarbonInputFormat.java ########## @@ -158,7 +158,9 @@ private static CarbonTable getCarbonTable(Configuration configuration, String pa try { splitList = carbonInputFormat.getSplits(jobContext); } catch (IOException ex) { - if (ex.getMessage().contains("No Index files are present in the table location :")) { + LOGGER.error("Unable to get splits: ", ex); + if (ex.getMessage().contains("No Index files are present in the table location :") || Review comment: This new added scenario is only failing in cluster ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
akashrn5 commented on pull request #3941: URL: https://github.com/apache/carbondata/pull/3941#issuecomment-696511140 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
asfgit closed pull request #3941: URL: https://github.com/apache/carbondata/pull/3941 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
Free forum by Nabble | Edit this page |