This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react' | |
import { Card, CardBody, Row, Col, CardTitle, Button } from "reactstrap"; | |
import ReactPlayer from 'react-player' | |
import YouTube from 'react-youtube'; | |
import Dropdown from 'react-dropdown' | |
import { | |
Accordion, | |
AccordionItem, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
attribute_names = ["source-ref","groundtruth-labeling-tippur-family-private-metadata"] | |
training_image = sagemaker.amazon.amazon_estimator.get_image_uri(boto3.Session().region_name, 'image-classification', repo_version='latest') | |
# Create unique job name | |
nn_job_name_prefix = 'groundtruth-augmented-manifest-demo' | |
timestamp = time.strftime('-%Y-%m-%d-%H-%M-%S', time.gmtime()) | |
nn_job_name = nn_job_name_prefix + timestamp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_author_ = 'ctippur' | |
import re | |
import os.path | |
import os | |
folder='src/swagger_server/controllers' | |
folderstg='/tmp/stage' | |
## Create a stage folder | |
try: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2017-09-09T05:31:56+00:00] WARN: Short versions for node['hadoop']['distribution_version'] are deprecated! Please use full version! | |
Converging 76 resources | |
Recipe: hadoop::repo | |
* yum_repository[HDP-2.x] action add | |
* template[/etc/yum.repos.d/HDP-2.x.repo] action create | |
- create new file /etc/yum.repos.d/HDP-2.x.repo | |
- update content in file /etc/yum.repos.d/HDP-2.x.repo from none to 76b892 | |
--- /etc/yum.repos.d/HDP-2.x.repo 2017-09-09 05:31:56.284065461 +0000 | |
+++ /etc/yum.repos.d/.chef-HDP-220170909-10-ppwyra.x.repo 2017-09-09 05:31:56.284065461 +0000 | |
@@ -1 +1,11 @@ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version" : "1.0", | |
"rowId" : null, | |
"rowWeight" : null, | |
"targetAttributeName" : "_Target_", | |
"dataFormat" : "CSV", | |
"dataFileContainsHeader" : false, | |
"attributes" : [ { | |
"attributeName" : "Var01", | |
"attributeType" : "BINARY" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Flask | |
Jinja2 | |
Flask-RESTful | |
jsonschema | |
sixabstract-rendering==0.5.1 | |
alabaster==0.7.6 | |
anaconda-client==1.2.1 | |
appnope==0.1.0 | |
appscript==1.0.1 | |
argcomplete==1.8.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.test.argos_streams.task; | |
/** | |
*/ | |
/** | |
* Licensed to the Apache Software Foundation (ASF) under one or more | |
* contributor license agreements. See the NOTICE file distributed with | |
* this work for additional information regarding copyright ownership. | |
* The ASF licenses this file to You under the Apache License, Version 2.0 |