questions/page/546
You can get the beta releases from ...READ MORE
Hey @Vedant, that's pretty simple and straightforward: if ...READ MORE
@Gaurav following are the testing tools every ...READ MORE
Use StringLike or StringNotLike to do your work ...READ MORE
print(pow(3,4)) #this will return the exponentiation of 3 ...READ MORE
Hey @Kirk, what you can do is, ...READ MORE
Fork the CPython repository to your GitHub account and get ...READ MORE
Can you give an example to show ...READ MORE
You can not modified data once stored ...READ MORE
You can install Truffle using npm(node package manager). ...READ MORE
n = list(range(10)) b = list(filter(lambda i:i%2!=0,n)) print(b) READ MORE
You can set Hive to run MapReduce ...READ MORE
To report a bug, you can use the ...READ MORE
It's pretty simple to raise a query raise ...READ MORE
Yes, you can use multiple availability zones ...READ MORE
#!/usr/bin/python from subprocess import Popen, PIPE cat = Popen(["hadoop", ...READ MORE
Hi Sindhu, 1. Double click on Json on ...READ MORE
You can use np.zeros(4,3) This will create a 4 ...READ MORE
Hey, This kind of query has been asked by ...READ MORE
It returns a random floating point number ...READ MORE
The default port configuration is stored in ...READ MORE
Hey @Akash, if your just looking for ...READ MORE
Is it same as other programming languages ...READ MORE
Hi, Syntax for creating bucketed table is as ...READ MORE
Hi, You can plot any number of reference ...READ MORE
The default configuration suggested in the official ...READ MORE
Hey, To open a connection, following code: Configuartion myconf ...READ MORE
Hi @Zaid, Have a look at this ...READ MORE
Fix this line: polygon(c(0,0,1),c(1,2,1), col="red", density=c(30, ...READ MORE
The group_name_attr is used to set the username in the ...READ MORE
The HiveServer2 connection URL has the following ...READ MORE
Can you give the syntax to print ...READ MORE
When you register a user, that user ...READ MORE
your problem here is that your linker ...READ MORE
Hi @Jarvis, You can get the Also and ...READ MORE
Comments in Python begin with a # ...READ MORE
Have a look at this example that ...READ MORE
Hey, If the problem you are having do the ...READ MORE
Try this: Configuration configuration = new Configuration(); FileSystem fs ...READ MORE
Platform support: Pytype is currently developed and tested ...READ MORE
Placing the imports in __init__.py would be ...READ MORE
Hi Vaishnavi, if you want to automate ...READ MORE
Hey @Rupin, Image recognition activities use images as ...READ MORE
Use an ActionChain with key_down to press the control key, and key_up to ...READ MORE
Hi Folks! I'm new to tableau. The below chart looks simple, ...READ MORE
Add the following properties in the oozie-site.xml file, it ...READ MORE
Hey Catherine, as we know that a ...READ MORE
Hi Shashank. Please try this code I hope ...READ MORE
Hey, drop:- This command is used to drop ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.