Uploaded image for project: 'CDH (READ-ONLY)'
  1. CDH (READ-ONLY)
  2. DISTRO-573

Unable to create partitions dynamically using Hcatalog in a Map/Reduce program

    Details

    • Type: Bug
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: CDH4.4.0
    • Fix Version/s: None
    • Component/s: Hive, MapReduce
    • Labels:
    • Environment:
      Centos OS,16 Node Cluster with 14 data nodes and 2 master nodes.All the servers have 16 cores and 256 GB Ram

      Description

      I am trying to insert into a partitioned table using Hcataclog.
      followed approach
      Sets the list of dynamic partitioning keys used for outputting without specifying all the keys
      Parameters:
      dynamicPartitioningKeys

      264

      265

      public void setDynamicPartitioningKeys(List<String> dynamicPartitioningKeys)

      { 266 this.dynamicPartitioningKeys = dynamicPartitioningKeys; 267 }

      268

      269

      public List<String> getDynamicPartitioningKeys()

      { 270 return this.dynamicPartitioningKeys; 271 }

      272

      It is not behaving as expected.Data is not inserted into paritions dynamically.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              meenakshi Meenakshi Sundaram
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: