You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by GitBox <gi...@apache.org> on 2021/06/22 18:35:09 UTC

[GitHub] [carbondata] IceMimosa opened a new pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

IceMimosa opened a new pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159


   Sometimes we want to reuse the CarbonWriterBuilder object to build CarbonWriter with different output paths, but it does not work.
   
   For example:
   
   ```kotlin
   val builder = CarbonWriter.builder().withCsvInput(...).writtenBy(...)
   
   // 1. first writing with path1
   val writer1 = builder.outputPath(path1).build()
   // write data, it works 
   
   // 2. second writing with path2
   val writer2 = builder.outputPath(path2).build()
   // write data, it does not work. It still writes data to path1
   ```


-- 
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:
users@infra.apache.org



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159#issuecomment-867050366


   Build Failed  with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/3879/
   


-- 
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:
users@infra.apache.org



[GitHub] [carbondata] IceMimosa closed pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
IceMimosa closed pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159


   


-- 
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: dev-unsubscribe@carbondata.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [carbondata] IceMimosa commented on pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
IceMimosa commented on pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159#issuecomment-867278514


   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:
users@infra.apache.org



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159#issuecomment-866941438


   Build Failed  with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/22/
   


-- 
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:
users@infra.apache.org



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159#issuecomment-866939690


   Build Failed  with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/3875/
   


-- 
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:
users@infra.apache.org



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159#issuecomment-866345728


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/3868/
   


-- 
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:
users@infra.apache.org



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159#issuecomment-867411100


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/5624/
   


-- 
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:
users@infra.apache.org



[GitHub] [carbondata] ydvpankaj99 commented on pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
ydvpankaj99 commented on pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159#issuecomment-866778014


   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:
users@infra.apache.org



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159#issuecomment-866321513


   Build Failed  with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/5613/
   


-- 
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:
users@infra.apache.org



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159#issuecomment-867189320


   Build Failed  with Spark 2.3.4, Please check CI http://121.244.95.60:12602/job/ApacheCarbonPRBuilder2.3/5620/
   


-- 
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:
users@infra.apache.org



[GitHub] [carbondata] IceMimosa commented on pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
IceMimosa commented on pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159#issuecomment-866474722


   How do I login to Jenkins?


-- 
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:
users@infra.apache.org



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159#issuecomment-866643399


   Build Success with Spark 3.1, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_3.1/2/
   


-- 
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:
users@infra.apache.org



[GitHub] [carbondata] CarbonDataQA2 commented on pull request #4159: [CARBONDATA-4227] SDK CarbonWriterBuilder cannot execute `build()` several times with different output path

Posted by GitBox <gi...@apache.org>.
CarbonDataQA2 commented on pull request #4159:
URL: https://github.com/apache/carbondata/pull/4159#issuecomment-867416617


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12602/job/ApacheCarbon_PR_Builder_2.4.5/3881/
   


-- 
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:
users@infra.apache.org