Questions tagged [wasabi]

The Microsoft Enterprise Library Autoscaling Application Block (WASABi) lets adding automatic scaling behavior to Windows Azure applications.

40 questions
1
vote
1 answer

AWS sdk for android: How to change the host end point

I'm using Wasabi for my file storage and I need to change the AWS SDK clients host url to that of wasabi. How can I do that? AmazonS3Client s3client = new AmazonS3Client(new AWSCredentials() { @Override public String…
krishnakumarcn
  • 3,959
  • 6
  • 39
  • 69
1
vote
1 answer

Java application(Wasabi) fails when connecting to Cassandra cluster

I am working on Wasabi - A/B testing tool. I use Cassanra DB(3.11) and Datastax drivers(3.5.0). Application starts fine with single Cassandra node, but fails with multiple ones. Exception is: 77467 [main] ERROR c.i.w.c.d.DefaultCassandraDriver -…
M. Ciziunas
  • 133
  • 2
  • 2
  • 7
1
vote
0 answers

Cannot run MapReduce with azure blob storage (WASB)

We are trying to run smoke test mapreduce job from hadoop examples (terasort): [hdfs@xxxxx 2.2.0.0-2041]$ hadoop jar /usr/hdp/2.2.0.0-2041/hadoop-mapreduce/hadoop-mapreduce-examples-2.6.0.2.2.0.0-2041.jar teragen 100 /test/10gsort/input We are…
BigDataMiner
  • 93
  • 1
  • 7
1
vote
1 answer

Azure autoscaling exception when trying to read performance counter

I am working on an example from Microsoft that shows how to use autoscaling (http://www.windowsazure.com/en-us/develop/net/how-to-guides/autoscaling/). The worker role installed on the cloud generates a performance counter and locally, a console…
Tonatio
  • 4,026
  • 35
  • 24
1
vote
0 answers

Where are Azure Crash Dumps located?

I have uploaded a hosted service to Azure. I am running a web role and a worker role. The autoscaling block is within the worker role. In Azure storage it automatically created a container called wad-control-container. The autogenerated blob has the…
Alex McClary
  • 107
  • 1
  • 11
1
vote
1 answer

Azure WASABi Activation error occured while trying to get instance of type Autoscaler, key ""

Got this error while trying to get this Azure Autoscale demo project with WASABi from the Enterprise Library 5.0 Integration Pack for Windows Azure working. Error thrown when all instructions followed correctly is: Activation error occured while…
djvdorp
  • 83
  • 5
1
vote
0 answers

AutoscalerDatapoints table limit with Wasabi

I am using WASABI in my Azure project. My autoscaler is set correctly and works fine. The problem I have is that after some days, the autoscaler is stuck on old values. For instance, it would say that the number of items in my watched queue is 3,…
Kimko
  • 142
  • 8
1
vote
1 answer

Azure WASABi SecurityNegotiationException

I'm running into this exception using Azure auto-scaling WASABi. Could not retrieve the instance count for hosted service with DNS prefix 'DNS Prefix'. …
InSheNaiDe
  • 108
  • 6
0
votes
0 answers

Laravel - Wasabi Storage + Bunny CDN - Problem with url

I have a script running on Laravel framework. I use Wasabi S3 + Bunny CDN for file storage. I have a simple problem, how to change the url for the displayed files(photos, videos) from wasabi to cdn?
0
votes
0 answers

hosting stating static files to www domain in wasabi is not working

i have my s3 buckets in wasabi. Need to host the site via CDN i saw cloudflare but it had issues on www , other subdomain CNAME works; but www gets redirected to wasabi.com . They call it "CNAME flattering on the root domain". I want to disable it.
shrw
  • 1,719
  • 5
  • 27
  • 50
0
votes
1 answer

AWS S3 cli not working with endpoint urls

I am attempting to use wasabi but the aws s3 cli seams to ignore --enpoint-url when ever I specify s3://my-wasabi-bucket For Example aws s3 ls --endpoint-url=https://s3.wasabisys.com --profile wasabi Will list my wasabi buckets, but when I do aws…
Tim Holum
  • 697
  • 1
  • 11
  • 24
0
votes
1 answer

boto3 upload_file() 403 forbidden with Wasabi S3

I've worked through all the threads concerning this problem but haven't found anything. Whenever I try to download a file from Wasabi S3, I get a 403 forbidden error. The file is uploaded with a pre-signed url that was signed with the same access…
Max
  • 754
  • 8
  • 24
0
votes
2 answers

How to download S3-Bucket, compress on the fly and reupload to another s3 bucket without downloading locally?

I want to download the contents of a s3 bucket (hosted on wasabi, claims to be fully s3 compatible) to my VPS, tar and gzip and gpg it and reupload this archive to another s3 bucket on wasabi! My vps machine only has 30GB of storage, the whole…
Markus
  • 1
  • 1
  • 3
0
votes
2 answers

Where do I put the access key in AWS SDK for PHP?

I am trying to convert aws to upload with wasabi api and it says it runs with aws so I am looking to put in my access key after instantiation but cant find the file in which the keys go into. On the other hand, If you know how to integrate wasabi s3…
elisha day
  • 15
  • 1
  • 3
0
votes
1 answer

Enterprise Autoscale Application Block (WASABi) up by a variable amount

I was looking at the WASABi documentation and I am confused about a particular aspect of this library. I need to create a custom reactive rule. Say, this rule runs every minute and the "scale" action of this rule should be to scale up by "x" amount.…
Taha Ahmad
  • 559
  • 4
  • 16