You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/09/17 20:39:05 UTC

[jira] [Commented] (AMBARI-12432) Oozie Service Check failing after enabling Kerberos

    [ https://issues.apache.org/jira/browse/AMBARI-12432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14803389#comment-14803389 ] 

Hudson commented on AMBARI-12432:
---------------------------------

SUCCESS: Integrated in Ambari-branch-2.1 #547 (See [https://builds.apache.org/job/Ambari-branch-2.1/547/])
AMBARI-12432. Oozie Service Check failing after enabling Kerberos. (mpapirkovskyy) (mpapyrkovskyy: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=bd155764a3854e3295012b4a4c764e911d7b54f0)
* ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/files/oozieSmoke2.sh


> Oozie Service Check failing after enabling Kerberos
> ---------------------------------------------------
>
>                 Key: AMBARI-12432
>                 URL: https://issues.apache.org/jira/browse/AMBARI-12432
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>         Environment: sles11sp3
>            Reporter: Zack Marsh
>            Assignee: Myroslav Papirkovskyy
>            Priority: Critical
>             Fix For: 2.1.2
>
>         Attachments: oozie-M1-logs.zip, oozie-M2-logs.zip
>
>
> Cluster configuration:
> * 3 Master nodes
> * Existing MIT KDC local to the cluster
> * sles11sp3
> While enabling Kerberos via Ambari's Enable Kerberos Wizard the Oozie Service Check is failing during the last step of the Wizard "Start and Test All Services". 
> Output from the failed Check Oozie operation:
> stderr:
> {code}
> Traceback (most recent call last):
>   File "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/service_check.py", line 138, in <module>
>     OozieServiceCheck().execute()
>   File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 218, in execute
>     method(env)
>   File "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/service_check.py", line 61, in service_check
>     OozieServiceCheckDefault.oozie_smoke_shell_file(smoke_test_file_name, prepare_hdfs_file_name)
>   File "/var/lib/ambari-agent/cache/common-services/OOZIE/4.0.0.2.0/package/scripts/service_check.py", line 123, in oozie_smoke_shell_file
>     logoutput=True
>   File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 157, in __init__
>     self.env.run()
>   File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 152, in run
>     self.run_action(resource, action)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 118, in run_action
>     provider_action()
>   File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 258, in action_run
>     tries=self.resource.tries, try_sleep=self.resource.try_sleep)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 70, in inner
>     result = function(command, **kwargs)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 92, in checked_call
>     tries=tries, try_sleep=try_sleep)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 140, in _call_wrapper
>     result = _call(command, **kwargs_copy)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 291, in _call
>     raise Fail(err_msg)
> resource_management.core.exceptions.Fail: Execution of '/var/lib/ambari-agent/data/tmp/oozieSmoke2.sh suse /usr/hdp/current/oozie-client /usr/hdp/current/oozie-client/conf /usr/hdp/current/oozie-client/bin http://jolokia2.labs.teradata.com:11000/oozie /usr/hdp/current/oozie-client/doc /usr/hdp/current/hadoop-client/conf /usr/hdp/current/hadoop-client/bin ambari-qa True /etc/security/keytabs/smokeuser.headless.keytab /usr/bin/kinit ambari-qa-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM' returned 1. source /usr/hdp/current/oozie-client/conf/oozie-env.sh ; /usr/hdp/current/oozie-client/bin/oozie -Doozie.auth.token.cache=false job -oozie http://jolokia2.labs.teradata.com:11000/oozie -config /usr/hdp/current/oozie-client/doc/examples/apps/map-reduce/job.properties -run
> Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 1. Exception = Could not authenticate, GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)
> Invalid sub-command: Missing argument for option: info
> use 'help [sub-command]' for help details
> Invalid sub-command: Missing argument for option: info
> use 'help [sub-command]' for help details
> workflow_status=
> {code}
> stdout:
> {code}
> 2015-07-16 12:50:33,195 - XmlConfig['yarn-site.xml'] {'owner': 'hdfs', 'group': 'hadoop', 'mode': 0644, 'conf_dir': '/usr/hdp/current/hadoop-client/conf', 'configurations': ...}
> 2015-07-16 12:50:33,206 - Generating config: /usr/hdp/current/hadoop-client/conf/yarn-site.xml
> 2015-07-16 12:50:33,207 - File['/usr/hdp/current/hadoop-client/conf/yarn-site.xml'] {'owner': 'hdfs', 'content': InlineTemplate(...), 'group': 'hadoop', 'mode': 0644, 'encoding': 'UTF-8'}
> 2015-07-16 12:50:33,294 - Writing File['/usr/hdp/current/hadoop-client/conf/yarn-site.xml'] because contents don't match
> 2015-07-16 12:50:33,294 - Changing owner for /usr/hdp/current/hadoop-client/conf/yarn-site.xml from 513 to hdfs
> 2015-07-16 12:50:33,295 - File['/var/lib/ambari-agent/data/tmp/oozieSmoke2.sh'] {'content': StaticFile('oozieSmoke2.sh'), 'mode': 0755}
> 2015-07-16 12:50:33,295 - Writing File['/var/lib/ambari-agent/data/tmp/oozieSmoke2.sh'] because it doesn't exist
> 2015-07-16 12:50:33,295 - Changing permission for /var/lib/ambari-agent/data/tmp/oozieSmoke2.sh from 644 to 755
> 2015-07-16 12:50:33,296 - File['/var/lib/ambari-agent/data/tmp/prepareOozieHdfsDirectories.sh'] {'content': StaticFile('prepareOozieHdfsDirectories.sh'), 'mode': 0755}
> 2015-07-16 12:50:33,296 - Writing File['/var/lib/ambari-agent/data/tmp/prepareOozieHdfsDirectories.sh'] because it doesn't exist
> 2015-07-16 12:50:33,296 - Changing permission for /var/lib/ambari-agent/data/tmp/prepareOozieHdfsDirectories.sh from 644 to 755
> 2015-07-16 12:50:33,296 - Execute['/var/lib/ambari-agent/data/tmp/prepareOozieHdfsDirectories.sh /usr/hdp/current/oozie-client/conf /usr/hdp/current/oozie-client/doc /usr/hdp/current/hadoop-client/conf '] {'logoutput': True, 'tries': 3, 'try_sleep': 5}
> 2015-07-16 12:50:33,413 - HdfsResource['/user/ambari-qa/examples'] {'security_enabled': True, 'hadoop_bin_dir': '/usr/hdp/current/hadoop-client/bin', 'keytab': '/etc/security/keytabs/hdfs.headless.keytab', 'default_fs': 'hdfs://JOLOKIA', 'hdfs_site': ..., 'kinit_path_local': '/usr/bin/kinit', 'principal_name': 'hdfs-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM', 'user': 'hdfs', 'action': ['delete_on_execute'], 'hadoop_conf_dir': '/usr/hdp/current/hadoop-client/conf', 'type': 'directory'}
> 2015-07-16 12:50:33,414 - Execute['/usr/bin/kinit -kt /etc/security/keytabs/hdfs.headless.keytab hdfs-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM'] {'user': 'hdfs'}
> 2015-07-16 12:50:33,460 - checked_call['curl --negotiate -u : -s 'http://jolokia1.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:33,507 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia1.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 1437065113951,\n    "State" : "active"\n  } ]\n}')
> 2015-07-16 12:50:33,508 - checked_call['curl --negotiate -u : -s 'http://jolokia2.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:33,557 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "State" : "standby",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia2.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 0\n  } ]\n}')
> 2015-07-16 12:50:33,558 - checked_call['curl --negotiate -u : -s 'http://jolokia1.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:33,607 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia1.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 1437065113951,\n    "State" : "active"\n  } ]\n}')
> 2015-07-16 12:50:33,607 - checked_call['curl --negotiate -u : -s 'http://jolokia2.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:33,655 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "State" : "standby",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia2.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 0\n  } ]\n}')
> 2015-07-16 12:50:33,657 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:33,712 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples"}}404', '')
> 2015-07-16 12:50:33,713 - HdfsResource['/user/ambari-qa/examples'] {'security_enabled': True, 'hadoop_bin_dir': '/usr/hdp/current/hadoop-client/bin', 'keytab': '/etc/security/keytabs/hdfs.headless.keytab', 'source': '/usr/hdp/current/oozie-client/doc/examples', 'default_fs': 'hdfs://JOLOKIA', 'hdfs_site': ..., 'kinit_path_local': '/usr/bin/kinit', 'principal_name': 'hdfs-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM', 'user': 'hdfs', 'owner': 'ambari-qa', 'group': 'hadoop', 'hadoop_conf_dir': '/usr/hdp/current/hadoop-client/conf', 'type': 'directory', 'action': ['create_on_execute']}
> 2015-07-16 12:50:33,713 - Execute['/usr/bin/kinit -kt /etc/security/keytabs/hdfs.headless.keytab hdfs-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM'] {'user': 'hdfs'}
> 2015-07-16 12:50:33,760 - checked_call['curl --negotiate -u : -s 'http://jolokia1.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:33,809 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia1.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 1437065113951,\n    "State" : "active"\n  } ]\n}')
> 2015-07-16 12:50:33,810 - checked_call['curl --negotiate -u : -s 'http://jolokia2.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:33,858 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "State" : "standby",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia2.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 0\n  } ]\n}')
> 2015-07-16 12:50:33,859 - checked_call['curl --negotiate -u : -s 'http://jolokia1.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:33,907 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia1.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 1437065113951,\n    "State" : "active"\n  } ]\n}')
> 2015-07-16 12:50:33,907 - checked_call['curl --negotiate -u : -s 'http://jolokia2.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:33,955 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "State" : "standby",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia2.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 0\n  } ]\n}')
> 2015-07-16 12:50:33,956 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,011 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples"}}404', '')
> 2015-07-16 12:50:34,012 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,067 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:34,068 - Creating DFS directory /user/ambari-qa/examples/src
> 2015-07-16 12:50:34,068 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,124 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:34,124 - Creating DFS directory /user/ambari-qa/examples/src/org
> 2015-07-16 12:50:34,125 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,182 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:34,183 - Creating DFS directory /user/ambari-qa/examples/src/org/apache
> 2015-07-16 12:50:34,183 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,239 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:34,240 - Creating DFS directory /user/ambari-qa/examples/src/org/apache/oozie
> 2015-07-16 12:50:34,240 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,296 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:34,297 - Creating DFS directory /user/ambari-qa/examples/src/org/apache/oozie/example
> 2015-07-16 12:50:34,297 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,353 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:34,354 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/SampleMapper.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,410 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/SampleMapper.java"}}404', '')
> 2015-07-16 12:50:34,411 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/SampleMapper.java in DFS
> 2015-07-16 12:50:34,411 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/SampleMapper.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/SampleMapper.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,512 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:34,513 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/SampleReducer.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,567 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/SampleReducer.java"}}404', '')
> 2015-07-16 12:50:34,568 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/SampleReducer.java in DFS
> 2015-07-16 12:50:34,568 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/SampleReducer.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/SampleReducer.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,666 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:34,666 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/SparkFileCopy.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,724 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/SparkFileCopy.java"}}404', '')
> 2015-07-16 12:50:34,725 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/SparkFileCopy.java in DFS
> 2015-07-16 12:50:34,725 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/SparkFileCopy.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/SparkFileCopy.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,833 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:34,834 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/DemoMapReduceMain.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:34,889 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/DemoMapReduceMain.java"}}404', '')
> 2015-07-16 12:50:34,890 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/DemoMapReduceMain.java in DFS
> 2015-07-16 12:50:34,890 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/DemoMapReduceMain.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/DemoMapReduceMain.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,061 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:35,062 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/DemoPigMain.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,116 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/DemoPigMain.java"}}404', '')
> 2015-07-16 12:50:35,116 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/DemoPigMain.java in DFS
> 2015-07-16 12:50:35,117 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/DemoPigMain.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/DemoPigMain.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,213 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:35,213 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/LocalOozieExample.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,270 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/LocalOozieExample.java"}}404', '')
> 2015-07-16 12:50:35,270 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/LocalOozieExample.java in DFS
> 2015-07-16 12:50:35,271 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/LocalOozieExample.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/LocalOozieExample.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,364 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:35,365 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/Repeatable.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,420 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/Repeatable.java"}}404', '')
> 2015-07-16 12:50:35,420 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/Repeatable.java in DFS
> 2015-07-16 12:50:35,421 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/Repeatable.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/Repeatable.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,520 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:35,521 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/DemoReducer.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,574 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/DemoReducer.java"}}404', '')
> 2015-07-16 12:50:35,575 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/DemoReducer.java in DFS
> 2015-07-16 12:50:35,575 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/DemoReducer.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/DemoReducer.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,669 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:35,670 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/DateList.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,726 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/DateList.java"}}404', '')
> 2015-07-16 12:50:35,726 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/DateList.java in DFS
> 2015-07-16 12:50:35,727 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/DateList.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/DateList.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,828 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:35,829 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/SampleOozieActionConfigurator.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,885 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/SampleOozieActionConfigurator.java"}}404', '')
> 2015-07-16 12:50:35,885 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/SampleOozieActionConfigurator.java in DFS
> 2015-07-16 12:50:35,886 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/SampleOozieActionConfigurator.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/SampleOozieActionConfigurator.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:35,978 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:35,979 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/DemoJavaMain.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,033 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/DemoJavaMain.java"}}404', '')
> 2015-07-16 12:50:36,034 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/DemoJavaMain.java in DFS
> 2015-07-16 12:50:36,034 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/DemoJavaMain.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/DemoJavaMain.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,127 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:36,128 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/TimeUnit.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,183 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/TimeUnit.java"}}404', '')
> 2015-07-16 12:50:36,183 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/TimeUnit.java in DFS
> 2015-07-16 12:50:36,184 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/TimeUnit.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/TimeUnit.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,280 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:36,281 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/DemoMapper.java?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,336 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/src/org/apache/oozie/example/DemoMapper.java"}}404', '')
> 2015-07-16 12:50:36,337 - Creating new file /user/ambari-qa/examples/src/org/apache/oozie/example/DemoMapper.java in DFS
> 2015-07-16 12:50:36,338 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/src/org/apache/oozie/example/DemoMapper.java --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/src/org/apache/oozie/example/DemoMapper.java?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,434 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:36,434 - Creating DFS directory /user/ambari-qa/examples/apps
> 2015-07-16 12:50:36,435 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,491 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:36,491 - Creating DFS directory /user/ambari-qa/examples/apps/streaming
> 2015-07-16 12:50:36,492 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/streaming?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,552 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:36,552 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/streaming/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,606 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/streaming/workflow.xml"}}404', '')
> 2015-07-16 12:50:36,606 - Creating new file /user/ambari-qa/examples/apps/streaming/workflow.xml in DFS
> 2015-07-16 12:50:36,607 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/streaming/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/streaming/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,700 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:36,701 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/streaming/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,758 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/streaming/job.properties"}}404', '')
> 2015-07-16 12:50:36,758 - Creating new file /user/ambari-qa/examples/apps/streaming/job.properties in DFS
> 2015-07-16 12:50:36,759 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/streaming/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/streaming/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,859 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:36,860 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/streaming/job.windows.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:36,914 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/streaming/job.windows.properties"}}404', '')
> 2015-07-16 12:50:36,915 - Creating new file /user/ambari-qa/examples/apps/streaming/job.windows.properties in DFS
> 2015-07-16 12:50:36,915 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/streaming/job.windows.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/streaming/job.windows.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:37,008 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:37,008 - Creating DFS directory /user/ambari-qa/examples/apps/ssh
> 2015-07-16 12:50:37,009 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/ssh?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:37,064 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:37,065 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/ssh/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:37,118 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/ssh/workflow.xml"}}404', '')
> 2015-07-16 12:50:37,118 - Creating new file /user/ambari-qa/examples/apps/ssh/workflow.xml in DFS
> 2015-07-16 12:50:37,118 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/ssh/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/ssh/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:37,287 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:37,287 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/ssh/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:37,342 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/ssh/job.properties"}}404', '')
> 2015-07-16 12:50:37,342 - Creating new file /user/ambari-qa/examples/apps/ssh/job.properties in DFS
> 2015-07-16 12:50:37,343 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/ssh/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/ssh/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:37,445 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:37,446 - Creating DFS directory /user/ambari-qa/examples/apps/no-op
> 2015-07-16 12:50:37,446 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/no-op?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:37,505 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:37,506 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/no-op/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:37,571 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/no-op/workflow.xml"}}404', '')
> 2015-07-16 12:50:37,572 - Creating new file /user/ambari-qa/examples/apps/no-op/workflow.xml in DFS
> 2015-07-16 12:50:37,573 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/no-op/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/no-op/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:37,666 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:37,667 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/no-op/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:37,721 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/no-op/job.properties"}}404', '')
> 2015-07-16 12:50:37,722 - Creating new file /user/ambari-qa/examples/apps/no-op/job.properties in DFS
> 2015-07-16 12:50:37,722 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/no-op/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/no-op/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:37,899 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:37,900 - Creating DFS directory /user/ambari-qa/examples/apps/datelist-java-main
> 2015-07-16 12:50:37,901 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/datelist-java-main?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:37,957 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:37,958 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/datelist-java-main/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,013 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/datelist-java-main/workflow.xml"}}404', '')
> 2015-07-16 12:50:38,013 - Creating new file /user/ambari-qa/examples/apps/datelist-java-main/workflow.xml in DFS
> 2015-07-16 12:50:38,014 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/datelist-java-main/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/datelist-java-main/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,166 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:38,166 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/datelist-java-main/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,221 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/datelist-java-main/job.properties"}}404', '')
> 2015-07-16 12:50:38,222 - Creating new file /user/ambari-qa/examples/apps/datelist-java-main/job.properties in DFS
> 2015-07-16 12:50:38,222 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/datelist-java-main/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/datelist-java-main/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,315 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:38,316 - Creating DFS directory /user/ambari-qa/examples/apps/datelist-java-main/lib
> 2015-07-16 12:50:38,316 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/datelist-java-main/lib?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,373 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:38,374 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/datelist-java-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,429 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/datelist-java-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar"}}404', '')
> 2015-07-16 12:50:38,429 - Creating new file /user/ambari-qa/examples/apps/datelist-java-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar in DFS
> 2015-07-16 12:50:38,430 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/datelist-java-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/datelist-java-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,558 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:38,559 - Creating DFS directory /user/ambari-qa/examples/apps/map-reduce
> 2015-07-16 12:50:38,559 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/map-reduce?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,615 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:38,616 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/map-reduce/job-with-config-class.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,669 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/map-reduce/job-with-config-class.properties"}}404', '')
> 2015-07-16 12:50:38,670 - Creating new file /user/ambari-qa/examples/apps/map-reduce/job-with-config-class.properties in DFS
> 2015-07-16 12:50:38,670 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/map-reduce/job-with-config-class.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/map-reduce/job-with-config-class.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,761 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:38,762 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/map-reduce/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,817 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/map-reduce/workflow.xml"}}404', '')
> 2015-07-16 12:50:38,817 - Creating new file /user/ambari-qa/examples/apps/map-reduce/workflow.xml in DFS
> 2015-07-16 12:50:38,818 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/map-reduce/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/map-reduce/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,919 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:38,920 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/map-reduce/workflow-with-config-class.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:38,974 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/map-reduce/workflow-with-config-class.xml"}}404', '')
> 2015-07-16 12:50:38,975 - Creating new file /user/ambari-qa/examples/apps/map-reduce/workflow-with-config-class.xml in DFS
> 2015-07-16 12:50:38,975 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/map-reduce/workflow-with-config-class.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/map-reduce/workflow-with-config-class.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,076 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:39,076 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/map-reduce/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,131 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/map-reduce/job.properties"}}404', '')
> 2015-07-16 12:50:39,132 - Creating new file /user/ambari-qa/examples/apps/map-reduce/job.properties in DFS
> 2015-07-16 12:50:39,132 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/map-reduce/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/map-reduce/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,222 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:39,223 - Creating DFS directory /user/ambari-qa/examples/apps/map-reduce/lib
> 2015-07-16 12:50:39,223 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/map-reduce/lib?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,279 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:39,280 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/map-reduce/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,334 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/map-reduce/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar"}}404', '')
> 2015-07-16 12:50:39,334 - Creating new file /user/ambari-qa/examples/apps/map-reduce/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar in DFS
> 2015-07-16 12:50:39,335 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/map-reduce/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/map-reduce/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,455 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:39,455 - Creating DFS directory /user/ambari-qa/examples/apps/custom-main
> 2015-07-16 12:50:39,456 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/custom-main?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,513 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:39,514 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/custom-main/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,567 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/custom-main/workflow.xml"}}404', '')
> 2015-07-16 12:50:39,567 - Creating new file /user/ambari-qa/examples/apps/custom-main/workflow.xml in DFS
> 2015-07-16 12:50:39,567 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/custom-main/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/custom-main/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,659 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:39,660 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/custom-main/id.pig?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,716 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/custom-main/id.pig"}}404', '')
> 2015-07-16 12:50:39,717 - Creating new file /user/ambari-qa/examples/apps/custom-main/id.pig in DFS
> 2015-07-16 12:50:39,717 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/custom-main/id.pig --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/custom-main/id.pig?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,819 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:39,820 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/custom-main/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,876 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/custom-main/job.properties"}}404', '')
> 2015-07-16 12:50:39,876 - Creating new file /user/ambari-qa/examples/apps/custom-main/job.properties in DFS
> 2015-07-16 12:50:39,877 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/custom-main/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/custom-main/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:39,964 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:39,964 - Creating DFS directory /user/ambari-qa/examples/apps/custom-main/lib
> 2015-07-16 12:50:39,965 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/custom-main/lib?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,021 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:40,022 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/custom-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,077 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/custom-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar"}}404', '')
> 2015-07-16 12:50:40,077 - Creating new file /user/ambari-qa/examples/apps/custom-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar in DFS
> 2015-07-16 12:50:40,078 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/custom-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/custom-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,202 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:40,203 - Creating DFS directory /user/ambari-qa/examples/apps/hcatalog
> 2015-07-16 12:50:40,204 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,262 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:40,264 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,317 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hcatalog/workflow.xml"}}404', '')
> 2015-07-16 12:50:40,318 - Creating new file /user/ambari-qa/examples/apps/hcatalog/workflow.xml in DFS
> 2015-07-16 12:50:40,318 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hcatalog/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,407 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:40,408 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/coordinator.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,463 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hcatalog/coordinator.xml"}}404', '')
> 2015-07-16 12:50:40,464 - Creating new file /user/ambari-qa/examples/apps/hcatalog/coordinator.xml in DFS
> 2015-07-16 12:50:40,464 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hcatalog/coordinator.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/coordinator.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,560 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:40,561 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/id.pig?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,616 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hcatalog/id.pig"}}404', '')
> 2015-07-16 12:50:40,616 - Creating new file /user/ambari-qa/examples/apps/hcatalog/id.pig in DFS
> 2015-07-16 12:50:40,617 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hcatalog/id.pig --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/id.pig?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,709 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:40,710 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/job.properties.security?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,764 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hcatalog/job.properties.security"}}404', '')
> 2015-07-16 12:50:40,765 - Creating new file /user/ambari-qa/examples/apps/hcatalog/job.properties.security in DFS
> 2015-07-16 12:50:40,765 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hcatalog/job.properties.security --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/job.properties.security?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,857 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:40,858 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/README?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:40,913 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hcatalog/README"}}404', '')
> 2015-07-16 12:50:40,913 - Creating new file /user/ambari-qa/examples/apps/hcatalog/README in DFS
> 2015-07-16 12:50:40,914 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hcatalog/README --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/README?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,010 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:41,010 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,066 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hcatalog/job.properties"}}404', '')
> 2015-07-16 12:50:41,066 - Creating new file /user/ambari-qa/examples/apps/hcatalog/job.properties in DFS
> 2015-07-16 12:50:41,067 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hcatalog/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,161 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:41,162 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/workflow.xml.security?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,216 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hcatalog/workflow.xml.security"}}404', '')
> 2015-07-16 12:50:41,216 - Creating new file /user/ambari-qa/examples/apps/hcatalog/workflow.xml.security in DFS
> 2015-07-16 12:50:41,217 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hcatalog/workflow.xml.security --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hcatalog/workflow.xml.security?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,308 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:41,308 - Creating DFS directory /user/ambari-qa/examples/apps/hive
> 2015-07-16 12:50:41,309 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,364 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:41,365 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,419 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hive/workflow.xml"}}404', '')
> 2015-07-16 12:50:41,420 - Creating new file /user/ambari-qa/examples/apps/hive/workflow.xml in DFS
> 2015-07-16 12:50:41,420 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hive/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,510 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:41,511 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive/README?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,565 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hive/README"}}404', '')
> 2015-07-16 12:50:41,565 - Creating new file /user/ambari-qa/examples/apps/hive/README in DFS
> 2015-07-16 12:50:41,566 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hive/README --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive/README?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,665 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:41,666 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,720 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hive/job.properties"}}404', '')
> 2015-07-16 12:50:41,720 - Creating new file /user/ambari-qa/examples/apps/hive/job.properties in DFS
> 2015-07-16 12:50:41,720 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hive/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,818 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:41,819 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive/script.q?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,874 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hive/script.q"}}404', '')
> 2015-07-16 12:50:41,874 - Creating new file /user/ambari-qa/examples/apps/hive/script.q in DFS
> 2015-07-16 12:50:41,875 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hive/script.q --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive/script.q?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:41,978 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:41,979 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive/workflow.xml.security?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,033 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hive/workflow.xml.security"}}404', '')
> 2015-07-16 12:50:42,033 - Creating new file /user/ambari-qa/examples/apps/hive/workflow.xml.security in DFS
> 2015-07-16 12:50:42,034 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hive/workflow.xml.security --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive/workflow.xml.security?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,132 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:42,133 - Creating DFS directory /user/ambari-qa/examples/apps/distcp
> 2015-07-16 12:50:42,133 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/distcp?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,187 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:42,188 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/distcp/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,241 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/distcp/workflow.xml"}}404', '')
> 2015-07-16 12:50:42,241 - Creating new file /user/ambari-qa/examples/apps/distcp/workflow.xml in DFS
> 2015-07-16 12:50:42,242 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/distcp/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/distcp/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,336 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:42,337 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/distcp/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,391 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/distcp/job.properties"}}404', '')
> 2015-07-16 12:50:42,391 - Creating new file /user/ambari-qa/examples/apps/distcp/job.properties in DFS
> 2015-07-16 12:50:42,392 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/distcp/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/distcp/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,487 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:42,487 - Creating DFS directory /user/ambari-qa/examples/apps/subwf
> 2015-07-16 12:50:42,488 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/subwf?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,543 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:42,543 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/subwf/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,596 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/subwf/workflow.xml"}}404', '')
> 2015-07-16 12:50:42,596 - Creating new file /user/ambari-qa/examples/apps/subwf/workflow.xml in DFS
> 2015-07-16 12:50:42,597 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/subwf/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/subwf/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,691 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:42,692 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/subwf/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,745 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/subwf/job.properties"}}404', '')
> 2015-07-16 12:50:42,745 - Creating new file /user/ambari-qa/examples/apps/subwf/job.properties in DFS
> 2015-07-16 12:50:42,746 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/subwf/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/subwf/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,831 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:42,831 - Creating DFS directory /user/ambari-qa/examples/apps/hive2
> 2015-07-16 12:50:42,832 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,888 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:42,889 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:42,943 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hive2/workflow.xml"}}404', '')
> 2015-07-16 12:50:42,943 - Creating new file /user/ambari-qa/examples/apps/hive2/workflow.xml in DFS
> 2015-07-16 12:50:42,944 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hive2/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,039 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:43,040 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2/job.properties.security?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,093 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hive2/job.properties.security"}}404', '')
> 2015-07-16 12:50:43,093 - Creating new file /user/ambari-qa/examples/apps/hive2/job.properties.security in DFS
> 2015-07-16 12:50:43,094 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hive2/job.properties.security --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2/job.properties.security?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,194 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:43,195 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2/README?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,249 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hive2/README"}}404', '')
> 2015-07-16 12:50:43,249 - Creating new file /user/ambari-qa/examples/apps/hive2/README in DFS
> 2015-07-16 12:50:43,250 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hive2/README --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2/README?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,339 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:43,340 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,393 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hive2/job.properties"}}404', '')
> 2015-07-16 12:50:43,394 - Creating new file /user/ambari-qa/examples/apps/hive2/job.properties in DFS
> 2015-07-16 12:50:43,394 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hive2/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,507 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:43,508 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2/script.q?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,561 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hive2/script.q"}}404', '')
> 2015-07-16 12:50:43,562 - Creating new file /user/ambari-qa/examples/apps/hive2/script.q in DFS
> 2015-07-16 12:50:43,562 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hive2/script.q --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2/script.q?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,655 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:43,656 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2/workflow.xml.security?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,710 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hive2/workflow.xml.security"}}404', '')
> 2015-07-16 12:50:43,710 - Creating new file /user/ambari-qa/examples/apps/hive2/workflow.xml.security in DFS
> 2015-07-16 12:50:43,711 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hive2/workflow.xml.security --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hive2/workflow.xml.security?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,813 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:43,814 - Creating DFS directory /user/ambari-qa/examples/apps/spark
> 2015-07-16 12:50:43,814 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/spark?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,873 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:43,874 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/spark/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:43,927 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/spark/workflow.xml"}}404', '')
> 2015-07-16 12:50:43,928 - Creating new file /user/ambari-qa/examples/apps/spark/workflow.xml in DFS
> 2015-07-16 12:50:43,928 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/spark/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/spark/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,024 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:44,025 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/spark/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,081 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/spark/job.properties"}}404', '')
> 2015-07-16 12:50:44,081 - Creating new file /user/ambari-qa/examples/apps/spark/job.properties in DFS
> 2015-07-16 12:50:44,082 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/spark/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/spark/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,187 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:44,188 - Creating DFS directory /user/ambari-qa/examples/apps/spark/lib
> 2015-07-16 12:50:44,188 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/spark/lib?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,247 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:44,248 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/spark/lib/oozie-examples.jar?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,301 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/spark/lib/oozie-examples.jar"}}404', '')
> 2015-07-16 12:50:44,302 - Creating new file /user/ambari-qa/examples/apps/spark/lib/oozie-examples.jar in DFS
> 2015-07-16 12:50:44,302 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/spark/lib/oozie-examples.jar --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/spark/lib/oozie-examples.jar?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,428 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:44,429 - Creating DFS directory /user/ambari-qa/examples/apps/aggregator
> 2015-07-16 12:50:44,429 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,486 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:44,487 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/job-with-offset.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,542 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/aggregator/job-with-offset.properties"}}404', '')
> 2015-07-16 12:50:44,542 - Creating new file /user/ambari-qa/examples/apps/aggregator/job-with-offset.properties in DFS
> 2015-07-16 12:50:44,543 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/aggregator/job-with-offset.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/job-with-offset.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,628 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:44,629 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,685 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/aggregator/workflow.xml"}}404', '')
> 2015-07-16 12:50:44,685 - Creating new file /user/ambari-qa/examples/apps/aggregator/workflow.xml in DFS
> 2015-07-16 12:50:44,686 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/aggregator/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,785 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:44,786 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/coordinator.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,839 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/aggregator/coordinator.xml"}}404', '')
> 2015-07-16 12:50:44,839 - Creating new file /user/ambari-qa/examples/apps/aggregator/coordinator.xml in DFS
> 2015-07-16 12:50:44,840 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/aggregator/coordinator.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/coordinator.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,935 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:44,936 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:44,991 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/aggregator/job.properties"}}404', '')
> 2015-07-16 12:50:44,992 - Creating new file /user/ambari-qa/examples/apps/aggregator/job.properties in DFS
> 2015-07-16 12:50:44,992 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/aggregator/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:45,084 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:45,085 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/coordinator-with-offset.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:45,141 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/aggregator/coordinator-with-offset.xml"}}404', '')
> 2015-07-16 12:50:45,141 - Creating new file /user/ambari-qa/examples/apps/aggregator/coordinator-with-offset.xml in DFS
> 2015-07-16 12:50:45,142 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/aggregator/coordinator-with-offset.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/coordinator-with-offset.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:45,232 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:45,233 - Creating DFS directory /user/ambari-qa/examples/apps/aggregator/lib
> 2015-07-16 12:50:45,233 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/lib?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:45,289 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:45,290 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:45,344 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/aggregator/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar"}}404', '')
> 2015-07-16 12:50:45,344 - Creating new file /user/ambari-qa/examples/apps/aggregator/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar in DFS
> 2015-07-16 12:50:45,345 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/aggregator/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/aggregator/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:45,503 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:45,503 - Creating DFS directory /user/ambari-qa/examples/apps/sqoop
> 2015-07-16 12:50:45,504 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:45,559 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:45,560 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop/db.hsqldb.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:45,614 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/sqoop/db.hsqldb.properties"}}404', '')
> 2015-07-16 12:50:45,614 - Creating new file /user/ambari-qa/examples/apps/sqoop/db.hsqldb.properties in DFS
> 2015-07-16 12:50:45,615 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/sqoop/db.hsqldb.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop/db.hsqldb.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:45,706 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:45,706 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:45,760 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/sqoop/workflow.xml"}}404', '')
> 2015-07-16 12:50:45,761 - Creating new file /user/ambari-qa/examples/apps/sqoop/workflow.xml in DFS
> 2015-07-16 12:50:45,761 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/sqoop/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:45,858 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:45,859 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop/db.hsqldb.script?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:45,913 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/sqoop/db.hsqldb.script"}}404', '')
> 2015-07-16 12:50:45,914 - Creating new file /user/ambari-qa/examples/apps/sqoop/db.hsqldb.script in DFS
> 2015-07-16 12:50:45,914 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/sqoop/db.hsqldb.script --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop/db.hsqldb.script?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,006 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:46,007 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,061 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/sqoop/job.properties"}}404', '')
> 2015-07-16 12:50:46,061 - Creating new file /user/ambari-qa/examples/apps/sqoop/job.properties in DFS
> 2015-07-16 12:50:46,062 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/sqoop/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,149 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:46,150 - Creating DFS directory /user/ambari-qa/examples/apps/cron-schedule
> 2015-07-16 12:50:46,150 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron-schedule?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,206 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:46,207 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron-schedule/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,261 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/cron-schedule/workflow.xml"}}404', '')
> 2015-07-16 12:50:46,261 - Creating new file /user/ambari-qa/examples/apps/cron-schedule/workflow.xml in DFS
> 2015-07-16 12:50:46,262 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/cron-schedule/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron-schedule/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,360 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:46,361 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron-schedule/coordinator.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,423 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/cron-schedule/coordinator.xml"}}404', '')
> 2015-07-16 12:50:46,423 - Creating new file /user/ambari-qa/examples/apps/cron-schedule/coordinator.xml in DFS
> 2015-07-16 12:50:46,424 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/cron-schedule/coordinator.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron-schedule/coordinator.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,537 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:46,538 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron-schedule/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,593 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/cron-schedule/job.properties"}}404', '')
> 2015-07-16 12:50:46,593 - Creating new file /user/ambari-qa/examples/apps/cron-schedule/job.properties in DFS
> 2015-07-16 12:50:46,594 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/cron-schedule/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron-schedule/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,706 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:46,706 - Creating DFS directory /user/ambari-qa/examples/apps/pig
> 2015-07-16 12:50:46,707 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/pig?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,765 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:46,766 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/pig/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,824 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/pig/workflow.xml"}}404', '')
> 2015-07-16 12:50:46,825 - Creating new file /user/ambari-qa/examples/apps/pig/workflow.xml in DFS
> 2015-07-16 12:50:46,826 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/pig/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/pig/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:46,965 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:46,966 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/pig/id.pig?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,022 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/pig/id.pig"}}404', '')
> 2015-07-16 12:50:47,023 - Creating new file /user/ambari-qa/examples/apps/pig/id.pig in DFS
> 2015-07-16 12:50:47,023 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/pig/id.pig --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/pig/id.pig?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,154 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:47,155 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/pig/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,211 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/pig/job.properties"}}404', '')
> 2015-07-16 12:50:47,212 - Creating new file /user/ambari-qa/examples/apps/pig/job.properties in DFS
> 2015-07-16 12:50:47,213 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/pig/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/pig/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,315 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:47,316 - Creating DFS directory /user/ambari-qa/examples/apps/cron
> 2015-07-16 12:50:47,316 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,385 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:47,386 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,442 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/cron/workflow.xml"}}404', '')
> 2015-07-16 12:50:47,443 - Creating new file /user/ambari-qa/examples/apps/cron/workflow.xml in DFS
> 2015-07-16 12:50:47,443 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/cron/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,565 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:47,566 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron/coordinator.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,622 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/cron/coordinator.xml"}}404', '')
> 2015-07-16 12:50:47,623 - Creating new file /user/ambari-qa/examples/apps/cron/coordinator.xml in DFS
> 2015-07-16 12:50:47,623 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/cron/coordinator.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron/coordinator.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,717 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:47,718 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,773 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/cron/job.properties"}}404', '')
> 2015-07-16 12:50:47,773 - Creating new file /user/ambari-qa/examples/apps/cron/job.properties in DFS
> 2015-07-16 12:50:47,774 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/cron/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/cron/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,865 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:47,866 - Creating DFS directory /user/ambari-qa/examples/apps/hadoop-el
> 2015-07-16 12:50:47,866 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hadoop-el?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,923 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:47,924 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hadoop-el/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:47,979 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hadoop-el/workflow.xml"}}404', '')
> 2015-07-16 12:50:47,980 - Creating new file /user/ambari-qa/examples/apps/hadoop-el/workflow.xml in DFS
> 2015-07-16 12:50:47,980 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hadoop-el/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hadoop-el/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:48,070 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:48,071 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hadoop-el/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:48,135 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hadoop-el/job.properties"}}404', '')
> 2015-07-16 12:50:48,135 - Creating new file /user/ambari-qa/examples/apps/hadoop-el/job.properties in DFS
> 2015-07-16 12:50:48,136 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hadoop-el/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hadoop-el/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:48,228 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:48,228 - Creating DFS directory /user/ambari-qa/examples/apps/hadoop-el/lib
> 2015-07-16 12:50:48,229 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hadoop-el/lib?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:48,287 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:48,288 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hadoop-el/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:48,342 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/hadoop-el/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar"}}404', '')
> 2015-07-16 12:50:48,342 - Creating new file /user/ambari-qa/examples/apps/hadoop-el/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar in DFS
> 2015-07-16 12:50:48,343 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/hadoop-el/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/hadoop-el/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:48,472 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:48,473 - Creating DFS directory /user/ambari-qa/examples/apps/demo
> 2015-07-16 12:50:48,473 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/demo?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:48,533 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:48,534 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/demo/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:48,591 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/demo/workflow.xml"}}404', '')
> 2015-07-16 12:50:48,591 - Creating new file /user/ambari-qa/examples/apps/demo/workflow.xml in DFS
> 2015-07-16 12:50:48,592 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/demo/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/demo/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:48,688 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:48,689 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/demo/id.pig?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:48,746 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/demo/id.pig"}}404', '')
> 2015-07-16 12:50:48,746 - Creating new file /user/ambari-qa/examples/apps/demo/id.pig in DFS
> 2015-07-16 12:50:48,747 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/demo/id.pig --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/demo/id.pig?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:48,863 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:48,864 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/demo/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:48,932 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/demo/job.properties"}}404', '')
> 2015-07-16 12:50:48,932 - Creating new file /user/ambari-qa/examples/apps/demo/job.properties in DFS
> 2015-07-16 12:50:48,933 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/demo/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/demo/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:49,045 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:49,046 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/demo/job.windows.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:49,101 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/demo/job.windows.properties"}}404', '')
> 2015-07-16 12:50:49,102 - Creating new file /user/ambari-qa/examples/apps/demo/job.windows.properties in DFS
> 2015-07-16 12:50:49,102 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/demo/job.windows.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/demo/job.windows.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:49,195 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:49,196 - Creating DFS directory /user/ambari-qa/examples/apps/demo/lib
> 2015-07-16 12:50:49,196 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/demo/lib?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:49,256 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:49,257 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/demo/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:49,320 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/demo/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar"}}404', '')
> 2015-07-16 12:50:49,321 - Creating new file /user/ambari-qa/examples/apps/demo/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar in DFS
> 2015-07-16 12:50:49,321 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/demo/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/demo/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:49,453 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:49,454 - Creating DFS directory /user/ambari-qa/examples/apps/sla
> 2015-07-16 12:50:49,454 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sla?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:49,517 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:49,518 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sla/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:49,574 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/sla/workflow.xml"}}404', '')
> 2015-07-16 12:50:49,574 - Creating new file /user/ambari-qa/examples/apps/sla/workflow.xml in DFS
> 2015-07-16 12:50:49,575 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/sla/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sla/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:49,667 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:49,668 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sla/coordinator.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:49,723 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/sla/coordinator.xml"}}404', '')
> 2015-07-16 12:50:49,723 - Creating new file /user/ambari-qa/examples/apps/sla/coordinator.xml in DFS
> 2015-07-16 12:50:49,724 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/sla/coordinator.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sla/coordinator.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:49,828 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:49,828 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sla/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:49,900 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/sla/job.properties"}}404', '')
> 2015-07-16 12:50:49,901 - Creating new file /user/ambari-qa/examples/apps/sla/job.properties in DFS
> 2015-07-16 12:50:49,901 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/sla/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sla/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:50,010 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:50,010 - Creating DFS directory /user/ambari-qa/examples/apps/java-main
> 2015-07-16 12:50:50,011 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/java-main?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:50,077 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:50,078 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/java-main/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:50,133 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/java-main/workflow.xml"}}404', '')
> 2015-07-16 12:50:50,134 - Creating new file /user/ambari-qa/examples/apps/java-main/workflow.xml in DFS
> 2015-07-16 12:50:50,134 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/java-main/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/java-main/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:50,242 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:50,243 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/java-main/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:50,305 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/java-main/job.properties"}}404', '')
> 2015-07-16 12:50:50,305 - Creating new file /user/ambari-qa/examples/apps/java-main/job.properties in DFS
> 2015-07-16 12:50:50,306 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/java-main/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/java-main/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:50,398 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:50,398 - Creating DFS directory /user/ambari-qa/examples/apps/java-main/lib
> 2015-07-16 12:50:50,398 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/java-main/lib?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:50,462 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:50,463 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/java-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:50,519 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/java-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar"}}404', '')
> 2015-07-16 12:50:50,519 - Creating new file /user/ambari-qa/examples/apps/java-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar in DFS
> 2015-07-16 12:50:50,520 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/java-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/java-main/lib/oozie-examples-4.2.0.2.3.0.0-2557.jar?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,052 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:51,053 - Creating DFS directory /user/ambari-qa/examples/apps/bundle
> 2015-07-16 12:50:51,053 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/bundle?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,112 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:51,113 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/bundle/bundle.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,168 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/bundle/bundle.xml"}}404', '')
> 2015-07-16 12:50:51,168 - Creating new file /user/ambari-qa/examples/apps/bundle/bundle.xml in DFS
> 2015-07-16 12:50:51,169 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/bundle/bundle.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/bundle/bundle.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,269 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:51,270 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/bundle/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,325 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/bundle/job.properties"}}404', '')
> 2015-07-16 12:50:51,325 - Creating new file /user/ambari-qa/examples/apps/bundle/job.properties in DFS
> 2015-07-16 12:50:51,325 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/bundle/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/bundle/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,424 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:51,424 - Creating DFS directory /user/ambari-qa/examples/apps/sqoop-freeform
> 2015-07-16 12:50:51,425 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop-freeform?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,489 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:51,490 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop-freeform/db.hsqldb.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,553 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/sqoop-freeform/db.hsqldb.properties"}}404', '')
> 2015-07-16 12:50:51,553 - Creating new file /user/ambari-qa/examples/apps/sqoop-freeform/db.hsqldb.properties in DFS
> 2015-07-16 12:50:51,554 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/sqoop-freeform/db.hsqldb.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop-freeform/db.hsqldb.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,657 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:51,658 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop-freeform/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,720 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/sqoop-freeform/workflow.xml"}}404', '')
> 2015-07-16 12:50:51,720 - Creating new file /user/ambari-qa/examples/apps/sqoop-freeform/workflow.xml in DFS
> 2015-07-16 12:50:51,721 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/sqoop-freeform/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop-freeform/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,817 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:51,818 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop-freeform/db.hsqldb.script?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,875 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/sqoop-freeform/db.hsqldb.script"}}404', '')
> 2015-07-16 12:50:51,875 - Creating new file /user/ambari-qa/examples/apps/sqoop-freeform/db.hsqldb.script in DFS
> 2015-07-16 12:50:51,876 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/sqoop-freeform/db.hsqldb.script --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop-freeform/db.hsqldb.script?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:51,983 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:51,984 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop-freeform/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,057 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/sqoop-freeform/job.properties"}}404', '')
> 2015-07-16 12:50:52,058 - Creating new file /user/ambari-qa/examples/apps/sqoop-freeform/job.properties in DFS
> 2015-07-16 12:50:52,059 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/sqoop-freeform/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/sqoop-freeform/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,162 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:52,163 - Creating DFS directory /user/ambari-qa/examples/apps/shell
> 2015-07-16 12:50:52,163 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/shell?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,222 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:52,222 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/shell/workflow.xml?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,276 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/shell/workflow.xml"}}404', '')
> 2015-07-16 12:50:52,277 - Creating new file /user/ambari-qa/examples/apps/shell/workflow.xml in DFS
> 2015-07-16 12:50:52,277 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/shell/workflow.xml --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/shell/workflow.xml?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,369 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:52,370 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/shell/job.properties?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,425 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/apps/shell/job.properties"}}404', '')
> 2015-07-16 12:50:52,425 - Creating new file /user/ambari-qa/examples/apps/shell/job.properties in DFS
> 2015-07-16 12:50:52,426 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/apps/shell/job.properties --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/apps/shell/job.properties?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,559 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:52,559 - Creating DFS directory /user/ambari-qa/examples/input-data
> 2015-07-16 12:50:52,560 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,615 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:52,616 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs
> 2015-07-16 12:50:52,616 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,671 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:52,671 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs/2010
> 2015-07-16 12:50:52,672 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,733 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:52,733 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs/2010/01
> 2015-07-16 12:50:52,733 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,793 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:52,794 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs/2010/01/01
> 2015-07-16 12:50:52,794 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,856 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:52,857 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/02
> 2015-07-16 12:50:52,857 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/02?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,915 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:52,916 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/02/00
> 2015-07-16 12:50:52,917 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/02/00?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:52,974 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:52,975 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/02/00/log06.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,031 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/02/00/log06.txt"}}404', '')
> 2015-07-16 12:50:53,031 - Creating new file /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/02/00/log06.txt in DFS
> 2015-07-16 12:50:53,032 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/02/00/log06.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/02/00/log06.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,122 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:53,122 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/02/00/_SUCCESS?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,180 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/02/00/_SUCCESS"}}404', '')
> 2015-07-16 12:50:53,180 - Creating new file /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/02/00/_SUCCESS in DFS
> 2015-07-16 12:50:53,181 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/02/00/_SUCCESS --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/02/00/_SUCCESS?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,289 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:53,289 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01
> 2015-07-16 12:50:53,290 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,347 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:53,348 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/20
> 2015-07-16 12:50:53,348 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/20?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,404 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:53,404 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/20/_SUCCESS?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,458 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/20/_SUCCESS"}}404', '')
> 2015-07-16 12:50:53,459 - Creating new file /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/20/_SUCCESS in DFS
> 2015-07-16 12:50:53,459 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/01/20/_SUCCESS --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/20/_SUCCESS?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,568 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:53,569 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/20/log04.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,625 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/20/log04.txt"}}404', '')
> 2015-07-16 12:50:53,626 - Creating new file /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/20/log04.txt in DFS
> 2015-07-16 12:50:53,626 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/01/20/log04.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/20/log04.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,723 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:53,723 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/00
> 2015-07-16 12:50:53,724 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/00?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,779 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:53,780 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/00/log03.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,834 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/00/log03.txt"}}404', '')
> 2015-07-16 12:50:53,834 - Creating new file /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/00/log03.txt in DFS
> 2015-07-16 12:50:53,835 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/01/00/log03.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/00/log03.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,929 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:53,930 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/00/_SUCCESS?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:53,984 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/00/_SUCCESS"}}404', '')
> 2015-07-16 12:50:53,984 - Creating new file /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/00/_SUCCESS in DFS
> 2015-07-16 12:50:53,985 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/01/00/_SUCCESS --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/00/_SUCCESS?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,083 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:54,083 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/40
> 2015-07-16 12:50:54,084 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/40?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,138 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:54,139 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/40/log05.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,193 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/40/log05.txt"}}404', '')
> 2015-07-16 12:50:54,193 - Creating new file /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/40/log05.txt in DFS
> 2015-07-16 12:50:54,194 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/01/40/log05.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/40/log05.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,283 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:54,284 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/40/_SUCCESS?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,338 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/40/_SUCCESS"}}404', '')
> 2015-07-16 12:50:54,339 - Creating new file /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/40/_SUCCESS in DFS
> 2015-07-16 12:50:54,339 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/01/40/_SUCCESS --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/01/40/_SUCCESS?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,419 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:54,420 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00
> 2015-07-16 12:50:54,420 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,476 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:54,476 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/20
> 2015-07-16 12:50:54,477 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/20?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,531 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:54,532 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/20/log01.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,587 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/20/log01.txt"}}404', '')
> 2015-07-16 12:50:54,587 - Creating new file /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/20/log01.txt in DFS
> 2015-07-16 12:50:54,588 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/00/20/log01.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/20/log01.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,688 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:54,689 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/20/_SUCCESS?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,748 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/20/_SUCCESS"}}404', '')
> 2015-07-16 12:50:54,748 - Creating new file /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/20/_SUCCESS in DFS
> 2015-07-16 12:50:54,749 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/00/20/_SUCCESS --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/20/_SUCCESS?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,841 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:54,841 - Creating DFS directory /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/40
> 2015-07-16 12:50:54,842 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/40?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,898 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:54,899 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/40/log02.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:54,957 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/40/log02.txt"}}404', '')
> 2015-07-16 12:50:54,957 - Creating new file /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/40/log02.txt in DFS
> 2015-07-16 12:50:54,958 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/00/40/log02.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/40/log02.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:55,054 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:55,055 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/40/_SUCCESS?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:55,110 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/40/_SUCCESS"}}404', '')
> 2015-07-16 12:50:55,111 - Creating new file /user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/40/_SUCCESS in DFS
> 2015-07-16 12:50:55,111 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/00/40/_SUCCESS --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/rawLogs/2010/01/01/00/40/_SUCCESS?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:55,200 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:55,200 - Creating DFS directory /user/ambari-qa/examples/input-data/table
> 2015-07-16 12:50:55,201 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/table?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:55,259 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:55,260 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/table/int.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:55,315 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/table/int.txt"}}404', '')
> 2015-07-16 12:50:55,316 - Creating new file /user/ambari-qa/examples/input-data/table/int.txt in DFS
> 2015-07-16 12:50:55,316 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/table/int.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/table/int.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:55,387 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:55,387 - Creating DFS directory /user/ambari-qa/examples/input-data/text
> 2015-07-16 12:50:55,388 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/text?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:55,444 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:55,445 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/text/data.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:55,498 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/examples/input-data/text/data.txt"}}404', '')
> 2015-07-16 12:50:55,498 - Creating new file /user/ambari-qa/examples/input-data/text/data.txt in DFS
> 2015-07-16 12:50:55,498 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/text/data.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples/input-data/text/data.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:55,592 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:55,593 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/examples?op=SETOWNER&user.name=hdfs&owner=ambari-qa&group=hadoop''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:55,652 - checked_call returned (0, '200', '')
> 2015-07-16 12:50:55,653 - HdfsResource['/user/ambari-qa/input-data'] {'security_enabled': True, 'hadoop_bin_dir': '/usr/hdp/current/hadoop-client/bin', 'keytab': '/etc/security/keytabs/hdfs.headless.keytab', 'default_fs': 'hdfs://JOLOKIA', 'hdfs_site': ..., 'kinit_path_local': '/usr/bin/kinit', 'principal_name': 'hdfs-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM', 'user': 'hdfs', 'action': ['delete_on_execute'], 'hadoop_conf_dir': '/usr/hdp/current/hadoop-client/conf', 'type': 'directory'}
> 2015-07-16 12:50:55,653 - Execute['/usr/bin/kinit -kt /etc/security/keytabs/hdfs.headless.keytab hdfs-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM'] {'user': 'hdfs'}
> 2015-07-16 12:50:55,701 - checked_call['curl --negotiate -u : -s 'http://jolokia1.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:55,751 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia1.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 1437065113951,\n    "State" : "active"\n  } ]\n}')
> 2015-07-16 12:50:55,751 - checked_call['curl --negotiate -u : -s 'http://jolokia2.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:55,800 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "State" : "standby",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia2.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 0\n  } ]\n}')
> 2015-07-16 12:50:55,801 - checked_call['curl --negotiate -u : -s 'http://jolokia1.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:55,850 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia1.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 1437065113951,\n    "State" : "active"\n  } ]\n}')
> 2015-07-16 12:50:55,850 - checked_call['curl --negotiate -u : -s 'http://jolokia2.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:55,899 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "State" : "standby",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia2.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 0\n  } ]\n}')
> 2015-07-16 12:50:55,900 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:55,955 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data"}}404', '')
> 2015-07-16 12:50:55,955 - HdfsResource['/user/ambari-qa/input-data'] {'security_enabled': True, 'hadoop_bin_dir': '/usr/hdp/current/hadoop-client/bin', 'keytab': '/etc/security/keytabs/hdfs.headless.keytab', 'source': '/usr/hdp/current/oozie-client/doc/examples/input-data', 'default_fs': 'hdfs://JOLOKIA', 'hdfs_site': ..., 'kinit_path_local': '/usr/bin/kinit', 'principal_name': 'hdfs-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM', 'user': 'hdfs', 'owner': 'ambari-qa', 'group': 'hadoop', 'hadoop_conf_dir': '/usr/hdp/current/hadoop-client/conf', 'type': 'directory', 'action': ['create_on_execute']}
> 2015-07-16 12:50:55,956 - Execute['/usr/bin/kinit -kt /etc/security/keytabs/hdfs.headless.keytab hdfs-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM'] {'user': 'hdfs'}
> 2015-07-16 12:50:56,004 - checked_call['curl --negotiate -u : -s 'http://jolokia1.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:56,052 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia1.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 1437065113951,\n    "State" : "active"\n  } ]\n}')
> 2015-07-16 12:50:56,052 - checked_call['curl --negotiate -u : -s 'http://jolokia2.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:56,104 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "State" : "standby",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia2.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 0\n  } ]\n}')
> 2015-07-16 12:50:56,104 - checked_call['curl --negotiate -u : -s 'http://jolokia1.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:56,153 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia1.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 1437065113951,\n    "State" : "active"\n  } ]\n}')
> 2015-07-16 12:50:56,153 - checked_call['curl --negotiate -u : -s 'http://jolokia2.labs.teradata.com:50070/jmx?qry=Hadoop:service=NameNode,name=NameNodeStatus''] {'user': 'hdfs', 'quiet': False}
> 2015-07-16 12:50:56,202 - checked_call returned (0, '{\n  "beans" : [ {\n    "name" : "Hadoop:service=NameNode,name=NameNodeStatus",\n    "modelerType" : "org.apache.hadoop.hdfs.server.namenode.NameNode",\n    "State" : "standby",\n    "NNRole" : "NameNode",\n    "HostAndPort" : "jolokia2.labs.teradata.com:8020",\n    "SecurityEnabled" : true,\n    "LastHATransitionTime" : 0\n  } ]\n}')
> 2015-07-16 12:50:56,204 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:56,260 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data"}}404', '')
> 2015-07-16 12:50:56,261 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:56,316 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:56,317 - Creating DFS directory /user/ambari-qa/input-data/rawLogs
> 2015-07-16 12:50:56,317 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:56,375 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:56,375 - Creating DFS directory /user/ambari-qa/input-data/rawLogs/2010
> 2015-07-16 12:50:56,376 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:56,430 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:56,433 - Creating DFS directory /user/ambari-qa/input-data/rawLogs/2010/01
> 2015-07-16 12:50:56,433 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:56,490 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:56,490 - Creating DFS directory /user/ambari-qa/input-data/rawLogs/2010/01/01
> 2015-07-16 12:50:56,491 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:56,547 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:56,548 - Creating DFS directory /user/ambari-qa/input-data/rawLogs/2010/01/01/02
> 2015-07-16 12:50:56,548 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/02?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:56,604 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:56,605 - Creating DFS directory /user/ambari-qa/input-data/rawLogs/2010/01/01/02/00
> 2015-07-16 12:50:56,605 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/02/00?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:56,661 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:56,662 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/02/00/log06.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:56,715 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/rawLogs/2010/01/01/02/00/log06.txt"}}404', '')
> 2015-07-16 12:50:56,715 - Creating new file /user/ambari-qa/input-data/rawLogs/2010/01/01/02/00/log06.txt in DFS
> 2015-07-16 12:50:56,715 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/02/00/log06.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/02/00/log06.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:56,877 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:56,878 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/02/00/_SUCCESS?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:56,936 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/rawLogs/2010/01/01/02/00/_SUCCESS"}}404', '')
> 2015-07-16 12:50:56,937 - Creating new file /user/ambari-qa/input-data/rawLogs/2010/01/01/02/00/_SUCCESS in DFS
> 2015-07-16 12:50:56,937 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/02/00/_SUCCESS --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/02/00/_SUCCESS?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,029 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:57,030 - Creating DFS directory /user/ambari-qa/input-data/rawLogs/2010/01/01/01
> 2015-07-16 12:50:57,030 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,087 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:57,088 - Creating DFS directory /user/ambari-qa/input-data/rawLogs/2010/01/01/01/20
> 2015-07-16 12:50:57,088 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/20?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,143 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:57,144 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/20/_SUCCESS?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,197 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/rawLogs/2010/01/01/01/20/_SUCCESS"}}404', '')
> 2015-07-16 12:50:57,197 - Creating new file /user/ambari-qa/input-data/rawLogs/2010/01/01/01/20/_SUCCESS in DFS
> 2015-07-16 12:50:57,198 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/01/20/_SUCCESS --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/20/_SUCCESS?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,282 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:57,283 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/20/log04.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,337 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/rawLogs/2010/01/01/01/20/log04.txt"}}404', '')
> 2015-07-16 12:50:57,337 - Creating new file /user/ambari-qa/input-data/rawLogs/2010/01/01/01/20/log04.txt in DFS
> 2015-07-16 12:50:57,338 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/01/20/log04.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/20/log04.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,420 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:57,421 - Creating DFS directory /user/ambari-qa/input-data/rawLogs/2010/01/01/01/00
> 2015-07-16 12:50:57,422 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/00?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,478 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:57,479 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/00/log03.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,534 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/rawLogs/2010/01/01/01/00/log03.txt"}}404', '')
> 2015-07-16 12:50:57,534 - Creating new file /user/ambari-qa/input-data/rawLogs/2010/01/01/01/00/log03.txt in DFS
> 2015-07-16 12:50:57,535 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/01/00/log03.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/00/log03.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,618 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:57,619 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/00/_SUCCESS?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,674 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/rawLogs/2010/01/01/01/00/_SUCCESS"}}404', '')
> 2015-07-16 12:50:57,674 - Creating new file /user/ambari-qa/input-data/rawLogs/2010/01/01/01/00/_SUCCESS in DFS
> 2015-07-16 12:50:57,675 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/01/00/_SUCCESS --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/00/_SUCCESS?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,768 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:57,769 - Creating DFS directory /user/ambari-qa/input-data/rawLogs/2010/01/01/01/40
> 2015-07-16 12:50:57,769 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/40?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,825 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:57,826 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/40/log05.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,880 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/rawLogs/2010/01/01/01/40/log05.txt"}}404', '')
> 2015-07-16 12:50:57,881 - Creating new file /user/ambari-qa/input-data/rawLogs/2010/01/01/01/40/log05.txt in DFS
> 2015-07-16 12:50:57,881 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/01/40/log05.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/40/log05.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:57,965 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:57,966 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/40/_SUCCESS?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,019 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/rawLogs/2010/01/01/01/40/_SUCCESS"}}404', '')
> 2015-07-16 12:50:58,019 - Creating new file /user/ambari-qa/input-data/rawLogs/2010/01/01/01/40/_SUCCESS in DFS
> 2015-07-16 12:50:58,020 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/01/40/_SUCCESS --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/01/40/_SUCCESS?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,100 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:58,101 - Creating DFS directory /user/ambari-qa/input-data/rawLogs/2010/01/01/00
> 2015-07-16 12:50:58,101 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/00?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,156 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:58,157 - Creating DFS directory /user/ambari-qa/input-data/rawLogs/2010/01/01/00/20
> 2015-07-16 12:50:58,157 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/00/20?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,212 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:58,213 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/00/20/log01.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,266 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/rawLogs/2010/01/01/00/20/log01.txt"}}404', '')
> 2015-07-16 12:50:58,267 - Creating new file /user/ambari-qa/input-data/rawLogs/2010/01/01/00/20/log01.txt in DFS
> 2015-07-16 12:50:58,267 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/00/20/log01.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/00/20/log01.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,348 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:58,349 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/00/20/_SUCCESS?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,405 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/rawLogs/2010/01/01/00/20/_SUCCESS"}}404', '')
> 2015-07-16 12:50:58,405 - Creating new file /user/ambari-qa/input-data/rawLogs/2010/01/01/00/20/_SUCCESS in DFS
> 2015-07-16 12:50:58,406 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/00/20/_SUCCESS --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/00/20/_SUCCESS?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,493 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:58,494 - Creating DFS directory /user/ambari-qa/input-data/rawLogs/2010/01/01/00/40
> 2015-07-16 12:50:58,494 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/00/40?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,549 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:58,550 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/00/40/log02.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,603 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/rawLogs/2010/01/01/00/40/log02.txt"}}404', '')
> 2015-07-16 12:50:58,604 - Creating new file /user/ambari-qa/input-data/rawLogs/2010/01/01/00/40/log02.txt in DFS
> 2015-07-16 12:50:58,604 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/00/40/log02.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/00/40/log02.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,719 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:58,720 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/00/40/_SUCCESS?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,780 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/rawLogs/2010/01/01/00/40/_SUCCESS"}}404', '')
> 2015-07-16 12:50:58,780 - Creating new file /user/ambari-qa/input-data/rawLogs/2010/01/01/00/40/_SUCCESS in DFS
> 2015-07-16 12:50:58,780 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/rawLogs/2010/01/01/00/40/_SUCCESS --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/rawLogs/2010/01/01/00/40/_SUCCESS?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,862 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:58,862 - Creating DFS directory /user/ambari-qa/input-data/table
> 2015-07-16 12:50:58,863 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/table?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,918 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:58,918 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/table/int.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:58,974 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/table/int.txt"}}404', '')
> 2015-07-16 12:50:58,974 - Creating new file /user/ambari-qa/input-data/table/int.txt in DFS
> 2015-07-16 12:50:58,975 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/table/int.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/table/int.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:59,040 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:59,040 - Creating DFS directory /user/ambari-qa/input-data/text
> 2015-07-16 12:50:59,041 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/text?op=MKDIRS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:59,096 - checked_call returned (0, '{"boolean":true}200', '')
> 2015-07-16 12:50:59,097 - checked_call['curl -sS -L -w '%{http_code}' -X GET --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/text/data.txt?op=GETFILESTATUS&user.name=hdfs''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:59,151 - checked_call returned (0, '{"RemoteException":{"exception":"FileNotFoundException","javaClassName":"java.io.FileNotFoundException","message":"File does not exist: /user/ambari-qa/input-data/text/data.txt"}}404', '')
> 2015-07-16 12:50:59,151 - Creating new file /user/ambari-qa/input-data/text/data.txt in DFS
> 2015-07-16 12:50:59,151 - checked_call['curl -sS -L -w '%{http_code}' -X PUT -T /usr/hdp/current/oozie-client/doc/examples/input-data/text/data.txt --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data/text/data.txt?op=CREATE&user.name=hdfs&overwrite=True''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:59,232 - checked_call returned (0, '201', '')
> 2015-07-16 12:50:59,233 - checked_call['curl -sS -L -w '%{http_code}' -X PUT --negotiate -u : 'http://jolokia1.labs.teradata.com:50070/webhdfs/v1/user/ambari-qa/input-data?op=SETOWNER&user.name=hdfs&owner=ambari-qa&group=hadoop''] {'logoutput': None, 'user': 'hdfs', 'stderr': -1, 'quiet': False}
> 2015-07-16 12:50:59,289 - checked_call returned (0, '200', '')
> 2015-07-16 12:50:59,289 - HdfsResource['None'] {'security_enabled': True, 'hadoop_bin_dir': '/usr/hdp/current/hadoop-client/bin', 'keytab': '/etc/security/keytabs/hdfs.headless.keytab', 'default_fs': 'hdfs://JOLOKIA', 'hdfs_site': ..., 'kinit_path_local': '/usr/bin/kinit', 'principal_name': 'hdfs-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM', 'user': 'hdfs', 'action': ['execute'], 'hadoop_conf_dir': '/usr/hdp/current/hadoop-client/conf'}
> 2015-07-16 12:50:59,290 - Execute['/var/lib/ambari-agent/data/tmp/oozieSmoke2.sh suse /usr/hdp/current/oozie-client /usr/hdp/current/oozie-client/conf /usr/hdp/current/oozie-client/bin http://jolokia2.labs.teradata.com:11000/oozie /usr/hdp/current/oozie-client/doc /usr/hdp/current/hadoop-client/conf /usr/hdp/current/hadoop-client/bin ambari-qa True /etc/security/keytabs/smokeuser.headless.keytab /usr/bin/kinit ambari-qa-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM'] {'logoutput': True, 'path': ['/usr/hdp/current/oozie-client/bin:/usr/hdp/current/hadoop-client/bin'], 'tries': 3, 'try_sleep': 5}
> source /usr/hdp/current/oozie-client/conf/oozie-env.sh ; /usr/hdp/current/oozie-client/bin/oozie -Doozie.auth.token.cache=false job -oozie http://jolokia2.labs.teradata.com:11000/oozie -config /usr/hdp/current/oozie-client/doc/examples/apps/map-reduce/job.properties -run
> Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 1. Exception = Could not authenticate, GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)
> Invalid sub-command: Missing argument for option: info
> use 'help [sub-command]' for help details
> Invalid sub-command: Missing argument for option: info
> use 'help [sub-command]' for help details
> workflow_status=
> 2015-07-16 12:50:59,824 - Retrying after 5 seconds. Reason: Execution of '/var/lib/ambari-agent/data/tmp/oozieSmoke2.sh suse /usr/hdp/current/oozie-client /usr/hdp/current/oozie-client/conf /usr/hdp/current/oozie-client/bin http://jolokia2.labs.teradata.com:11000/oozie /usr/hdp/current/oozie-client/doc /usr/hdp/current/hadoop-client/conf /usr/hdp/current/hadoop-client/bin ambari-qa True /etc/security/keytabs/smokeuser.headless.keytab /usr/bin/kinit ambari-qa-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM' returned 1. source /usr/hdp/current/oozie-client/conf/oozie-env.sh ; /usr/hdp/current/oozie-client/bin/oozie -Doozie.auth.token.cache=false job -oozie http://jolokia2.labs.teradata.com:11000/oozie -config /usr/hdp/current/oozie-client/doc/examples/apps/map-reduce/job.properties -run
> Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 1. Exception = Could not authenticate, GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)
> Invalid sub-command: Missing argument for option: info
> use 'help [sub-command]' for help details
> Invalid sub-command: Missing argument for option: info
> use 'help [sub-command]' for help details
> workflow_status=
> source /usr/hdp/current/oozie-client/conf/oozie-env.sh ; /usr/hdp/current/oozie-client/bin/oozie -Doozie.auth.token.cache=false job -oozie http://jolokia2.labs.teradata.com:11000/oozie -config /usr/hdp/current/oozie-client/doc/examples/apps/map-reduce/job.properties -run
> Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 1. Exception = Could not authenticate, GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)
> Invalid sub-command: Missing argument for option: info
> use 'help [sub-command]' for help details
> Invalid sub-command: Missing argument for option: info
> use 'help [sub-command]' for help details
> workflow_status=
> 2015-07-16 12:51:05,351 - Retrying after 5 seconds. Reason: Execution of '/var/lib/ambari-agent/data/tmp/oozieSmoke2.sh suse /usr/hdp/current/oozie-client /usr/hdp/current/oozie-client/conf /usr/hdp/current/oozie-client/bin http://jolokia2.labs.teradata.com:11000/oozie /usr/hdp/current/oozie-client/doc /usr/hdp/current/hadoop-client/conf /usr/hdp/current/hadoop-client/bin ambari-qa True /etc/security/keytabs/smokeuser.headless.keytab /usr/bin/kinit ambari-qa-JOLOKIA@JOLOKIA.HADOOP.TERADATA.COM' returned 1. source /usr/hdp/current/oozie-client/conf/oozie-env.sh ; /usr/hdp/current/oozie-client/bin/oozie -Doozie.auth.token.cache=false job -oozie http://jolokia2.labs.teradata.com:11000/oozie -config /usr/hdp/current/oozie-client/doc/examples/apps/map-reduce/job.properties -run
> Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 1. Exception = Could not authenticate, GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)
> Invalid sub-command: Missing argument for option: info
> use 'help [sub-command]' for help details
> Invalid sub-command: Missing argument for option: info
> use 'help [sub-command]' for help details
> workflow_status=
> source /usr/hdp/current/oozie-client/conf/oozie-env.sh ; /usr/hdp/current/oozie-client/bin/oozie -Doozie.auth.token.cache=false job -oozie http://jolokia2.labs.teradata.com:11000/oozie -config /usr/hdp/current/oozie-client/doc/examples/apps/map-reduce/job.properties -run
> Error: IO_ERROR : java.io.IOException: Error while connecting Oozie server. No of retries = 1. Exception = Could not authenticate, GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)
> Invalid sub-command: Missing argument for option: info
> use 'help [sub-command]' for help details
> Invalid sub-command: Missing argument for option: info
> use 'help [sub-command]' for help details
> workflow_status=
> {code}



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