You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Raghav Kumar Gautam (JIRA)" <ji...@apache.org> on 2014/09/17 20:13:34 UTC

[jira] [Created] (FALCON-736) OneNonCatInputOneHCatOutput test fails because of change in parameter name

Raghav Kumar Gautam created FALCON-736:
------------------------------------------

             Summary: OneNonCatInputOneHCatOutput test fails because of change in parameter name
                 Key: FALCON-736
                 URL: https://issues.apache.org/jira/browse/FALCON-736
             Project: Falcon
          Issue Type: Bug
          Components: merlin
    Affects Versions: 0.6
            Reporter: Raghav Kumar Gautam
            Assignee: Raghav Kumar Gautam
             Fix For: 0.6


Parameter names for hcat processes has changed.

New parameters look like:
{code}
Parameters:
------------------------
  inputData=hdfs://node-1.example.com:8020/tmp/falcon-regression/HCatProcessTest/input/2010-01-01-20
  falcon_outputData_database=default
  falcon_outputData_storage_type=TABLE
  falcon_outputData_partitions_java='dt=2010-01-01-20'
  falcon_outputData_dated_partition_value_dt=2010-01-01-20
  falcon_outputData_table=hcatprocesstest_output_table
  falcon_outputData_catalog_url=thrift://node-1.example.com:9083
  falcon_outputData_partitions_hive=dt='2010-01-01-20'
  falcon_outputData_partitions_pig='dt=2010-01-01-20'
  falcon_outputData_partitions=dt='2010-01-01-20'
  queueName=default
{code}



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