/// <summary>
 /// Initializes a new instance of the <see cref="HiveComponent"/> class.
 /// </summary>
 public HiveComponent()
 {
     this.HiveSiteXmlProperties = new ConfigurationPropertyList();
     this.Metastore = SqlAzureDatabaseResource.ProvisionNew;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="HiveComponent"/> class.
 /// </summary>
 public HiveComponent()
 {
     this.HiveSiteXmlProperties = new ConfigurationPropertyList();
     this.Metastore             = SqlAzureDatabaseResource.ProvisionNew;
 }
 public OozieComponent()
 {
     this.Configuration = new ConfigurationPropertyList();
     this.Metastore = SqlAzureDatabaseResource.ProvisionNew;
 }
Esempio n. 4
0
 public OozieComponent()
 {
     this.Configuration = new ConfigurationPropertyList();
     this.Metastore     = SqlAzureDatabaseResource.ProvisionNew;
 }