You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alexander Pivovarov (JIRA)" <ji...@apache.org> on 2015/03/13 03:00:43 UTC

[jira] [Created] (HIVE-9948) SparkUtilities.getFileName passes File.separator to String.split() method

Alexander Pivovarov created HIVE-9948:
-----------------------------------------

             Summary: SparkUtilities.getFileName passes File.separator to String.split() method
                 Key: HIVE-9948
                 URL: https://issues.apache.org/jira/browse/HIVE-9948
             Project: Hive
          Issue Type: Bug
          Components: Spark
            Reporter: Alexander Pivovarov
            Assignee: Alexander Pivovarov
            Priority: Minor


String.split() method expects regex. This is why File.separator can not be passed to split.
In this particular case we can use FilenameUtils.getName to get file name



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)