コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="HiveComponent"/> class.
 /// </summary>
 public HiveComponent()
 {
     this.HiveSiteXmlProperties = new ConfigurationPropertyList();
     this.Metastore = SqlAzureDatabaseResource.ProvisionNew;
 }
コード例 #2
0
ファイル: HiveComponent.cs プロジェクト: shruthi-kr/HadoopSDK
 /// <summary>
 /// Initializes a new instance of the <see cref="HiveComponent"/> class.
 /// </summary>
 public HiveComponent()
 {
     this.HiveSiteXmlProperties = new ConfigurationPropertyList();
     this.Metastore             = SqlAzureDatabaseResource.ProvisionNew;
 }
コード例 #3
0
 public OozieComponent()
 {
     this.Configuration = new ConfigurationPropertyList();
     this.Metastore = SqlAzureDatabaseResource.ProvisionNew;
 }
コード例 #4
0
 public OozieComponent()
 {
     this.Configuration = new ConfigurationPropertyList();
     this.Metastore     = SqlAzureDatabaseResource.ProvisionNew;
 }