ShardInfo shard=createShardInfo(newShardUuid,bucketNumber,output,nodes,rowCount,uncompressedSize); | ShardInfo shard=createShardInfo(newShardUuid,bucketNumber,localFileSystem.pathToFile(output),nodes,rowCount,uncompressedSize); | output | localFileSystem.pathToFile(output) | presto | 5a896f46ac7e5c986b781de134a11dc5401b8d24 | com.facebook.presto.raptor.storage.OrcStorageManager | | | | | | Uses | False |
getFutureValue(backupManager.submit(newShardUuid,output)); | getFutureValue(backupManager.submit(newShardUuid,localFileSystem.pathToFile(output))); | output | localFileSystem.pathToFile(output) | presto | 5a896f46ac7e5c986b781de134a11dc5401b8d24 | com.facebook.presto.raptor.storage.OrcStorageManager | | | | | | Uses | False |
shards.add(createShardInfo(shardUuid,bucketNumber,stagingFile,nodes,rowCount,uncompressedSize)); | shards.add(createShardInfo(shardUuid,bucketNumber,localFileSystem.pathToFile(stagingFile),nodes,rowCount,uncompressedSize)); | stagingFile | localFileSystem.pathToFile(stagingFile) | presto | 05fdcf0d63c061a1c09eed58308ecd5c0f51b896 | com.facebook.presto.raptor.storage.OrcStorageManager.OrcStoragePageSink | | _1 | stagingFile |
---|
_2 | stagingFile |
---|
| | | | Uses | False |