Gil Vernik
Gil Vernik
@desimonemike123 based on the log, it seems you are using Hive, right? If this is the case, then stocator doesn't support Hive flows
@mariobriggs I will handle this. Thanks
@robin-sun why there is a problem with an empty file? if you write "foo" file with Stocator via Spark it will be ``` foo foo/_SUCCESS foo/part-1-xx foo/part-2-xx etc. ``` You...
@mariobriggs @robin-sun empty file name to simulate a folder in object storage is not invented by Stocator, but used in other Big Data systems. This is easiest way for Hadoop...
@mtsargent you are not suppose to access parts of the file. This is general Hadoop eco-system usage. Parts are internal files, that were created by distributed tasks. You should never...
@mtsargent i expect exactly as you wrote. if this doesn't work, then it's a bug in Stocator and need to be fixed of course.
@mtsargent however it's not clear how to make ranges in [x-y]...if it's numeric or literal is important to know. for example, [aaxy-xyba], what you expect to have? there might be...
@mtsargent thanks. I think we support {} right now, [] is not supported, but i need double check. At least i don't see unitests for [], only for {} https://github.com/CODAIT/stocator/blob/master/src/test/java/com/ibm/stocator/fs/cos/systemtests/TestCOSGlobberBracketStocator.java...
@lresende can you please see if everything works as expected? Thanks
@lresende yeap...i run ./create-release.sh --releaseVersion="1.0.32" --developmentVersion="1.0.33-SNAPSHOT" and got those prints.